Blender Git Commit Log
Git Commits -> Revision 93b5553
Revision 93b5553 by Diego Borghetti (master) August 27, 2007, 03:20 (GMT) |
BugFix #7115 The "Strands" settings is a BlockBut and never return B_MATPRV like the others buttons, because of this, never call BIF_preview_changed. It's posible two fix for this: 1) make all the buttons into the "Strands" panel return B_MATPRV (this modify the "work mode" of the panel) 2) Add a call to BIF_preview_changed to the end of strands_menu function (as do_matbuts). The problem with the first options, is that the panel "close" when you press/release some of the buttons, so to preserve the current "work mode" of the panel, i choose the second option. |
Commit Details:
Full Hash: 93b5553c9c04ee8cc5dde4c3530f5527e0848691
SVN Revision: 11839
Parent Commit: ba6f02f
Lines Changed: +1, -1
1 Modified Path:
/source/blender/src/buttons_shading.c (+1, -1) (Diff)