Revision b6a9a95 by Tamito Kajiyama May 26, 2012, 22:22 (GMT) |
Merged changes in the trunk up to revision 47056. Conflicts resolved: source/blender/bmesh/bmesh_class.h source/blender/bmesh/intern/bmesh_construct.c source/blender/editors/interface/resources.c source/blender/render/intern/source/convertblender.c |
Revision 54b64cf by Campbell Barton May 26, 2012, 22:21 (GMT) |
code cleanup: use const float and define array size |
Revision eda0f3b by Miika Hamalainen May 26, 2012, 21:36 (GMT) |
Fix for smoke boundary conditions: "Open borders" behaved differently for positive and negative axises. + Some code cleanup. |
Revision ebdeed0 by Nicholas Bishop May 26, 2012, 21:11 (GMT) |
Delete skin customdata if all skin modifiers are removed. Fix for bug [#31604] "Skin Modifier - Mark Root Bug?" Essentially the same as multires customdata deletion. |
Revision ce9ee99 by Sergey Sharybin May 26, 2012, 17:04 (GMT) |
Fix #31538: Wrong colors after reloading file with exr image Issue was caused by generated images had got no profile set (IB_PROFILE_NONE) which confused OpenEXR saver (which makes sRGB conversion for profiles which are not linear). Actually this is much deeper issue which would require the whole color pipeline workflow (which would happen at some point when currently urgent stuff is resolved), but having correct profile set for generated images would still be helpful. |
Revision de6af75 by Campbell Barton May 26, 2012, 16:04 (GMT) |
code cleanup: use array size and const for vector args |
Revision 6c41b32 by Campbell Barton May 26, 2012, 15:48 (GMT) |
style cleanup |
Revision 25c7e8e by Ove Murberg Henriksen May 26, 2012, 15:27 (GMT) |
bug fixes, review issue 6256058. |
Revision ae91965 by Bastien Montagne May 26, 2012, 14:53 (GMT) |
Add frame_duration read-only member to Image RNA struct, returns movie's length in frames (or 1 for still images). |
Revision b4a229c by Campbell Barton May 26, 2012, 14:31 (GMT) |
style edits |
Revision 8c89d52 by Campbell Barton May 26, 2012, 14:19 (GMT) |
svn merge ^/trunk/blender -r47003:47047 |
Revision 76599a4 by Campbell Barton May 26, 2012, 13:59 (GMT) |
update python script memory printout to python3 and some style cleanup |
Revision 88e646b by Campbell Barton May 26, 2012, 13:36 (GMT) |
style cleanup: our own malloc code |
Revision ed98de3 by Campbell Barton May 26, 2012, 13:31 (GMT) |
code cleanup: dutch -> english (comments) |
Revision ba5e139 by Campbell Barton May 26, 2012, 13:08 (GMT) |
fix for own error in applying patch |
Revision 63788b4 by Campbell Barton May 26, 2012, 11:01 (GMT) |
add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compat |
Revision e727056 by Campbell Barton May 26, 2012, 10:05 (GMT) |
patch [#31265] Warning Fixes 02/05/2012 from Jason Wilkins (jwilkins) only applied some parts: * const correctness * moved a variable into a move local scope so it is also inside a #if/endif and does not end up conditionally unused |
Revision 9def1de by Campbell Barton May 26, 2012, 09:55 (GMT) |
patch [#31578] Standard-conformal sets for .report() and operator return values by Sebastian Nell (codemanx) This patch contains many changes - mostly to addons committing this correction to trunk. |
Revision 3cb166e by Sergey Sharybin May 26, 2012, 09:49 (GMT) |
Fix reading freed memory when opening file by click on it on splash screen Issue was introduced by yesterday's commit 47021 and caused by some handler's which is getting called from ui_handler_popup frees event. Worked around a bit by storing return value for ui_handler_popup before running other handlers, but this only means global refactor of even handling order is getting closer and closer. |
Revision c895c0e by Campbell Barton May 26, 2012, 09:39 (GMT) |
patch [#31579] Solidify modifier: Add new option "Flip Normals" - previous commit was so similar to the patch Shinsuke wrote, better to add him as contributor, this commit will add to generated credits. - this commit has no functional changes. |
|