generated from stilobique/BlenderTemplate
Rename the main folder
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
import bpy
|
import bpy
|
||||||
|
import os
|
||||||
|
|
||||||
|
# from pathlib import Path
|
||||||
|
# icon_sauropod_path = Path(os.path.dirname(os.path.abspath(__file__)), "icons", "sauropode.png")
|
||||||
|
# print(f'[Pipeline] Get the icon sauropods {icon_sauropod_path}')
|
||||||
|
#
|
||||||
|
# if icon_sauropod_path.exists():
|
||||||
|
# print(f'[Pipeline] Icon find')
|
||||||
|
# icon_sauropod = bpy.app.icons.new_triangles_from_file(icon_sauropod_path.as_posix())
|
||||||
|
# # icon_sauropod_id = bpy.app.icons.release(icon_sauropod)
|
||||||
|
|
||||||
|
|
||||||
class GRAOU_PT_panel(bpy.types.Panel):
|
class GRAOU_PT_panel(bpy.types.Panel):
|
||||||
Reference in New Issue
Block a user