Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4068 / 5574

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.
March 28, 2011, 04:22 (GMT)
blenkernel: floats were being implicitly promoted to doubles, adjust to use floats.
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.
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
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"
March 27, 2011, 23:11 (GMT)
Merged changes in the trunk up to revision 35828.

Conflicts resolved:
source/blender/makesrna/RNA_enum_types.h

According to the changes in revision 35667, the Freestyle-related code
in release/scripts/ui/ was moved to release/scripts/startup/bl_ui/.
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.
March 27, 2011, 22:02 (GMT)
Revert r34026, which in it turn reverted r33039. Removal breaks renderers that use COLLADA as their format through render() callback.
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)
March 27, 2011, 20:52 (GMT)
Proper traceback when addons fails AST parsing setp
March 27, 2011, 17:57 (GMT)
COLLADA lamp blender profile: add the remainder of the lamp variables to export.
March 27, 2011, 17:22 (GMT)
subsurf, derived mesh and other misc files: floats were being implicitly promoted to doubles, adjust to use floats.

March 27, 2011, 17:12 (GMT)
imbuf, mathutils & readfile: floats were being implicitly promoted to doubles, adjust to use floats.
March 27, 2011, 15:57 (GMT)
view3d / object drawing: floats were being implicitly promoted to doubles, adjust to use floats.
March 27, 2011, 15:54 (GMT)
math lib and UV project: floats were being implicitly promoted to doubles, adjust to use floats.
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.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021