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.
I have assigned an ifl file which has some random file names to the viewport background.
is there a way to get corresponding file name at any frame?
Thanks.
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
Comments
this command works but when I
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
rollout Background_Image_Name "Background Image Name"
(
label bgifn "0" pos:[30,5]
fn bgname =
(
try(
a = at time slidertime backgroundImageFileName
bgifn.text = a
)
catch ( )
)
)
this command works but when I
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
rollout Background_Image_Name "Background Image Name"
(
label bgifn "0" pos:[30,5]
fn bgname =
(
try(
a = at time slidertime backgroundImageFileName
bgifn.text = a
)
catch ( )
)
)
.
Try this:
Open MaxScript Listener(F11). Enter this:
and press the numpad enter.
Tools and Scripts for Autodesk 3dsMax
this command works but when I
this command works but when I try to incorporate it in my code it's not working.
Do you mind take a quick look at my simple code and see what i am doing wrong?
Thanks.
rollout Background_Image_Name "Background Image Name"
(
label bgifn "0" pos:[30,5]
fn bgname =
(
try(
a = at time slidertime backgroundImageFileName
bgifn.text = a
)
catch ( )
)
)