remove uv modifier from bld_mesh.py and finish flatten uv and rail uv
This commit is contained in:
7
bbp_ng/UTIL_icons_manager.py
Normal file
7
bbp_ng/UTIL_icons_manager.py
Normal file
@ -0,0 +1,7 @@
|
||||
import bpy
|
||||
import os, enum
|
||||
|
||||
class BlenderPresetIcons(enum.Enum):
|
||||
Info = 'INFO'
|
||||
Warning = 'ERROR'
|
||||
Error = 'CANCEL'
|
Reference in New Issue
Block a user