leukbaars / DreamUV

DreamUV - 3D viewport UV editing tools for Blender
1.35k stars 58 forks source link

Fix for _PT suffix error, cleaned up naming conventions, commented some unused code #15

Closed oRazeD closed 3 years ago

oRazeD commented 3 years ago

It seems like there is a lot here but it is mainly just renaming classes & bl_idnames to better naming conventions which requires touching every file.

Classes were renamed to remove the _PT suffix error.

bl_idnames were renamed to better reflect where they come from when using the Blender search function:

Before Screenshot_1 Screenshot_2

After Screenshot_3 Screenshot_4

Code in the init was commented out to hide the 'Preferences:' pop-up even though nothing followed it, as shown in this screenshot now missing:

Screenshot_5

oRazeD commented 3 years ago

Seems like you changed some stuff, I can fix the conflict if you have actual interest on including the commits 🙂 let me know. I also figured out how to fix the annotation warnings so will include that in an updated pull request.

leukbaars commented 3 years ago

Finally getting back to this, I'm so bad at proper naming haha, thanks for doing this. I'll probably integrate these changes soon!

leukbaars commented 3 years ago

Thanks again for doing this, ended up just going through everything and fixing it up manually