Blender Git Commit Log

All Blender Git commits.

Page: 3610 / 8462

November 10, 2017, 18:14 (GMT)
WIP: More work to get better drawing feeling

Thre was some problems in previous commits
November 10, 2017, 16:26 (GMT)
Manipulator: ruler tool

Add the 3D view ruler as a tool,
the modal operator remains for now
however it may be removed if we use the tool-system for 2.8.

Note that this does copy code from the operator,
its different enough not to attempt to de-duplicate.
November 10, 2017, 16:22 (GMT)
Merge branch 'id_override_static' into asset-engine
November 10, 2017, 16:19 (GMT)
Manipulator: public highlight utility function

Also utility to find group from a manipulator map.
November 10, 2017, 16:16 (GMT)
Cleanup while attempting to fix auto-override detection in DEG.

Not sure why that piece of code stopped working, but now this operation
is pretty much never evaluated... Will have to either dig deeper in DEG
or ask Sergey about it, but not a crucial issue for now.
November 10, 2017, 16:16 (GMT)
Auto-override detection: ignore animated properties.

Animation is by definition another kind of (dynamic) override of properties,
which supersedes static override.

Note that this could be debated in some corner cases ('differential'
animation, like dloc/drot/dscale), but think we can ignore that for now,
and expect user to handle those manually when needed.
November 10, 2017, 16:12 (GMT)
Cleanup while attempting to fix auto-override detection in DEG.

Not sure why that piece of code stopped working, but now this operation
is pretty much never evaluated... Will have to either dig deeper in DEG
or ask Sergey about it, but not a crucial issue for now.
November 10, 2017, 16:09 (GMT)
Auto-override detection: ignore animated properties.

Animation is by definition another kind of (dynamic) override of properties,
which supersedes static override.

Note that this could be debated in some corner cases ('differential'
animation, like dloc/drot/dscale), but think we can ignore that for now,
and expect user to handle those manually when needed.
November 10, 2017, 15:29 (GMT)
Fix assert failure when trying to draw empty string
November 10, 2017, 15:02 (GMT)
Merge branch 'master' into blender2.8
November 10, 2017, 15:01 (GMT)
Layers Unittest: Hidden flag to quckly update diffs

This is not the commit you are looking for ...

This is not to be used lightly. But sometimes we change the name of the collections,
the initial value they have, ... and this helps to quickly update the tests.
November 10, 2017, 14:58 (GMT)
mball_tessellate: Simplify face creation

Faces that have the last two indices equal are considered triangles, and not those that the last index is 0
Improvement of 7% in performance of the `polygonize` function
November 10, 2017, 14:39 (GMT)
Unittest: Layers - include is_disabled for LayerCollection

And remove is_folder since it is not being used.
November 10, 2017, 13:27 (GMT)
Fixup for doversion/layers: disable collections for scene layers
November 10, 2017, 12:37 (GMT)
Layers doversion: Handle hide and hide_render objects

We now created nested collections for the original Collection 1, 2 ...
collections for the "hide" and "hide_render" objects.

Also, remove logic for rename single-collection files, it's now kept as
it was originally (Collection 1, Collection 5, ...).

Thanks Sergey Sharybin and Pablo Vazquez for patch review and suggestions.
November 10, 2017, 10:09 (GMT)
Workaround crash rendering font objects

Needs a proper scene layer and dependency graph, which we do not have
yet during render pipeline.
November 10, 2017, 09:45 (GMT)
Merge branch 'id_override_static' into asset-engine

Conflicts:
source/blender/blenloader/BLO_readfile.h
source/blender/blenloader/intern/readfile.c
source/blender/windowmanager/intern/wm_files_link.c
November 10, 2017, 09:40 (GMT)
Merge branch 'blender2.8' into id_override_static

Conflicts:
source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
November 10, 2017, 09:36 (GMT)
Merge branch 'master' into blender2.8
November 10, 2017, 09:31 (GMT)
Restructure the hair modifier so external tools define guide curves.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021