Blender Git Commits

Blender Git "master" branch commits.

Page: 2013 / 5574

Revision e0ce01c by Julian Eisel
August 28, 2017, 00:08 (GMT)
Fix blenderplayer compilation
August 27, 2017, 14:56 (GMT)
Manipulator: support operator per-part

A single manipulator could only assign a single operator to each part.
Now each part can have it's own.

Also modify 2D selection callback, 2D started at 1, 3D at 0.
Now use -1 for unset value, start both at 0.
August 27, 2017, 10:20 (GMT)
Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.

Logic in `ED_object_check_force_modifiers` was inconsistent between add
and remove modifier cases.

Should be safe enough for 2.79.
August 27, 2017, 06:33 (GMT)
Merge branch 'master' into blender2.8
August 27, 2017, 06:19 (GMT)
BLI_rect: Function to calculate a matrix from 2 rctf's
August 27, 2017, 05:24 (GMT)
Missing from last commit
August 27, 2017, 05:17 (GMT)
Cleanup: use stubs for eigen gtest
August 27, 2017, 01:20 (GMT)
Correct matrix stack assert
August 26, 2017, 17:47 (GMT)
Missed last commit
August 26, 2017, 16:44 (GMT)
Fix T52515: Crash on BMesh.to_mesh()
August 26, 2017, 14:51 (GMT)
Merge branch 'master' into blender2.8
August 26, 2017, 14:45 (GMT)
WM: move theme check out of ED_view3d_draw_select_loop

In 2.8x this needs to be in view3d_opengl_select,
so simplest to make in master too.
August 26, 2017, 13:14 (GMT)
Fix minor Mesh -> BMesh conversion issues

- Vertex only meshes never restored their selection history.
- Select history was cleared on the source instead of the target.

Simple Optimizations:
- Avoid O(n^2) linked list looping that checked the entire list before
adding elements (NULL values in the source array to prevent dupes).
- Re-use vert & edge lookup tables instead of allocating new ones.
August 26, 2017, 12:48 (GMT)
Fix T52478: Error report "Shrinkwrap: out of memory" on invisible target.

Shrinkwrap must check it does have valid target data.

Safe for 2.79 release.
August 26, 2017, 10:28 (GMT)
Fix T52538: Outliner crash when displaying groups and using Show Active on editmode bone not in any groups

There's no guaranty that given ID is found in current outliner tree...

Safe for 2.79, though not a regression.
August 25, 2017, 23:17 (GMT)
[cycles/ctest] fix failing tests when output folder doesn't exist yet.
August 25, 2017, 19:33 (GMT)
Fix for fix (tm): Residue of the debug code
August 25, 2017, 19:30 (GMT)
Fix mistake in previous tangent space optimization
August 25, 2017, 19:30 (GMT)
Cycles: Cleanup, naming of variable

Always use b_ prefix for C++ RNA data.
August 25, 2017, 19:30 (GMT)
Cycles: Add assert to catch possibly wrong logic
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021