Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Register
    • Login

    Current camera

    Scheduled Pinned Locked Moved SDK Help
    7 Posts 0 Posters 522 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 19/04/2005 at 02:46, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.x 
      Platform:      Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Is there any way to know what is the current camera, in COFFEE? Thank you in advance for any information.

      Rui Batista

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 21/04/2005 at 12:43, xxxxxxxx wrote:

        No. In C++ you can do this with doc->GetRenderBaseDraw()->GetSceneCamera(doc).

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 22/04/2005 at 02:15, xxxxxxxx wrote:

          Damn!! How long must we wait to get that functions in COFFEE? For the Nth time, when will COFFEE get nearer C++?!
          Thank you, Mikael.

          Rui Batista

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 22/04/2005 at 05:36, xxxxxxxx wrote:

            Hi Batista,
            I'll wait with you! 🙂

            1 Reply Last reply Reply Quote 0
            • H Offline
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 23/04/2005 at 04:21, xxxxxxxx wrote:

              <script>
              alert("Hello World")
              </script>

              1 Reply Last reply Reply Quote 0
              • H Offline
                Helper
                last edited by

                THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                On 26/04/2005 at 09:54, xxxxxxxx wrote:

                In Coffee V9.1 you can do this with : _
                _
                var doc = GetActiveDocument() ;
                var bd =  doc->GetRenderBaseDraw() ;
                var cam = bd#BASEDRAW_DATA_CAMERA ;

                1 Reply Last reply Reply Quote 0
                • H Offline
                  Helper
                  last edited by

                  THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                  On 27/04/2005 at 05:22, xxxxxxxx wrote:

                  Thank you VERY MUCH, MAJO 🙂

                  Rui Batista

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post