eek
@eek
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 462
Reply
RE: help me about time zone

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…

14 years ago
Forum
Reply
RE: Is there a better way to do this?

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 …

14 years ago
Forum
Reply
RE: Question about accessing to bezier_scale controller

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 …

14 years ago
Forum
Reply
RE: Scripted plug-in: how to define valid inputs?

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…

14 years ago
Forum
Reply
RE: Scripted plug-in: how to define valid inputs?

validModifier – I think might be what your looking for.

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

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 …

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

TheGrak: @Swordslayer: Thanks! Impure is inspiring. I figured out a more elegant way to represent if/then/else, case of, and fileIn() statements. …

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

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 …

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

You’re actually describing here FSM’s or finite state machines. Basically states controlled by conditions triggered by inputs. a = 10 if a > 20 :…

14 years ago
Forum
Reply
RE: custattributes+listbox

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…

14 years ago
Forum
Reply
RE: referencing maxObjectTab data in script controllers

Hey man, Yep maxObject/node is fine, it always sends the reference. I like the controller idea – I’ll give it a go.

14 years ago
Forum
Topic
Reply
RE: Character GUI Maker

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…

14 years ago
Forum
Reply
RE: Math for skin transfer?

How different are the meshes and their topologies from one another? Are we talking big proportional changes?

14 years ago
Forum
Reply
RE: Math for skin transfer?

I concour, Walk through each vertex, (selected or not) formating its id. Walk through its bones with: skinOps.getVertexWeightCount <skin> <v…

14 years ago
Forum
Page 5 / 33