Revision 8482322 by Sergey Sharybin March 27, 2014, 13:14 (GMT) |
Attempt to fix compilation error on release windows MSVC was yelling on me because of unused variable. |
Revision bcf6eed by Sergey Sharybin March 27, 2014, 13:12 (GMT) |
Make blender compilable with FFmpeg-0.8.1 Needed for some own tests. |
Revision d3a73d0 by Sergey Sharybin March 27, 2014, 10:52 (GMT) |
Windows: Upgrade FFmpeg from 0.10 to 2.1.4 Fixes T39423: Blender crashes on iv41 encoded videos in thumbnail display mode Libraries are still being committed to the svn, so compilation might be broken for a while. Sorry for this, but can't really be avoided. Also, some typos in scons are possible. |
Revision 688257d by Antonis Ryakiotakis March 27, 2014, 10:09 (GMT) |
Fix T39435 paint overlay not always getting correctly refreshed. Initialize the nodetree first, like paint stroke does. |
Revision eca6264 by Antonis Ryakiotakis March 27, 2014, 09:44 (GMT) |
Fix T38928 Particle add brush would generate trash on meshes with use_modifier_stack enabled Issue here is complex (Of course, this is particles!) First issue is that use_modifier_stack will use the num parameter of the particles instead of num_dmcache, something the brush code did not account for at all. Now correctly set DMCACHE_ISCHILD in that case. Second issue is that make_derived_deform will return a mesh with less indices than the particle system derived mesh. This would mean that subsequent sampling of the particle derived mesh to initialize the particles woould also produce garbage. This was being done for optimization but in that case it broke the system. Reviewers: lukastoenne Differential Revision: https://developer.blender.org/D429 |
Revision 859039f by Thomas Dinges March 27, 2014, 09:29 (GMT) |
Cycles: Raise a proper error message when using Branched Path on sm_30, this is currently still disabled. |
Revision 7397ef8 by Sv. Lockal March 27, 2014, 03:15 (GMT) |
UI: Fix more double ":" in UI labels |
Revision 5256a5d by Campbell Barton March 27, 2014, 01:52 (GMT) |
BMesh: let vert-connect make degenerate faces when only 2 verts selected |
Revision bec7c8c by Campbell Barton March 27, 2014, 00:48 (GMT) |
BMesh: optimize BM_face_legal_splits for concave faces |
Revision 66671f1 by Campbell Barton March 26, 2014, 23:40 (GMT) |
Cycles: fix for building with cmake when gcc refuses sse args |
Revision 7b64495 by Thomas Beck March 26, 2014, 22:27 (GMT) |
UI: Dynamic paint labels had a double ":" at the end of some strings like "Vertex Group::" |
Revision 0adc1ba by Antonis Ryakiotakis March 26, 2014, 22:04 (GMT) |
Attempt to fix T39412 do not use different stroke property names for different paint systems. This was done due to different stroke sets being supported for each system, but this lead to trouble if we changed the names (due to different stroke sets being supported) and users created custom keymaps with the old property name saved. The first part of this fix addresses master. A similar commit will be done to soc-2013-paint. |
Revision 10e7544 by Campbell Barton March 26, 2014, 21:33 (GMT) |
CMake: disable SSE flags if gcc/clang don't support |
Revision 20a4e33 by Campbell Barton March 26, 2014, 21:30 (GMT) |
Code cleanup: use consistent arg order for math api poly funcs |
Revision f26492d by Campbell Barton March 26, 2014, 21:30 (GMT) |
CTest: disable bl_run_operators.py, fun for finding crashes, takes a long time |
Revision d9557d0 by Jeroen Bakker March 26, 2014, 20:11 (GMT) |
T39307: The fast gaussian blur is not an accurate formula. When deciding which tiles are selected for input there was always a constant for correcting the accuracy. It seems that the constant was not enough and has been adjusted. (2 => 3). |
Revision fd3de8b by Bastien Montagne March 26, 2014, 19:01 (GMT) |
Fix T39424: VSE: Bake Sound to Curve CRASHES Blender BKE_sequencer_offset_animdata() was simply assuming bezt member of fcurve was always valid, while it might be NULL (e.g. when fcurve is using FPoints instead, like when generated from sound file). |
Revision cc6b106 by Lukas Toenne March 26, 2014, 17:34 (GMT) |
Revision 8da4936 by Lukas Toenne March 26, 2014, 17:11 (GMT) |
Fix for build error in Cycles standalone caused by new DeviceDrawParams added in rB74518b28267e9b18199212fbaa3c689fa018d20c. No special bind/unbind needed for standalone viewer, so can just use a static stub in the display callback. |
Revision af16d46 by Sergey Sharybin March 26, 2014, 11:47 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021