Time Zone is just the time of your country or your target country – its based on GMT (greenwich mean time) which is 0. First you would have see if th…
What Bobo said, [b][b][color=white][b] [size=5][color=white][color=white][font=Verdana]Accessing INI File Keys[/color][/b] [left]An INI File is a …
ramirotell: Hi guys, i need to acces to individual components of a bezier_scale (x,y,z of a point3) and “wire” them to 3 different spinners, but i …
I dont think you can show only valid modifiers for an object type. The way I did this awhile back was by using the on post create callback and checkin…
validModifier – I think might be what your looking for.
A little concern i have is that in exposing maxscript to a new interface you’ve introduced new graphical understanding that will be needed. Crucially …
TheGrak: @Swordslayer: Thanks! Impure is inspiring. I figured out a more elegant way to represent if/then/else, case of, and fileIn() statements. …
It makes it incredibly modular, its one reason node based workflows catch on so well – take ICE, Houdini or Shake for example. In terms of complexity …
You’re actually describing here FSM’s or finite state machines. Basically states controlled by conditions triggered by inputs. a = 10 if a > 20 :…
The way i get around this is i add an integer parameter to the CA, and set its value when i pick the selected item from the listbox. When i re-open th…
Hey man, Yep maxObject/node is fine, it always sends the reference. I like the controller idea – I’ll give it a go.
Kameleon: We should work on a 3d app like Light said specially for animators that when you save a file it deletes all animation keys Sorry couldn’t…
How different are the meshes and their topologies from one another? Are we talking big proportional changes?
I concour, Walk through each vertex, (selected or not) formating its id. Walk through its bones with: skinOps.getVertexWeightCount <skin> <v…