blender/source/blender/python
Joshua Leung bebaa41047 Tweaks to New Driver creation behaviour
* 'Show Debug' now enabled for all newly created drivers. For most users, it is
useful to be able to see this to help figure out what's going on

* Removed failed experiment of creating new drivers with Generator FModifiers. I
had hoped that this would make it easier to create drivers that doubled or
halved the input values, but that has proved to not be the case, and instead
made harder for most users to set things up (as they'd have to remove these
first).

Now, when adding drivers from the UI, these get created with two keyframes (at
(0,0) and (1,1) for a 1-1 mapping), which can be easily tweaked normally.

However, for backwards compatability of scripts (notably rigify, and perhaps
some others out there), when creating drivers from scripts, they will still get
created with Generator FModifiers for now. We can review this situation again
for 2.7, but for now it seems ok.
2013-09-03 00:28:23 +00:00
..
bmesh bmesh: internal api change, remove BMOElemMapping, its not needed since the values can be stored in the ghash directly. 2013-09-02 03:13:51 +00:00
generic minor improvements 2013-07-09 00:13:17 +00:00
intern Tweaks to New Driver creation behaviour 2013-09-03 00:28:23 +00:00
mathutils tweak mempool loop comparisons when we know there is no chance for skipping past the last value. 2013-08-31 02:12:31 +00:00
BPY_extern.h remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
CMakeLists.txt
rna_dump.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
SConscript code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on. 2013-05-20 18:42:28 +00:00
simple_enum_gen.py