generated from stilobique/BlenderTemplate
Write a basic operator to generate the thumbnail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user