THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/03/2011 at 15:36, xxxxxxxx wrote:
Hi Can i make plugin like HyperNurbs , i want to make only the method no the Formula
to explane what i mean
In HyperNurbs
for example i create one new object hypernurbs and i put as Childer one cube
when i do this i see the cube change and hide original and make new with hypernurbs
also if i click Make Editable Command i have only one object with HyperNubrs and the original delete automatic
-----Object List------
+HyperNurbs
- Cube
the question is how can do this with python ?
to make this method to hide and delete when i click Make Editable Command
i don't want use for example
the method i use now but dosen't work correct :(
because this hide the object and when i make editable keep the original
here for example
import c4d
def main() :
opa=op.GetDown()
opa.SetEditorMode(c4d.Mode_OFF)
return c4d.BaseObject(c4d.Ocube)
i hope understand
Thank you