Revision 412eed6 by Campbell Barton March 28, 2011, 04:55 (GMT) |
RNA functions for adding timer (needed for demo mode, also useful for python modal operators). - timer = WindowManager.event_timer_add(time_step, window=None) - WindowManager.event_timer_remove(timer) Still TODO, is a way for python to check the timer identity. |
Revision dd56ebe by Campbell Barton March 28, 2011, 04:22 (GMT) |
blenkernel: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision ac1cb5e by Campbell Barton March 28, 2011, 02:34 (GMT) |
- quiet new warnings with gcc 4.6 - use BLI math funcs for normal float/short conversion. - correct some un-intentional float/double promotions. |
Revision cf40220 by Campbell Barton March 28, 2011, 02:11 (GMT) |
set CMake's GCC warnings for GCC4.6. -Wdouble-promotion -Wno-error=double-promotion -Wno-error=unused-but-set-variable |
Revision e567fea by Campbell Barton March 28, 2011, 02:09 (GMT) |
uvedit: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision 3875461 by Joseph Eagar March 28, 2011, 00:29 (GMT) |
=bmesh= Improved edge subdivide. The last tool panel is a bit clearer, with a "quad/tri" checkbox (that, in addition to turning on the old singe-edge-triangluation feature also automatically switches cornervert to Inner Vert if it is Straight, to avoid producing ngons). I also rewrote fractal to be more likes its name, and removed the "smoothness" parameter (which never worked, anyway, even in trunk). Also removed the grid fill paramter, it wasn't all that useful. |
Revision 89c2357 by Joshua Leung March 27, 2011, 23:19 (GMT) |
Bugfix: One more place still using the old "keys" instead of "key_blocks" |
Revision 040f0a1 by Tamito Kajiyama March 27, 2011, 23:11 (GMT) |
Revision 84befe2 by Martin Poirier March 27, 2011, 22:15 (GMT) |
[#26622] Blender crashes when calling transform operator Add cancellation checks for time* transforms that only run in specific spaces. Hide Transform Mode operator property (it shouldn't be modified after the operator is run), made default mode Translate, not the useless Dummy. |
Revision 3c67374 by Nathan Letwory March 27, 2011, 22:02 (GMT) |
Revision 47f9b49 by Martin Poirier March 27, 2011, 21:45 (GMT) |
[#24658] Switching to "maya" via interaction preset breaks when switching back [#25045] User Preferences Input, not enough menu choices [#26525] Saving the Maya preset and another key configs Untangle keyconfig presets and interaction presets (maya keyconfig would set interaction setting, blender interaction would set keyconfig). Preset menu on slash screen now displays a list of available keyconfigs (as before) but will also set the correspondant interaction presets, if it exists) |
Revision 3598882 by Martin Poirier March 27, 2011, 20:52 (GMT) |
Proper traceback when addons fails AST parsing setp |
Revision 45f9dd4 by Nathan Letwory March 27, 2011, 17:57 (GMT) |
COLLADA lamp blender profile: add the remainder of the lamp variables to export. |
Revision a73c3fe by Campbell Barton March 27, 2011, 17:22 (GMT) |
subsurf, derived mesh and other misc files: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision 9c8f1e2 by Campbell Barton March 27, 2011, 17:12 (GMT) |
imbuf, mathutils & readfile: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision 4237c03 by Campbell Barton March 27, 2011, 15:57 (GMT) |
view3d / object drawing: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision 59cdbfd by Campbell Barton March 27, 2011, 15:54 (GMT) |
math lib and UV project: floats were being implicitly promoted to doubles, adjust to use floats. |
Revision 617e6a8 by Campbell Barton March 27, 2011, 14:59 (GMT) |
object/paint/misc-files: floats were being implicitly promoted to doubles, adjust to use floats. - also UV angle stretching was using radians->deg which wasn't needed. |
Revision 8d7c3f8 by Campbell Barton March 27, 2011, 14:52 (GMT) |
interface: floats were being implicitly promoted to doubles, adjust to use floats (in most cases) otherwise cast to double. |
Revision 0b9f670 by Lukas Toenne March 27, 2011, 13:49 (GMT) |
Fix for [26631] relative blur decimal value from 2.49 is not correctly converted to percentage value in 2.5 This will not work for file saved between the blur node patch and subversion 2, those will still have to be update manually. |
|