yeah, that’s the main issue I noticed, plus the fact that when you change the tabsize, let’s say from 5 to 10, if you dynamically update the UI from 5…
With MultiMaterial, you’re not limited to just 10 materials. You can pretty much set whatever number you want and it will display all the materials. I…
You lost me somewhere at the .cpp OK, I might collect my courage and try that. Many thanks for all your replies.
Yeah, I wonder how they do it in the multi-material?
I probably didn’t explained it properly. In your example, you manually pre-defined the ui property to this value of (mtl1_btn, mtl2_btn, mtl3_btn). Ho…
PolyTools3D: ui:(mtl1_btn, mtl2_btn, mtl3_btn) that (with the parenthesis) I didn’t know! Great stuff, many thanks @PolyTools3D! One question tho…
any ideas on this one?
I generally use structs as classes, but I would love to have some inheritance, like classes in other languages. Get/Set functions would be very handy …
I suppose this method needs a file, otherwise it seems to return the defaults. I created a system with the 12h 0h 0s and 6m 21d 2014y and I run this …
yep, no worries. Personally (at least at the moment) I only need to access the date and the TimeOfDay, so it works fine for me. Thanks, for your comm…
Hey Spacefrog, I’m glad that you liked my approach. I haven’t tried yet anything else other than .Date and .TimeOfDay but since I’m using the dotNet …
Can I ask why you store arrays into strings? I think that it’s a bad practice but anyway, try this: allChildren = getCurrentSelection() tempHiddenSt…