Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2290 / 5574

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.
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.
September 5, 2016, 11:10 (GMT)
Attempt to fix compilation error with static boost on certain platforms

This was reported in T49231.
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.
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.
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.
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.
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.
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
September 5, 2016, 07:23 (GMT)
We are in bcon again, so master goes back to alpha in release cycle.
September 5, 2016, 02:08 (GMT)
Cycles: Fix unreported - Missing node group for the Camera Node

Thanks to linda2 for reporting in IRC.
September 5, 2016, 01:46 (GMT)
Alembic: fix parenting issues when an object has multiple curves/points
subobjects.
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
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
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)
September 3, 2016, 15:50 (GMT)
Fix T48911: Fix T48847: Issues with some shortcuts on non-US latin keyboards, and with non-first layouts.

This is a tentative fix, own tests here seem to be working OK,
but don't think it's safe enough to be backported to 2.78.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021