Blender Git Commits

Blender Git "gooseberry" branch commits.

Page: 17 / 103

May 11, 2015, 17:49 (GMT)
Fix for initialization of effector velocities.
May 11, 2015, 17:46 (GMT)
Disabled the goal spring that is supposed to stabilize roots.

There are larger bugs still roaming free which need to be solved first.
Goal springs also are inherently unstable because the solver can not
properly estimate their Jacobian.
May 11, 2015, 13:23 (GMT)
Merge branch 'alembic' into gooseberry
May 11, 2015, 13:22 (GMT)
Fix for crash when using cache file paths without slashes in them.
May 11, 2015, 12:28 (GMT)
Dynamically add sockets to the node based on the grids available in the
file.
May 11, 2015, 12:00 (GMT)
Merge branch 'alembic' into gooseberry
May 11, 2015, 11:58 (GMT)
Fix for potential NULL pointer access when looking up strands data from
caches.

The 'find' function was returning a bool value, but this does not
guarantee non-null pointers. Removed the return value to avoid
confusion, now callers should simply check the returned pointers.
May 11, 2015, 11:51 (GMT)
Change of cache filter group behavior to allow partial caching.

The filter group was used by omitting any object instances that were
not in the group. This reduces the cache size, but it also entirely
skips objects.

Now the filter group only prevents writing of the actual object data,
but still allows storing dupli instances and dummy entries in the cache.
Any objects from cached dupli lists that don't have cached data (mesh or
strands) will now use the original object data instead.
May 11, 2015, 09:41 (GMT)
Merge branch 'alembic' into gooseberry
May 11, 2015, 09:37 (GMT)
Fix for running bake operator in background mode without a job.

The cache bake operator would always create a job in the window manager.
However, when running in background mode via a script, the operator can
not be modal and the script would return right after starting the job.
Then Blender is stopped and the baking job with it.

To prevent this the operator now only runs in a job when executed from
the invoke function (or when 'use_job' is set explicitly).
May 11, 2015, 06:19 (GMT)
Move openvdb utilities into their own files/directory.
May 10, 2015, 23:31 (GMT)
Cycles: only store a single float for scalar outputs.
May 10, 2015, 23:24 (GMT)
Cycles OpenVDB node: add output sockets based on Blender's node outputs.

In a later commit, the Blender ones will be dynamically added based on
the grids contained in the file so any grid can be accessible for
shading purposes.
May 10, 2015, 13:53 (GMT)
Apply patch in a new branch, to clean the history a bit
May 10, 2015, 12:04 (GMT)
Drag type force field for keeping hairs "stuck" to a mesh surface.
May 8, 2015, 15:55 (GMT)
Merge branch 'alembic' into gooseberry
May 8, 2015, 15:17 (GMT)
Merge branch 'master' into gooseberry
May 8, 2015, 13:25 (GMT)
Hide regular strands when the duplicator object is in hair edit mode.
May 8, 2015, 13:04 (GMT)
Don't use the refkey for calculating shape deltas, but only for the base
shape.

Shape keys distinguish between the base shape (shape without any keys)
and the individual reference shapes for each shape key (which define
the delta offsets). For strand shapes, which have to work on top of
animation, the base shape must be the original cache result rather than
a static shape, but the delta for each keyblock is still calculated
wrt. an explicit shape.
May 8, 2015, 11:00 (GMT)
Merge branch 'alembic' into gooseberry
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021