Blender Git Loki
Git Commits -> Revision e7a9bf8
Revision e7a9bf8 by Julian Eisel (master) January 5, 2015, 20:05 (GMT) |
Fix T43111: Node Editor (Slider) Draw Glitch * don't allow Node Editor input max value to be less then min value * avoid the num slider drawing glitch if softmin equals softmax * assert if softmax/hardmax is smaller than softmin/hardmin With this, we sort of allow softmin/hardmin and softmax/hardmax being the same. |
Commit Details:
Full Hash: e7a9bf88d2243bead0ed1b5f9db1f21aef7ea397
Parent Commit: 22ce525
Lines Changed: +20, -2