Rename the main folder

This commit is contained in:
2024-05-16 22:12:11 +02:00
parent 814e158eb5
commit 9cbe89e4b8
12 changed files with 10 additions and 0 deletions
@@ -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):