Get keyframes of background bitmap's Cropping/Placement UV - maxscript

Get keyframes of background bitmap's Cropping/Placement UV - maxscript

Anonymous
Not applicable
576 Views
1 Reply
Message 1 of 2

Get keyframes of background bitmap's Cropping/Placement UV - maxscript

Anonymous
Not applicable

I'm using 3Ds Max 2016.

I need to get keyframes of background bitmap image's cropping/placement UV.

 

 

 

 

I can access background bitmap via scenematerials or useEnvironmentMap.

Is it possible to get required keyframes from the bitmap object?

 

Thank  you!

0 Likes
Accepted solutions (1)
577 Views
1 Reply
Reply (1)
Message 2 of 2

Swordslayer
Advisor
Advisor
Accepted solution

All the animatable parameters expose .keys property, you can query it directly, for example:

 

<textureMap>.clipU.keys

As for the properties themselves, short of checking the BitmapTexture : TextureMap chapter, the easiest way to get the name of the parameter you want to query is to activate MacroRecorder and change the value.

0 Likes