Is CUSTOMGUI_VECTOR supported?
-
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 -
On 01/01/2013 at 15:47, xxxxxxxx wrote:
i do not think that it is supported for python. some CustomGui do work without being listed
as supported, but the VectorGui neither is dispalyed when set in the ressource editor nor
when i added it to a dialog ressource file.VECTOR IDC_STAMPPAUSE_BITMAPBUTTON { ALIGN_TOP; ALIGN_LEFT; }
here you can find the 'supprted' customdatatypes/guis. i think they have to be implemented in
python first, because most of them only work with some input/ouput methods.