Blender Git Loki
Git Commits -> Revision 8ec398d
Revision 8ec398d by Mai Lavelle (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:35 (GMT) |
Fix T54003: Particles - Size and random size not present in "physics" tab in Advanced mode The check to see if `use_advanced_hair` was enabled was actually in two places (render panel `draw` function and physics panel `poll` function). As these properties are only in one place now the check in `draw` isn't needed anymore. Related: T53513, a6c69ca57f661a8538 |
Commit Details:
Full Hash: 8ec398d401dff112f5469f7dafe6afab5efd8bfa
Parent Commit: 9accd88
Committed By: Sergey Sharybin
Lines Changed: +1, -1
1 Modified Path:
/release/scripts/startup/bl_ui/properties_particle.py (+1, -1) (Diff)