Write a basic operator to generate the thumbnail

This commit is contained in:
2024-06-06 22:03:56 +02:00
parent 83d321c69d
commit c61ba477ad
3 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ from .operators.exports import ExportForFange
from .operators.outline import ConfigBlendScene
from .operators.misc import MakeBasicCollision
from .operators.lighting import ConfigLighting
from .operators.thumbnails import ConfigRendering
# Preferences and properties
from .preference import GRAOU_AddonPreference
from .properties.main import FangeProperties
@@ -28,7 +29,7 @@ bl_info = {
modules_class = [
# Main operators property
ExportForFange, MakeBasicCollision, ConfigBlendScene, ConfigLighting,
ExportForFange, MakeBasicCollision, ConfigBlendScene, ConfigLighting, ConfigRendering,
# UI, the order are the way to select how show each panel
GRAOU_PT_setup, GraouPanel_asset, GRAOU_PT_export, GraouPanel_thumbnail,
# Preference