blender/source
Joshua Leung 04ff2784da Fix: Prevent warnings from popping up when trying to edit driver expressions from buttons
Previously, a warning was added to provide feedback to users trying to change the values
of driven properties why their edits would not have any effect on the propeerty. However,
it turned out that instead of only showing up when the user tried to increment/decrement/slide
the property's value, it was also firing everytime they were trying to edit the expression.
That however is not what we want at all!

This fix assumes that BUTTON_STATE_TEXT_EDITING is used for expression editing, and
BUTTON_STATE_NUM_EDITING (or everything else) refers to the user trying to adjust the
value normally.
2015-10-26 23:24:41 +13:00
..
blender Fix: Prevent warnings from popping up when trying to edit driver expressions from buttons 2015-10-26 23:24:41 +13:00
blenderplayer Fix bplayer (c) 2015-10-08 10:09:58 +02:00
creator File Read: de-duplicate command line file-load 2015-10-08 16:00:01 +11:00
gameengine BGE: Cleanup: Code style BL_Shader 2015-10-25 19:43:46 +01:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript