did someone say camera server? What’s a camera server? Thanks for this introduction. I’m not as biased against winOS like maybe others. But OLE some…
ah – ok. why not add a checkbox to a customattribute? the checkbox can trigger an boolean controller and this value can be used in your script contro…
I’ve never build an car/vehicle rig myself. But thinking about it an reading the various related threads I would say that they use an the integral of …
the substring approach looks really fast! I used a function for this: fn pad inp ln ch:”0″ = ( inp = inp as string while inp.count < ln do inp …
For rollouts this would be possible. Take a look at the rolloutCreator or at P. Janssen’s UIControlManager [1]. The workflow should be something like…
oops – I missed that one The Python Stuff sounds interesting. Where Is the PythonMSX discussion? I think I missed it, too …
awsome. Thanks for sharing this. Georg
I am not sure I understood exactly what you want to do. Recently I tried something like this in maxscript. In the end I used aftereffects to stich th…
Something like a $_SESSION for rollouts? Never heard of. But maybe this could be implemented by collecting all rollout elements “on close”. <roll…
I didn’t work with scripted utilities and plugin-objects for a long time. But in customAttributes I keep some parameters to store the interface state….
Martijn, thanks for that explanaiton and the example. If it is not possible to use the history-independent operators of box#3 it might be better to …
Looks like fun to code and to use. I am looking forward to a battle of the carrigs: 500 miles of cgtalk Georg
There are some activeX/.net assets available that utilise the addition of data to images. I haven’t tried one of the commercial available, yet. I jus…
:argh: As you already noticed I sometimes loose track in my proceedings. I tried a million times: if F == 0 then ( val == 10 )else( val = random 1…