Files
blender/source
Campbell Barton 51cbfb3961 fix [#28883] redraw problems for particle mode's brush menu
The enum items for getting the brush tool (which the UI draws), would change after the 3D view first draws on exiting editmode.

Since the panel draws before the 3D view does, the UI had a glitch.

Fix by using psys_get_current() for the enum, rather then PE_get_current() which depends on an updated particle system.
2011-10-12 01:36:06 +00:00
..
2011-05-09 08:15:38 +00:00
2011-05-09 08:15:38 +00:00
2011-10-10 00:29:23 +00:00