Hi Guys
I need a little help.... i want to right a script for the vray proxy mesh ... so that i have a button to do the export function....
can anyone help me ...
this is what ive done but i cant get it to work ????
where am i going wrong ??
rollout vray mesh "vray mesh" width:108 height:60
(
button vray mesh "Vray mesh" pos:[10,10] width:88 height:40 enabled:true toolTip:"vray mesh"
on vray mesh open do
(
)
on vray mesh close do
(
)
on vray mesh okToClose do
(
)
on vray mesh pressed do
doVRayMeshExport()
)
I need a little help.... i want to right a script for the vray proxy mesh ... so that i have a button to do the export function....
can anyone help me ...
this is what ive done but i cant get it to work ????
where am i going wrong ??
rollout vray mesh "vray mesh" width:108 height:60
(
button vray mesh "Vray mesh" pos:[10,10] width:88 height:40 enabled:true toolTip:"vray mesh"
on vray mesh open do
(
)
on vray mesh close do
(
)
on vray mesh okToClose do
(
)
on vray mesh pressed do
doVRayMeshExport()
)
Comment