Geometry Nodes: Move simulation panel higher in node editor sidebar #109305

Merged
Hans Goudey merged 1 commits from mod_moder/blender:swap_node_and_sim_props_panels into main 2023-06-23 19:23:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0da6a334ea - Show all commits

View File

@ -1157,7 +1157,6 @@ classes = (
NODE_PT_node_color_presets,
NODE_PT_active_node_generic,
NODE_PT_active_node_color,
NODE_PT_active_node_properties,
NODE_PT_texture_mapping,
NODE_PT_active_tool,
NODE_PT_backdrop,
@ -1171,6 +1170,7 @@ classes = (
NODE_PT_panels,
NODE_UL_simulation_zone_items,
NODE_PT_simulation_zone_items,
NODE_PT_active_node_properties,
node_panel(EEVEE_MATERIAL_PT_settings),
node_panel(MATERIAL_PT_viewport),