Revision 8e3d590 by Campbell Barton March 28, 2013, 19:33 (GMT) |
code cleanup: python/pep8 and double-promotion warnings. |
Revision 8fce915 by Gaia Clary March 28, 2013, 18:04 (GMT) |
scon update for new collada libraries |
Revision 32ec0c7 by Gaia Clary March 28, 2013, 18:03 (GMT) |
Updated Blender Collada module to newest opencollada API |
Revision 4707f1d by Gaia Clary March 28, 2013, 18:02 (GMT) |
modified build system for updated opencollada libraries (windows only, other platforms might want to update as well) |
Revision 5262fcd by Bastien Montagne March 28, 2013, 15:41 (GMT) |
I18n: various fixing. * Reflect changes stated in prev commit about contexts in py code. * Add a "Plural" context, to handle cases where english does not mark plural at all (e.g. shorten labels of only one adjective). Not so happy with that, but can't see any other way to do it, for now. * Abuse "ID_CURVE" context for all falloff curves (this should solve some confusion issues, e.g. "sharp"...). |
Revision c54fba6 by Bastien Montagne March 28, 2013, 15:03 (GMT) |
I18n: fix/enhance how predefined contexts are handled in py code. Now they should be specified by an attribute with the same name as the one in bpy.app.translations.contexts named tuple (i18n_contexts.default, .id_windowmanager, etc.). This way, i18n message extracting code is now able to get the right context! |
Revision 4b5be1c by Lukas Toenne March 28, 2013, 10:32 (GMT) |
Fix for node groups, now exposing a socket will copy the default value from internal nodes again. Also this value can be changed in the node group Interface panel. |
Revision c5c34ca by Sergey Sharybin March 28, 2013, 08:21 (GMT) |
Fix #34782: Video Editor - Substract after transform fails Couple of precision issues here: - Interpolation was rounding trunkcating colors, and because of some precision issues value 254.999 became 254 leading to troubles later. Now color interpolaiton will do rounding to nearest int. - Subtract was setting channels to something negative which confused color management (especially negative alpha), Now subtract effect will clamp channels to 0 from bottom and also do some tricks to prevent small alpha which could also confuse color management. |
Revision ed99c94 by Campbell Barton March 28, 2013, 06:36 (GMT) |
fix [#34636] bpy.app.handlers.load_post not run on startup file loading after splashscreen |
Revision ebc538c by Sergey Sharybin March 28, 2013, 06:11 (GMT) |
Fix #34773: smooth brush used on a shape key messes up the topology Key block update was missing coordinates for hidden vertices. |
Revision 765060a by Campbell Barton March 28, 2013, 06:01 (GMT) |
BMesh: make the context create operator (Fkay) more logical, before calling each operator check the state that it can even run and do something. |
Revision abac71c by Campbell Barton March 28, 2013, 05:51 (GMT) |
own error in recent commit, uninitialized variable. |
Revision 0237e7e by Campbell Barton March 28, 2013, 02:29 (GMT) |
fix for loosing recent-files when running 'Copy Previous Settings'. |
Revision eab2083 by Antonis Ryakiotakis March 28, 2013, 00:58 (GMT) |
Fix typo with non-system bullet. |
Revision 3e2619b by Campbell Barton March 27, 2013, 23:48 (GMT) |
workaround for crash when accessing vertex colors in editmode, just disallow vertex color access in editmode as is done with UV's. |
Revision f13829c by Campbell Barton March 27, 2013, 22:24 (GMT) |
svn merge ^/trunk/blender -r55594:55635 |
Revision d15d78a by Campbell Barton March 27, 2013, 20:27 (GMT) |
style cleanup: osl and NULL pointer use, also correct sequencer gap operator id's |
Revision 535253c by Thomas Dinges March 27, 2013, 19:44 (GMT) |
Cycles / SunSky: * Use already calculated theta^2 for theta^3 calculation. |
Revision c766b07 by Bastien Montagne March 27, 2013, 19:09 (GMT) |
I18n fixes for C panels & menus (we have to specify the default bpyrna context here, else we get the horrible "empty" string (as translation_context of panels is an array, not a pointer, so it's never NULL). |
Revision bf2c46f by Thomas Dinges March 27, 2013, 19:08 (GMT) |
Code cleanup / Cycles: * Remove unused variable from noise_wave(). |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021