Blender Git Commits

Blender Git commits from all branches.

Page: 2363 / 2888

February 27, 2015, 16:18 (GMT)
cleanup: use realloc for faces
February 27, 2015, 16:07 (GMT)
New 'read' flag to toggle reading of the CacheLibrary as a whole.

This is also used during the bake process to avoid confusion: The read
flag gets disabled for the baking cachelib, so that objects don't try
to read cache data that is supposed to be generated.
February 27, 2015, 15:54 (GMT)
cleanup: use 'const' metaelems
February 27, 2015, 15:50 (GMT)
cleanup: minor edits to BVH code
February 27, 2015, 15:44 (GMT)
cleanup: use realloc & store co/no as float(*)[3]
February 27, 2015, 15:37 (GMT)
cleanup: avoid passing by value when we can use const pointers
February 27, 2015, 15:37 (GMT)
cleanup: use strict flags
February 27, 2015, 15:37 (GMT)
cleanup: style & doxy comments
February 27, 2015, 15:22 (GMT)
Delete operator for cache library datablocks.

CacheLibrary datablock has a generic unlink function now, but currently
nothing actually links to cache libs themselves, so it's empty. Still
good to keep this in mind for the future.
February 27, 2015, 14:33 (GMT)
Reader/Writer API functions for basic particles.

Also slightly renamed pathcache functions for consistency (use plural
'particles' instead of 'particle').
February 27, 2015, 14:32 (GMT)
Removed deprecated and unused alembic API functions.

These are now implemented as virtual functions in the Factor class.
February 27, 2015, 14:07 (GMT)
Patch: T43678 BVH tree for Metaball calculation

T43678#291857 by @chrisr (mball_26_02_fix.diff)
February 27, 2015, 14:07 (GMT)
Merge branch 'cycles_memory' into gooseberry
February 27, 2015, 14:06 (GMT)
Fix blenderplayer
February 27, 2015, 13:23 (GMT)
Merge branch 'master' into asset-experiments
February 27, 2015, 13:06 (GMT)
Depsgraph: Add relation between parameters and animation lamp components

This way animating lamp parameter will properly cause all related drivers to be
updated as well.

This seems to be actually needed for all non-geometry nodes, but that's for later.
February 27, 2015, 13:01 (GMT)
Depsgrpah: Fix for wrong check of object data was already created
February 27, 2015, 12:48 (GMT)
Depsgraph: Fix/workaround for a drivers using lamp settings as variables

Not sure what's the designed way dealing with this, so if Joshua can clarify this a
bit that'd be really nice :)

For now it's so called "seems to work in the test file", added a TODO in the code so
we don't forget to doublecheck on this before merge.
February 27, 2015, 12:29 (GMT)
Depsgrpah: Remove bone eval check from a while ago

It doesn't really fully working because it's possible only part of armature will be
tagged for update now.

What is not clear currently if it's legit situation when we're updating only parts
of the armature or it could lead to some matrix space mismatch.
February 27, 2015, 12:27 (GMT)
Depsgraph: Code cleanup, line wrapping
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021