Hobbs
@hobbs
New Member
Joined: Feb 14, 2024
Topics: 111 / Replies: 159
Reply
RE: my messy code

your first line is actually a compare, not a declaration animationonscene==1 is actually asking “is animationonscene equivalent to 1”, whi…

11 years ago
Forum
Reply
RE: my messy code

that error means you are trying to declare a variable in at the top level. All of your code should be within parenthesis. This is good practice in g…

11 years ago
Forum
Reply
RE: my messy code

running code on selected objects is generally slow. convert your selection to an array, and iterate that. local objList = $selection as array…

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 34
Reply
RE: controller key values not lerping?

Ah i figured it would be something silly. Thanks Denis.

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 9
Reply
RE: ColorPicker Controller

Well that sucks…since it will be tied to a simulation, i guess i could attempt my own draw call, and just manipulate the data in a while loop. This s…

12 years ago
Forum
Reply
RE: ColorPicker Controller

I’m not why it works on the material. It makes sense what lo said in that the data is tied to a controller already when its on a custom attributes. …

12 years ago
Forum
Reply
RE: ColorPicker Controller

So is the only option to build it with custom attributes? As I don’t believe i can do a “get” command on the ColorPicker inside a rollout?

12 years ago
Forum
Topic
Forum
Replies: 6
Views: 19
Topic
Forum
Replies: 5
Views: 13
Reply
RE: Spinner snap checked

Ah there it is. Thank you sir.

12 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Reply
RE: CA's with animated dropdown's error

Thanks for the reply Denis. I understand the part about posting code. I was also planning on making a working sample to show the problem, but as the…

12 years ago
Forum
Reply
RE: CA's with animated dropdown's error

It appears its pointing to a memory location, as the number is different every time. No one has seen this? I’m on 3dsmax 2012

12 years ago
Forum
Page 5 / 18