Revision a31eca3 by Alexander Gavrilov September 5, 2016, 12:50 (GMT) |
Fix T49251: moving smoke domain with additional resolution causes crash. This is a bug in the multithreaded task manager in negative value range. The problem here is that if previter is unsigned, the comparison in the return statement is unsigned, and works incorrectly if stop < 0 && iter >= 0. This in turn can happen if stop is close to 0, because this code is designed to overrun the stop by chunk_size*num_threads as the threads terminate. This probably should go into 2.78 as it prevents a crash. |
Revision c51cfbb by Bastien Montagne September 5, 2016, 11:13 (GMT) |
Fix own mistake in recent rB8b2a45052093, broke saving render results as images in some cases. Reported by sebastian_k over IRC, thanks. To be backported to 2.78. |
Revision 1df4f79 by Sergey Sharybin September 5, 2016, 11:10 (GMT) |
Revision 33fcd04 by Bastien Montagne September 5, 2016, 09:04 (GMT) |
Fix T35333: Update some WM/UI API functions docstrings. Based on patch by @codemanx, but with slightly less verbose descriptions. More detailed behavior etc. rather belongs to doc/python_api/examples/bpy.ops.x.py imho. |
Revision 7f682dd by Sergey Sharybin September 5, 2016, 08:20 (GMT) |
Fix T49226: Incorrect Material viewport shading of Cycles Normal Map node in Edit mode for an object with Array modifier Was incorrect indexing done in the array. Caused by 5abae51. Not sure why it needed to be changed here, but array here is supposed to be a loop data, so bringing back loop index as it originally was. The shading was wrong in edit mode with BI active as well (so it's not like it's needed for BI only). Patch in collaboration with Alexander Gavrilov (angavrilov), thanks! Should be double-checked and ported to 2.78. |
Revision 3b52c40 by Sergey Sharybin September 5, 2016, 08:14 (GMT) |
Fix glUniform called from glBegin/glEnd blocks Was causing some invalid operations in OpenGL. After more testing should be fine for 2.78. |
Revision 0627329 by Sergey Sharybin September 5, 2016, 08:14 (GMT) |
Fix T49220: Vertex paint doesn't work with OpenSubdiv It's a bit tricky to align vertex color data between Blender and OpenSubdiv so for now we simply disable OpenSubdiv in the paint modes. Safe for 2.78. |
Revision 83ae39c by Sergey Sharybin September 5, 2016, 08:14 (GMT) |
CMake: Skip addons_contrib for release candidate builds Nowadays release candidates are supposed to be as close to the final release as possible. Safe for 2.78 release branch. |
Revision e35a87c by Bastien Montagne September 5, 2016, 07:38 (GMT) |
API doc: add new pure-rsync py script to update API doc on Blender server. The other one (sphinx_doc_gen.sh) needs an ssh account on the server to work - and I hate bash, too! :P |
Revision f50ddbf by Bastien Montagne September 5, 2016, 07:23 (GMT) |
We are in bcon again, so master goes back to alpha in release cycle. |
Revision 0bd87b1 by Lukas Stockner September 5, 2016, 02:08 (GMT) |
Cycles: Fix unreported - Missing node group for the Camera Node Thanks to linda2 for reporting in IRC. |
Revision 569a13f by Kévin Dietrich September 5, 2016, 01:46 (GMT) |
Alembic: fix parenting issues when an object has multiple curves/points subobjects. |
Revision 2024cd0 by Kévin Dietrich September 5, 2016, 01:32 (GMT) |
Fix T49249: Alembic export with multiple hair systems crash blender Crash was due to a name collision in Alembic objects caused by the fact that names derive from the one of the Blender object. An object having multiple particles system would thus give its name to various subobjects. Now use the name of the particles system for the Alembic object. |
Revision 0351e70 by Julian Eisel September 4, 2016, 22:55 (GMT) |
Correction to previous commit (PEP 8) |
Revision 2b240b0 by Julian Eisel September 4, 2016, 22:27 (GMT) |
Combine all Proportional Editing options under one menu Image of the result of this patch: {F352849} The only thing different from the above image and this patch is I added a colon after "Falloff" after I took the screen shot. Reviewers: Severin, meta-androcto Subscribers: plyczkowski Tags: #bf_blender, #user_interface Maniphest Tasks: T33436 Differential Revision: https://developer.blender.org/D2195 |
Revision c126a51 by Julian Eisel September 4, 2016, 22:11 (GMT) |
Fix menu drawing printing 'unknown operator' warning when building without WITH_BULLET |
Revision 3c29aad by Bastien Montagne September 4, 2016, 14:41 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: intern/cycles/blender/blender_particles.cpp source/blender/blenkernel/intern/particle.c source/blender/gpu/intern/gpu_shader.c |
Revision e76e8fc by Brecht Van Lommel September 3, 2016, 21:06 (GMT) |
Fix a few OpenCL compiler warnings. |
Revision 95cb714 by Gaia Clary September 3, 2016, 16:01 (GMT) |
fix: not initialised variable can crash blender (related to modifiers with cage editing enabled) |
Revision 16cb939 by Bastien Montagne September 3, 2016, 15:50 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021