Blender Git Commits

Blender Git "gooseberry" branch commits.

Page: 9 / 103

May 29, 2015, 08:53 (GMT)
Gooseberry: Workaround stupidness of MSVC with strict flags
May 29, 2015, 03:06 (GMT)
Merge branch 'master' into openvdb_smoke
May 29, 2015, 03:02 (GMT)
Fix compile issue when WITH_OPENVDB
May 28, 2015, 21:38 (GMT)
Cleanup: use madd_v3_v3fl to avoid unnecessary steps and local variable.
May 28, 2015, 13:40 (GMT)
Fix grid not being in the proper place (transform).

Basically the smoke simulator uses the MAC grid approach meaning that
the fields (like density, heat...) are cell centered. On the other hand
VDB uses a node center storage; this implies that we have to offset the
position of the grid by half a voxel in each direction.
May 28, 2015, 13:37 (GMT)
Cycles: fix typos (crashers) in vector grid allocation and sampling
code.
May 28, 2015, 13:27 (GMT)
Merge branch 'alembic' into gooseberry
May 28, 2015, 13:25 (GMT)
Moved child strand deformation into the general cache processing
function.

Strands processing now has 3 main steps:
1) apply parent modifiers
2) deform child strands
3) apply child modifiers
May 28, 2015, 12:42 (GMT)
Cleanup: unnecessary includes.
May 28, 2015, 12:41 (GMT)
Fix check to see if a frame is out of range.

Was doing AND instead of OR...
May 28, 2015, 12:40 (GMT)
Add OPENVDB_USE_BLOSC definition.

Due to a bug in OpenVDB we have to set this. Though this is fixed in the
current development version, and once the next stable release is out
those defines will be removed.
May 28, 2015, 10:52 (GMT)
Merge branch 'alembic' into gooseberry
May 28, 2015, 10:51 (GMT)
Allow external object targets for the cache shrinkwrap modifier.
May 28, 2015, 09:48 (GMT)
Simplify matrix computation.
May 28, 2015, 06:21 (GMT)
Remove dead code.
May 28, 2015, 00:41 (GMT)
Import grids for playback now works.

It is still commented out due to the need of a good cache (reading)
system.
May 27, 2015, 23:36 (GMT)
Fix typos in metadata reading.
May 27, 2015, 20:22 (GMT)
Set vector type when converting a grid.
May 27, 2015, 20:21 (GMT)
Set caches' reader and writer to NULL when reading a file.
May 27, 2015, 19:49 (GMT)
Fix grids' names mismatch when reading a file.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021