Blender Git Commits

Blender Git "master" branch commits.

Page: 2138 / 5574

April 21, 2017, 14:07 (GMT)
Re-enabling Alembic test

(disabled because of bug fixed on 19548040d91dedc2a63444f3277e4365837931e1)
April 21, 2017, 13:51 (GMT)
Matrix.decompose(): changed terminology, "location" ? "translation"

Matrix.decompose() should either return "location, orientation, size" or
"translation, rotation, scale". Since there are constructors for the former,
I've replaced "location" in the documentation with "translation".

The code is still the same, I just changed the documentation.
April 21, 2017, 13:27 (GMT)
Fix T51261: New objects aren't selected

The original code was failing because the base to object flushing was
only happening as part of the depsgraph. However we can use the
evaluated values to set the initial values of the base.

In this particular case, we couldn't set the new object visible because
its selectability flag was not set yet.
April 21, 2017, 13:27 (GMT)
Fix objects visibility evaluation bug

This was introduced on 4b77fb30759d1b62224033fc92c55eef7f3e414a no idea how I left this in, shame on me
April 21, 2017, 12:42 (GMT)
Tag depsgraph update when hide and hide_select are changed

We were not updating depsgraph when collection just "became" selectable,
but although this doesn't change object selection, it change its
selectability.
April 21, 2017, 12:41 (GMT)
Cycles: Solve speed regression of classroom scene after principled commit

This way we can skip it from compiling into OpenCL kernels by making
this shader compile-time feature.
April 21, 2017, 12:36 (GMT)
Cycles: Make it a generic base class for all types of closure nodes

The idea is to have osme geenric BSDF node which is subclassed by
"regular" BSDF nodes and uber shaders.

This way we can access special type and closure type for making
decisions somewhere else.
April 21, 2017, 12:36 (GMT)
CMake: Add option to build against system-wide Glog

Similar to previous commit for Gflags.
April 21, 2017, 12:19 (GMT)
Merge branch 'master' into blender2.8
April 21, 2017, 12:11 (GMT)
Alembic import: changing cache modifier path no longer discards object paths

This allows, for example, the path of an Alembic file to be changed from
absolute to relative, without having to reconstruct all object paths.
April 21, 2017, 12:11 (GMT)
Alembic: properly initialising cachefile object paths list.
April 21, 2017, 12:11 (GMT)
Alembic: fixed memory leak
April 21, 2017, 12:11 (GMT)
Alembic: Construct ISampleSelector once and pass along

No longer passing time as float and constructing ISampleSelectors all
over the place. Instead, just construct an ISampleSelector once and
pass it along.
April 21, 2017, 12:06 (GMT)
Cleanup: move draw-cache creation from BKE to DRW

Creating draw-cache should only ever be used by the draw-manager.
April 21, 2017, 11:00 (GMT)
Unify RNA and core depsgraph.objects

Note: Since this is not listbase nor array I'm also expanding
RNA_types.h to allow for custom data.
April 21, 2017, 11:00 (GMT)
Move DEG_OBJECT_ITER inside depsgraph
April 21, 2017, 10:26 (GMT)
Cycles: Cleanup, indentation in preprocessor
April 21, 2017, 10:01 (GMT)
Cycles: Cleanup, indentation inside preprocessor
April 21, 2017, 10:01 (GMT)
Cycles: Fix regression in SSS rendering after principled commit
April 21, 2017, 10:01 (GMT)
Cycles: Cleanup, indentation of comment

Was broken after principled commit.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021