Home Coding, Scripting, Shaders

Hello, I have a question about UV manipulation using 3D max Python script.

The part that's the problem right now is
Among Python code functions
I want to gather all UVs at the origin through moveX and moveY.
The rules are

Open the UV window, cut off the edges
After putting all sides in the array
Select one face -> Enable absolute coordinates
->Enter 0,0 in coordinates X and Y
I want this to happen automatically when I run the script.
However, if you use moveX, moveY, it doesn't enter and the value keeps coming out fixed.
I will also attach the picture


I took a location point as a test, but there is no change. Is there any way?

It's okay if it's not necessarily Python. I want to know why it doesn't work.

Replies

Sign In or Register to comment.