Blender Git Commit Log

All Blender Git commits.

Page: 3548 / 8462

December 21, 2017, 17:10 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 21, 2017, 17:08 (GMT)
Cleanup: comments and reorganize
December 21, 2017, 16:59 (GMT)
Apply all modifiers first

The previous commit was the Context missing as parameter and this was the reason of the errors
December 21, 2017, 16:19 (GMT)
Fix typo in previous commit
December 21, 2017, 16:17 (GMT)
Merge branch 'master' into blender2.8
December 21, 2017, 16:16 (GMT)
Depsgraph: Sort and clam number of statistics entries

Makes log easier to read.
December 21, 2017, 16:12 (GMT)
added option to only output verts, meta threshold max is 100 now
December 21, 2017, 15:55 (GMT)
WIP: Initial code to apply modifiers
December 21, 2017, 15:43 (GMT)
Implement duplicator viewport/render visibility options

This allows a duplicator (as known as dupli parent) to be in a visible
collection so its duplicated objects are visible, however while being
invisible for the final render.

An object that is a particle emitter is also considered a duplicator.

Many thanks for the reviewers for the extense feedback.

Reviewers: sergey, campbellbarton

Differential Revision: https://developer.blender.org/D2966
December 21, 2017, 15:36 (GMT)
Merge branch 'master' into blender2.8
December 21, 2017, 15:33 (GMT)
Depsgraph: Bring timing statistics to the new dependency graph

This statistics is only collected when debug_value is different from 0.

Stored in depsgraph node itself, so we can always have access to average data
and other stats which requires persistent storage. This way we also don't waste
time trying to find stats from a separately stored hash map.
December 21, 2017, 15:33 (GMT)
Depsgraph: Make it more clear that we dump relations into graphviz

We might implement other things to dump into graphviz, so better to
start having explicit names.
December 21, 2017, 15:33 (GMT)
Depsgraph: Simplify some functions in evaluaiton
December 21, 2017, 15:33 (GMT)
Depsgraph: Simplify evaluation function
December 21, 2017, 15:29 (GMT)
Copy Vertexgroup when join

The vertex groups were not included in the join.
December 21, 2017, 14:14 (GMT)
do not invalidate cache when enabling / disabling centroid output
December 21, 2017, 13:24 (GMT)
Fix T53567: Negative pixel values causing artifacts with denoising

Now negative color values are clamped to zero before the actual denoising.
December 21, 2017, 12:33 (GMT)
Fix duplicate layer name when join
December 21, 2017, 11:59 (GMT)
added option to only output centroids as vertices

might be useful in conjunction with duplicated metaballs to have simple fluid-like behavior
December 21, 2017, 11:52 (GMT)
WIP: Basic Join object operator for grease pencil

Still pending:

- Modifiers
- Animation data
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021