Spline Mask doesn't work

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.

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

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