oh… interesting way. Thanks. Let me try
I’m just showing there is a way to directly input script in text window.
OK… OK… %<(mod (floor (sliderTime.frame/FrameRate)) 60) as integer>
You don’t have to use any controller. You can directly put maxscript in the text window. Try this %<(mod sliderTime.frame 60) as integer>
Oh… Digital Content Creation tool like 3dsMax , Maya.
I wish I can decide that. I’m all for having own UI for each DCC since they have own characteristics and requirement. But, others think otherwise. I h…
Let’s say I need to make a tool which will share UI for Max and Maya and Houdini and possibly even standalone. For exmaple, light rig setup. I need 4…
Thanks! I guess I’ll fo hand crafted way. BTW…could u also give an advice for develping script for multiple DCC with Qt? Like how should I organize …
DIctionary is added in 3dsMax 2017. I guess you already know… sorry!
Thanks! My journey has been started. I have not even figure out how to put multiple QToolButton in QDockWidget :(.