You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rct-graphics-helper/rct_graphics_helper_panel.py
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
from .operators.render_switch_operatorimportRenderRCTSwitch
17
17
18
18
from .models.paletteimportpalette_colors, palette_colors_details
19
-
from .angle_sections.trackimportsprite_group_names, legacy_group_names
19
+
from .angle_sections.trackimportsprite_group_names, legacy_group_names, legacy_group_display_order
20
20
21
21
classRepairConfirmOperator(bpy.types.Operator):
22
22
"""This action will clear out the default camera and light. Changes made to the rig object, compositor nodes and recolorable materials will be lost."""
0 commit comments