Blender Git Commits

Blender Git commits from all branches.

Page: 2113 / 2888

January 9, 2016, 10:38 (GMT)
Revert "Decklink test build"

This reverts commit de94cd536de9a6e2b22daa1401e6da7d59c13973.
January 9, 2016, 10:37 (GMT)
Decklink test build
January 9, 2016, 10:31 (GMT)
Revert "Decklink test build"

This reverts commit 20bcc993e477400a6bac987c9d55da67c11c4646.
January 9, 2016, 10:31 (GMT)
Decklink test build
January 9, 2016, 10:31 (GMT)
Merge remote-tracking branch 'origin/master' into experimental-build
January 9, 2016, 09:44 (GMT)
Merge remote-tracking branch 'origin/master' into decklink

Just to be sure before using experimental-build
January 9, 2016, 08:47 (GMT)
Merge remote-tracking branch 'origin/master' into decklink
January 9, 2016, 05:16 (GMT)
Bring in refactor from other (private) branch.

Now the system behaves a bit more like the pointcache.

It's about time I merge the changes.
January 9, 2016, 04:55 (GMT)
Merge branch 'master' into openvdb

Conflicts:
source/blender/blenkernel/intern/smoke.c
January 9, 2016, 02:01 (GMT)
more manta api refactoring
January 8, 2016, 16:31 (GMT)
Generalized algorithm for constructing node blocks based on local arguments.

Nodes can have expression inputs and override argument nodes with local
variables. This means that a local block must be created for each expression
input. The boundaries of such blocks are defined implicitly by upstream nodes
which define their own local arguments (or ultimately by the graph arguments).

The current version is still not quite generic enough to allow arbitrary
nesting of blocks, but it should ensure that expressions don't include all
the parent nodes which don't depend on local arguments and therefore should
be calculated in the parent block (a form of constant folding).
Revision a3a0220 by Clément Fukhaut (pbr-viewport)
January 8, 2016, 03:06 (GMT)
Using the brdf path for default material. And fixing stuff.
Revision df63042 by Clément Fukhaut (pbr-viewport)
January 8, 2016, 02:09 (GMT)
Fixing Glass shader color.
Revision 3155b44 by Clément Fukhaut (pbr-viewport)
January 8, 2016, 01:30 (GMT)
Fix backward compatibility.
January 8, 2016, 01:12 (GMT)
refactoring manta api and started to comment out old code -> removing it later
January 7, 2016, 20:47 (GMT)
Fix & cleanup in outliner area.

Now all new entries in items' menus should behave correctly!
January 7, 2016, 20:01 (GMT)
some manta api refactoring
January 7, 2016, 15:14 (GMT)
Fix some bad id->flag/tag mismatch from not-so-recent merge with master...
January 7, 2016, 15:11 (GMT)
Fix assert when deleting obdata.

Issue here is again with NEVER_NULL usages: obdata (& co) would be dereferenced twice.

I'm not totally happy with this solution, ideally remap should never leave Main
in invalid state, but for now it will do...
January 7, 2016, 13:51 (GMT)
Fix a crash when deleting a lib featuring some proxyob source...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021