File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222from . import load_shader_map
2323
2424bl_info = {
25- "name" : "Load Save UE Shader Map Setups" ,
25+ "name" : "UEShaderScript - Load Save UE Shader Map Setups" ,
2626 "author" : "Anime Nyan" ,
27- "version" : (1 , 2 , 7 ),
28- "blender" : (3 , 0 , 0 ),
27+ "version" : (1 , 2 , 8 ),
28+ "blender" : (3 , 2 , 0 ),
2929 "location" : "3D View > Properties > Load UE Shaders + Shader Editor > Properties > Save UE Shaders" ,
3030 "description" : "Adds the ability to save and load shader maps and textures for Meshes and adds default preset shader maps" ,
3131 "warning" : "" ,
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ class LOADUESHADERSCRIPT_shared_main_panel:
692692 # bl_idname = "LOADUESHADERSCRIPT_PT_main_panel"
693693 bl_space_type = 'VIEW_3D'
694694 bl_region_type = 'UI'
695- bl_category = "Load UE Shaders "
695+ bl_category = "UE "
696696
697697
698698#main panel part 1
You can’t perform that action at this time.
0 commit comments