THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/10/2012 at 17:44, xxxxxxxx wrote:
Hey Guys,
I creating a ObjectData-Plugin. Why is this not working?
def GetVirtualObjects(self, op, hierarchyhelp) :
spline = c4d.BaseObject(c4d.Osplinerectangle);
w = c4d.utils.SendModelingCommand(command = c4d.MCOMMAND_MAKEEDITABLE, list = [spline])
print(w)
return spline
I get False back... :(