Blender Git Commits

Blender Git commits from all branches.

Page: 1526 / 2888

May 15, 2018, 08:17 (GMT)
Cleanup: Define alpha field.
May 15, 2018, 08:13 (GMT)
Fix inconsistent usercount handling of MaterialGPencilStyle.ima/.sima

Readfile was treating them as refcounted, RNA as user-one, and libquery
as not refcounted at all!

Full usercount makes more sense here, those images are used as 'real'
data for GP materials, not as temp setting of a brush!
May 15, 2018, 08:12 (GMT)
Cleanup: Fix unused parameter warning.
May 15, 2018, 07:37 (GMT)
Cleanup: fix error w/ const arg
May 15, 2018, 07:31 (GMT)
Cleanup: Remove duplicate parameter (cont.)
May 15, 2018, 07:27 (GMT)
Cleanup: Remove duplicate parameter
May 15, 2018, 07:09 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/transform/transform_snap_object.c
May 15, 2018, 07:01 (GMT)
Modifier copy function uses const now.
May 15, 2018, 07:00 (GMT)
Remove the simple hair guide generator, can test through the API now.
May 15, 2018, 06:20 (GMT)
Merge branch 'blender2.8' into hair_guides
May 14, 2018, 20:21 (GMT)
Hard-coded support for arrays, color works
May 14, 2018, 20:21 (GMT)
Collections: more work on unification with groups

* Removes the special exceptions for group reference counting. Unlinked
collections now get a faker user. The weak point here is that unlinked
collections retain their objects even if they are removed from the scene.
For some cases that's good, for tag-like collections that's not ideal.
We can investigate how that make those cases work better later.

* Depsgraph view layer evaluation was fixed to work with copy-on-write, and
the code was simplified in the process.

* Various bugfixes related to static overrides, linking and outliner.
May 14, 2018, 20:05 (GMT)
Merge branch 'blender2.8' into temp-unified-collections
May 14, 2018, 18:44 (GMT)
GSoC 2018: port Lukas Stockner's hair patch

Still missing:
- some SSE ops which he disabled (I don't know why, so I didn't add
that)
- in svm_tex_coord, he invalidated NODE_TEXCO_WINDOW initialization (I
don't know why again)
- no change of util_color.h ops
- no change of nodeitems_builtin.py (XCode didn't find it in the
project)

Ref T54796
May 14, 2018, 18:26 (GMT)
Merge Object cache allocate and add functions

As both functions are called always together, it's better to have in one only.
May 14, 2018, 17:54 (GMT)
RNA: Replace material api
May 14, 2018, 16:32 (GMT)
Remove DNADEPRECATED Scene->gpd from library_query.c

Deprecated DNA shall only be used in readfile?versionning code...
May 14, 2018, 16:32 (GMT)
Add missing Object parent pointer from bGPLayer to library_query.
May 14, 2018, 16:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 14, 2018, 16:18 (GMT)
Cleanup: Modify comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021