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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Link object to accept only splines

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 295 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/10/2012 at 07:35, xxxxxxxx wrote:

      Hi guys. So I am very slowly making some progress here. However, I cannot seem to figure out how to make Link object to accept only splines? If I use Accept Ospline, it will only accept editable splines, but not spline primitives. However, Osplineprimitive seems to not to work at all. Am I missing something?

      LINK INSTANCEOBJECT_LINK
                {
                     ACCEPT
                          {
                               Obase;                 // accepts a lot of things 🙂
                               Ospline;               // accepts only editable splines
                               Osplineprimitive; //no effect
                          }
                }

      Another quesstion is about BOOL object. How can I make it to have that "check box" on the left side of text? Is there any trick to do so, or should I be looking at some other function?

      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 19/10/2012 at 08:28, xxxxxxxx wrote:

        I've just listed them in my res files.
        You can look at the res file of splineGLIDE from my site.
        www.tcastudios.com   -> xfiles

        Cheers
        Lennart

        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 19/10/2012 at 08:33, xxxxxxxx wrote:

          Just saw that Orelief shouldn't be there.

          Cheers
          Lennart

          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 19/10/2012 at 08:36, xxxxxxxx wrote:

            Sweet, thanks man.
            Will investigate it 🙂

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