CerberusC
@cerberusc
New Member
Joined: Feb 15, 2024
Topics: 41 / Replies: 136
Reply
RE: Question – how to transfer scale animation to visibility animation?

Solved, use this piece of code at will objetos = selection as array for o= 1 to objetos.count do ( targ = objetos[o] for i=1 to targ.scale.ke…

10 years ago
Forum
Reply
RE: Pastebitmap and progressbar

I had the same problem with a distribution script i made, my solution was to work in a different thread of max, so you can take advantage of multithre…

14 years ago
Forum
Reply
RE: Quick question about wire parameters and time offset.

rafoarc I used your solution, is great but is not enough to put the variable name, i had to attenuate a bit the value: (Mom_Rot / 18) * 1 Mom_…

14 years ago
Forum
Reply
RE: Quick question about wire parameters and time offset.

Nope, but it worked this way, just it didn’t give me what i wanted: at time (((currentTime as integer)/TicksPerFrame) -3) (Y_Rotation * -1) But usi…

14 years ago
Forum
Topic
Reply
RE: Dot.NET and Scene Explorer, question.

Thanks Ypuech, i’ll try contacting these people Cheers.

14 years ago
Forum
Reply
RE: Dot.NET and Scene Explorer, question.

Nope, these are object property filters (columns in the end), what i mean is an Advanced Filter, so what i want to do is to tell teh Scene Explorer to…

14 years ago
Forum
Topic
Forum
Replies: 4
Views: 8
Reply
RE: Interlacing pictures

So…no clue at all? there is no way to capture an inactive viewport via maxscript? Cheers.

14 years ago
Forum
Reply
RE: Interlacing pictures

I’ve noticed one thing, and i want you to correct me if i’m wrong…you can only grab a picture from the active viewport??? you cannot grab a picture fr…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: UnknownSystemException: CAT, rollouts, and instancing trouble

Please, report this as a bug to Autodesk, probably it is and there is nothing you can do if they don’t fix it. (i’m not sure, but it is really possibl…

14 years ago
Forum
Reply
RE: Question about storing shadow types with shadow generator

Ok, i’ve faced a problem, so i have to use the first method you told me, but there is a problem, i’m storing the array inside the user properties of a…

14 years ago
Forum
Reply
RE: Question about storing shadow types with shadow generator

Thanks Bobo i was about to publish my findings, finally i solved the problem with the class approach, storing the class of the shadow, which is what …

14 years ago
Forum
Page 1 / 12