On 01/01/2013 at 14:52, xxxxxxxx wrote:
I'm trying to add a vector gizmo to the subdialog in my tool plugin. But I can't even get it to show up. None the less figure out how to set the values for it.
Is this dialog gizmo supported in Python?
R13 example code:
def CreateLayout(self) :
bc = c4d.BaseContainer()
self.AddCustomGui(1002,c4d.CUSTOMGUI_VECTOR, "my vector GUI",c4d.BFH_SCALEFIT|c4d.BFV_SCALEFIT,10,10,bc)
return True
If this is supported in Python.
It would be really great to have a working example.
Thanks,
-ScottA