We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89c1005 + f2e7518 commit ae11500Copy full SHA for ae11500
__init__.py
@@ -134,13 +134,15 @@ def draw(self, context):
134
# Input for skybox name
135
layout.prop(scene, "skybox_name", text="Skybox Name")
136
137
+ layout.operator("wm.save_skybox_settings", text="Save Settings")
138
+
139
# Create buttons for each operator
140
layout.operator("wm.execute_file_1", text="Skybox_Blender")
141
layout.operator("wm.execute_file_2", text="Skybox_Stiched")
142
layout.operator("wm.execute_file_3", text="Skybox_Generate_VMT")
143
144
# Add Save Settings button
- layout.operator("wm.save_skybox_settings", text="Save Settings")
145
146
147
def install_pillow():
148
"""Function to check and install Pillow if it's not already installed."""
0 commit comments