group elements in res file [SOLVED]
-
On 10/03/2015 at 02:36, xxxxxxxx wrote:
Hi guys.
I am trying to recreate ExtrudeNurbs tab palette in .res file with no success. I was wondering, how those controls are grouped together? Can you take a look at screenshot?
Thank you.
-
On 10/03/2015 at 03:01, xxxxxxxx wrote:
Hi Tom,
I think you might be looking for the custom data type vector:
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/page_descriptionresource__v_e_c_t_o_r.html
That gives you the three fields in a single object so no need for grouping things.
Hope that's what you were looking for.
Best wishes,
Adam
-
On 10/03/2015 at 03:10, xxxxxxxx wrote:
Hipppy yeay!!!
Thanks Adam. That's exactly what I was looking for.
Cheers.
-
On 10/03/2015 at 07:17, xxxxxxxx wrote:
Hello,
if you are interested in resource files you can look at the existing resource files of Cinema's modules. You find these resource files in the resource/modules folder. So for example you find the VECTOR datatype in the oextrude.res file.
Best wishes,
Sebastian