[Closed] Load uvw
Hi all,
i am trying to make a script which applies a uvw unwrap modifier and loads a .uvw file. When i do this with the macrorecorder on i get te following script:
modPanel.addModToSelection (Unwrap_UVW ()) ui:on
$.modifiers[#unwrap_uvw].unwrap.load ()
The problem is here that when i run this, i get a pop up which asks me what .uvw file to load, but I want that in the code so that I only have to select the objects, press a button, and the script applies the appropiate .uvw file on them. Can anyone help me with this?
I don’t think you can do that. Load only presses the Load button, you can’t pass an argument to it.
another thing you can try is adding an Unwrap modfier to your source object. Right click the modifer and select copy.
open the next file. Select your target. In the modify stack right click and hit paste.