Skip to content

Commit ae11500

Browse files
authored
Merge pull request #1 from ChocoScaff/layout
change layout
2 parents 89c1005 + f2e7518 commit ae11500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,15 @@ def draw(self, context):
134134
# Input for skybox name
135135
layout.prop(scene, "skybox_name", text="Skybox Name")
136136

137+
layout.operator("wm.save_skybox_settings", text="Save Settings")
138+
137139
# Create buttons for each operator
138140
layout.operator("wm.execute_file_1", text="Skybox_Blender")
139141
layout.operator("wm.execute_file_2", text="Skybox_Stiched")
140142
layout.operator("wm.execute_file_3", text="Skybox_Generate_VMT")
141143

142144
# Add Save Settings button
143-
layout.operator("wm.save_skybox_settings", text="Save Settings")
145+
144146

145147
def install_pillow():
146148
"""Function to check and install Pillow if it's not already installed."""

0 commit comments

Comments
 (0)