franMarz / TexTools-Blender

TexTools is a UV and Texture toolset created several years ago for Blender and Max by @renderhjs. In this open repository, originally created by @SavMartin, we develop the current version of this popular Blender add-on.
Other
2.02k stars 138 forks source link

should this work in 2.82? #12

Closed gswartz777 closed 4 years ago

gswartz777 commented 4 years ago

I just got blender, v 2.82. When I make a selection of faces, many of the options under UV Layout are greyed out. I wanted to run rectify on this selection, but no love. Should this work with 2.82? In addition, if I select all of my faces in the 3d view and click on anything else like crop of fill, nothing happens. It appears that nothing works.

textools

SavMartin commented 4 years ago

Try installing this one: https://github.com/SavMartin/TexTools-Blender/releases/download/TexTools_2.80/textools.zip

franMarz commented 4 years ago

You have to deactivate the UV Sync Selection on the top left corner of the UV Editor. Also, there is a line on the code of textool that is wrong, with it fixed, a red button should appear on the panel you are showing just for warning you about the the syncing being on and as an alternate method for turning it off. Here in attaching the fixed python file, if you want, paste it on the TexTools-Blender-master folder. init.zip

AvisParadocs commented 4 years ago

Can you tell what exact lines it is?

franMarz commented 4 years ago

Sure: 243 Should be: bl_idname = "uv.op_disable_uv_sync" Nothing fancy, I got a warning in the console of Blender when switching between UV Sync Selection on and off

SavMartin commented 4 years ago

Fixed.