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
    • Login

    Mograph Objects

    Scheduled Pinned Locked Moved SDK Help
    5 Posts 0 Posters 420 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 13/11/2008 at 10:00, xxxxxxxx wrote:

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

      ---------
      Hi,

      wondering if someone could help with a beginners' question here. I know how to insert a text object...

      > var txtObj = AllocObject(Osplinetext); \> doc->InsertObject(txtObj,NULL,NULL);

      ...however, to save having to loft nurbs etc. I was wondering is it possible to generate a Mograph Text Object instead? I've had an exhaustive hunt, but can't find anything.

      Many thanks

      Jon

      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 13/11/2008 at 12:03, xxxxxxxx wrote:

        Of course, whoever is going to use that is going to need the Mograph module. Keep that in mind.

        You haven't hunted far enough. Check out the modules folder under the Cinema 4D install (mograph/res/description) - but you need the Mograph module installed to have that information.

        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 14/11/2008 at 12:06, xxxxxxxx wrote:

          Hi Robert,

          thanks for the hint, unfortunately I've got a case of myopia here. I've looked through all the files in the mograph folder and I still can't figure out the correct syntax. I tried *tail between legs* but please could you elaborate for me?

          thanks

          Jon

          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 14/11/2008 at 13:07, xxxxxxxx wrote:

            There is a file 'omograph_text.h/res' in the description folder there for all of the properties.

            To make such an object, you'll need the unique plugin ID (instead of the Othis or Othat). The ID can be found by launching the Command Manager (Window->Layout menu) and searching for text. The ID is 1019268.

            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 14/11/2008 at 13:19, xxxxxxxx wrote:

              Fantastic! Thanks Robert

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