Revision d4d88de by Campbell Barton April 11, 2011, 05:33 (GMT) |
fix [#26856] Can't change target object in modifier by Ctrl+V |
Revision 0ce2c5a by Joseph Eagar April 11, 2011, 01:40 (GMT) |
forgot to remove the old function |
Revision 53a85a8 by Joseph Eagar April 11, 2011, 01:38 (GMT) |
=bmesh= Made the new "superknife" tool much stabler then it was, though a few minor quirks remain. Rather then the shortest-distance-in-graph method I was using to rebuild the mesh post-knife I reworked it to build a triangulation instead, then merge the triangles into the right correct faces. |
Revision 2d1e663 by Campbell Barton April 11, 2011, 01:18 (GMT) |
patch [#26861] Spelling, Typos, and Grammar - also fix own bad assert from yesterday & remove testing cmake print. |
Revision cfc2b0b by Campbell Barton April 11, 2011, 00:49 (GMT) |
fix for one of the [#26854] UV issues - add back UV X/Y number buttons, the report points out they are missing. - set the 2D cursor's subtype to PROP_COORDS (so buttons say x/y now) |
Revision 3df52d4 by Tamito Kajiyama April 11, 2011, 00:09 (GMT) |
Merged changes in the trunk up to revision 36092. Conflicts resolved: source/blender/makesrna/SConscript source/blender/makesrna/intern/CMakeLists.txt source/blender/render/intern/source/pipeline.c |
Revision e37dc17 by Joerg Mueller April 10, 2011, 22:40 (GMT) |
Fix for [#26652] "Audio Muted" in Time Line Editor is not working -> The feature was completely missing o_O Also fixed an ffmpeg seeking bug. |
Revision 2afae38 by Ton Roosendaal April 10, 2011, 18:15 (GMT) |
Bugfix #26842 Compositor: when using RenderLayer nodes from other scenes and FSA, Blender crashed because these nodes didn't get a 'tag' for refresh. |
Revision dbd3009 by Campbell Barton April 10, 2011, 15:24 (GMT) |
- background job style cleanup. - assert if material assignment is called with lib. (so the callers can be corrected). - correct example docs |
Revision 1c11e40 by Sergey Sharybin April 10, 2011, 14:44 (GMT) |
Use the same LLIBS set for cmake at Win64 platform as scons uses. This fixes linking errors occurred recently for me (kinda of SDL and registry stuff) Now it works perfectly, thanks to Campbell for tip :) |
Revision f2b9dfe by Ton Roosendaal April 10, 2011, 13:14 (GMT) |
Redid the previous startup.blend changes by Thomas (icon for material, 1 console). A windows tmp path crept in somehow... |
Revision e137a3a by Andrea Weikert April 10, 2011, 11:36 (GMT) |
Fix [#26827] Blender Crashes when it opens corrupt jpeg * memory corruption when skipping over long marker (was attempting to read over end of file) * also updated internal jpeg macros to be the same as in jpeg lib |
Revision f8124d6 by Janne Karhu April 10, 2011, 11:24 (GMT) |
[#26848] Keyed Particles seems to be broken * Explode modifier wasn't updated properly when keyed particles were used. * Explode modifier didn't get correct locations for grid distributed particles. |
Revision 28594bc by Campbell Barton April 10, 2011, 10:45 (GMT) |
minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile for convenience. |
Revision 1c6956a by Campbell Barton April 10, 2011, 09:37 (GMT) |
quiet msvc/mingw compiler warnings. |
Revision 2d677ef by Thomas Dinges April 10, 2011, 08:29 (GMT) |
Startup blend: * Default material missed the mat preview icon. |
Revision e0c759e by Thomas Dinges April 10, 2011, 07:53 (GMT) |
Startup blend: * Removed the second console in the "Scripting" Screen Layout. |
April 10, 2011, 07:05 (GMT) |
Labelling fix |
Revision 74f3d03 by Campbell Barton April 10, 2011, 06:06 (GMT) |
disable new cloth solver by default. |
Revision 7aed432 by Campbell Barton April 10, 2011, 05:43 (GMT) |
eltopo cloth solver couldnt be enabled from cmake, also dont use globbing. |
|