ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
""...but I have prepared an example on my home page, which can help you. You can see the link into my account profile here or just click here to download the script...""
Beautiful home page, The entry of my favorites congratulations Anubis! ;)
I do not know exactly what you want to do, but I have prepared an example on my home page, which can help you. You can see the link into my account profile here or just click here to download the script.
Try this:
----------------------------------------------------------
for t = animationrange.start to animationrange.end do
(
sliderTime = t
$.wireColor = random (color 0 0 0) (color 255 255 255)
)
----------------------------------------------------------
Create an animated object and evaluates the script. The object changes color every frame.
Comments
Thanks for your compliment,
Thanks for your compliment, Michele! :)
my recent MAXScripts RSS (archive here)
""...but I have prepared an
""...but I have prepared an example on my home page, which can help you. You can see the link into my account profile here or just click here to download the script...""
Beautiful home page, The entry of my favorites congratulations Anubis! ;)
I do not know exactly what
I do not know exactly what you want to do, but I have prepared an example on my home page, which can help you. You can see the link into my account profile here or just click here to download the script.
my recent MAXScripts RSS (archive here)
Thank you ! it was helpful.
Thank you ! it was helpful.
Wirecolor is not animatable,
Wirecolor is not animatable, but you can animate material.
See this forum topic: Change Material per frame
my recent MAXScripts RSS (archive here)
I saw it but I didn't
I saw it but I didn't understand how to do it in code - if you can give me a small example.
Hi RapBoyX! Try
Hi RapBoyX!
Try this:
----------------------------------------------------------
for t = animationrange.start to animationrange.end do
(
sliderTime = t
$.wireColor = random (color 0 0 0) (color 255 255 255)
)
----------------------------------------------------------
Create an animated object and evaluates the script. The object changes color every frame.