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

    Spline Mask doesn't work

    Scheduled Pinned Locked Moved Bugs
    3 Posts 0 Posters 793 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

      On 07/09/2015 at 02:27, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   17 
      Platform:   Windows  ;   
      Language(s) :

      ---------
      Hi guys,

      i have an issue with C4D R17, i'm creating the same pattern with shapes as the C4D r16 version and the spline mask doesn't work at all, all the splines disappears. Some has already this issue ?

      Regards.

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

        On 07/09/2015 at 08:07, xxxxxxxx wrote:

        Hi
        If your problem related for example pyAPI sdk. I test this code in python generator:

        import c4d  
        def main() :  
          c = c4d.BaseObject(c4d.Osplinecircle)  
          c2 = c4d.BaseObject(c4d.Osplinecircle)  
          c2.SetRelPos(c4d.Vector(-150,0,0))  
          sm = c4d.BaseObject(1019396) # spline mask op  
          c.InsertUnder(sm)  
          c2.InsertUnderLast(sm)  
          return sm
        

        It works for both at r16 and r17

        If report is common c4d - use report system at maxon.net

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

          On 08/09/2015 at 02:01, xxxxxxxx wrote:

          Hello,

          as Ilya pointed out, this forum is for plugin developers. For Cinema 4D bug reports please use the online form. Thanks.

          Best wishes,
          Sebastian

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