On 24/07/2015 at 13:48, xxxxxxxx wrote:
I have this code snippet in my def main(), that I use to get the child (parametric) object and convert it to a polygonal object to make further modifications. This way I can make nondestructive generator/editor that works fluently with parametric objects as well.
However, when I place a subdivision surface as a child object, this bit does not work. The result is never a polygonal object but always a BaseObject.
What can I do in this case?
child = op.GetDown()
polyobj = op.GetAndCheckHierarchyClone(hh,child,c4d.HIERARCHYCLONEFLAGS_ASPOLY, False)