Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_fracture.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_fracture.py42
1 files changed, 21 insertions, 21 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_fracture.py b/release/scripts/startup/bl_ui/properties_physics_fracture.py
index ebae07bb0ad..cd6fd1acf7b 100644
--- a/release/scripts/startup/bl_ui/properties_physics_fracture.py
+++ b/release/scripts/startup/bl_ui/properties_physics_fracture.py
@@ -248,32 +248,32 @@ class PHYSICS_PT_fracture_simulation(PhysicButtonsPanel, Panel):
#col.prop(md, "impulse_dampening")
#col.prop(md, "directional_factor")
col.prop(md, "mass_threshold_factor")
- else:
- layout.label("Constraint Special Breaking Settings")
- col = layout.column(align=True)
- row = col.row(align=True)
- row.prop(md, "breaking_percentage", text="Percentage")
- row.prop(md, "cluster_breaking_percentage", text="Cluster Percentage")
- row = col.row(align=True)
- row.prop(md, "breaking_angle", text="Angle")
- row.prop(md, "cluster_breaking_angle", text="Cluster Angle")
+ layout.label("Constraint Special Breaking Settings")
+ col = layout.column(align=True)
+ row = col.row(align=True)
+ row.prop(md, "breaking_percentage", text="Percentage")
+ row.prop(md, "cluster_breaking_percentage", text="Cluster Percentage")
- row = col.row(align=True)
- row.prop(md, "breaking_distance", text="Distance")
- row.prop(md, "cluster_breaking_distance", text="Cluster Distance")
+ row = col.row(align=True)
+ row.prop(md, "breaking_angle", text="Angle")
+ row.prop(md, "cluster_breaking_angle", text="Cluster Angle")
- col = layout.column(align=True)
- col.prop(md, "solver_iterations_override")
- col.prop(md, "cluster_solver_iterations_override")
+ row = col.row(align=True)
+ row.prop(md, "breaking_distance", text="Distance")
+ row.prop(md, "cluster_breaking_distance", text="Cluster Distance")
- row = layout.row(align=True)
- row.prop(md, "breaking_angle_weighted")
- row.prop(md, "breaking_distance_weighted")
+ col = layout.column(align=True)
+ col.prop(md, "solver_iterations_override")
+ col.prop(md, "cluster_solver_iterations_override")
- row = layout.row(align=True)
- row.prop(md, "breaking_percentage_weighted")
- row.prop(md, "use_mass_dependent_thresholds", text="Mass Dependent Thresholds")
+ row = layout.row(align=True)
+ row.prop(md, "breaking_angle_weighted")
+ row.prop(md, "breaking_distance_weighted")
+
+ row = layout.row(align=True)
+ row.prop(md, "breaking_percentage_weighted")
+ row.prop(md, "use_mass_dependent_thresholds", text="Mass Dependent Thresholds")
if not md.use_compounds:
layout.label("Constraint Deform Settings")