Revision e63399e by Campbell Barton November 16, 2011, 13:23 (GMT) |
BM_Compute_Normals was setting invalid edge index values when it didn't need to. |
Revision bda9a2d by Campbell Barton November 16, 2011, 13:06 (GMT) |
ensure dirty flags / index arrays are in a valid state before & after executing a BMO in debug mode. |
Revision 496a078 by Campbell Barton November 16, 2011, 12:56 (GMT) |
fix for error in last commit, also make BM_ElemIndex_Validate() check dirty flag and complain if its set when it didnt need to be (this function isnt called yet) |
Revision c4e029a by Brecht Van Lommel November 16, 2011, 12:47 (GMT) |
Fix #29287: cycles and other external render engines did not print correct frame number in background render. |
Revision 391f40e by Lukas Toenne November 16, 2011, 12:43 (GMT) |
Default cache file paths for ocean and fluidsim modifiers are now "<temp folder>/ocean_cache/" and "<temp_folder>/fluid_cache/" when the file is not saved yet at the time the modifiers are created. If it has been saved, the file paths are relative to the .blend: "//ocean_cache/" and "//fluid_cache/". This should at least partially fix bug #29273. Particle external point caches are not changed. http://projects.blender.org/tracker/?func=detail&atid=498&aid=29273&group_id=9 |
Revision da849bb by Campbell Barton November 16, 2011, 12:38 (GMT) |
prepare for flagging the bmesh has having invalid index values, so we can skip looping over all elements if its already valid. - went over every BM_SetIndex call and added comments about its use, if its setting dirty values or correct ones. - replace loops over all elements _just_ to set index values, with a new function, BM_ElemIndex_Ensure(...), this will eventually only initialize values when they are dirty. |
Revision eff7e18 by Brecht Van Lommel November 16, 2011, 12:27 (GMT) |
Fix #29288: armature draw type wire + manipulator draw issue. |
Revision bb04fc1 by Bastien Montagne November 16, 2011, 11:52 (GMT) |
CLIP_OT_delete_proxy missed a space-type test in its poll func (was noisy with the space-menu in 3D views :P ). |
Revision 01af54c by Sergey Sharybin November 16, 2011, 10:00 (GMT) |
Camera tracking: forbid focal length=0 and small code cleanup |
Revision dfe90e5 by Campbell Barton November 16, 2011, 06:17 (GMT) |
set the index on newly added vert/edge/faces added BM_ElemIndex_Ensure(...), not used yet. |
Revision ba7fbf6 by Campbell Barton November 16, 2011, 03:56 (GMT) |
formatting edits & doc correction, no functional changes. |
Revision 9d31c99 by Campbell Barton November 16, 2011, 03:44 (GMT) |
support for creating project files in utf8 paths (was defaulting to ascii and throwing errors) |
Revision c00c013 by Campbell Barton November 16, 2011, 03:10 (GMT) |
svn merge -r41847:41899 ^/trunk/blender |
Revision 683e6fa by Joshua Leung November 16, 2011, 02:14 (GMT) |
Partial Bugfix 2: [#29229] Outliner RMB commands unexpected results RenderLayers and RenderPasses don't show the generic Hide/Unhide/Select/Deselect popup which is irrelevant for this use case. I've included a commented-out call here that can be replaced when we have some operations which can be performed on this data (*) (*) For new devs looking to get into blender dev, this could be a nice little project to work on. |
Revision 9f46ca4 by Joshua Leung November 16, 2011, 00:13 (GMT) |
Partial Bugfix: [#29229] Outliner RMB commands unexpected results This commit implements the Unlink and Make Single User capabilities for World datablocks in the Outliner |
Revision 0792ab3 by Brecht Van Lommel November 15, 2011, 23:03 (GMT) |
Fix #29232: on background render where it could not find the .blend file, the default cube would be rendered instead, now stops processing arguments after failed file load. |
Revision 63ff37c by Brecht Van Lommel November 15, 2011, 22:09 (GMT) |
Fix #29278: cycles crash with displacement method both. |
Revision bff59a5 by jens verwiebe November 15, 2011, 21:55 (GMT) |
OSX: buildfix for itask on 10.5.sdk |
Revision 8db117a by Brecht Van Lommel November 15, 2011, 21:16 (GMT) |
Fix #28936: UV unwrap issue with meshes with inconsistent normals. |
Revision 541b19c by Sergey Sharybin November 15, 2011, 20:26 (GMT) |
Fix issue with tracks color presets |
|
|
|


Master Commits
MiikaHweb | 2003-2021