Files
test/source
Matt Ebb 5c94896490 Fix [#22078] Cannot apply modifier in python (context error)
Previously all modifier operators relied on the buttons layout data context pointer to 
decide which modifier to work on. This meant that these operators would only work 
from from the properties panel, and not from scripting/macros or for operator redo.

This commit makes all modifier operators take the modifier name as an operator 
property, so the operators can be re-done or executed outside of the modifier panel. 
When invoking the operators from the modifier panel, they automatically fill in the 
operator property from context.

This isn't a perfect API design, but it does bring these operators in line with the design 
of being able to access all UI functionality via other means like scripts.
2010-04-22 01:55:10 +00:00
..
2010-04-12 23:02:14 +00:00
2010-01-03 20:35:13 +00:00
2010-02-12 13:34:04 +00:00
2010-04-12 01:23:55 +00:00
2010-04-20 15:46:28 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00