Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-14Gooseberry: Fix compilation with OpenVDB disabledSergey Sharybin
2015-06-11Merge branch 'openvdb' into gooseberryLukas Tönne
2015-06-11Fix compilation error when WITH_OPENVDB is off (again).Kévin Dietrich
2015-06-11Merge branch 'openvdb' into gooseberryLukas Tönne
2015-06-11Fix for bad level function implementation.Lukas Tönne
2015-06-11Gooseberry: Fix compilation error with OpenVDB disabledSergey Sharybin
2015-06-11Initial support for drawing the VDB tree in the viewport.Kévin Dietrich
2015-06-11Move exported flag from SmokeDomainSettings to OpenVDBCacheKévin Dietrich
2015-06-11Gooseberry: Fix compilation error with OpenVDB disabledSergey Sharybin
2015-06-11Merge branch 'openvdb' into gooseberryLukas Tönne
2015-06-09Merge branch 'master' into openvdbKévin Dietrich
2015-06-08Merge branch 'master' into gooseberryBastien Montagne
2015-06-07Somewhat improve behaviour of the vdb file reader:Kévin Dietrich
2015-06-07Cleanups:Kévin Dietrich
2015-06-07Ask user to overwrite files if they already exist.Kévin Dietrich
2015-06-07Fix for recent clip change: ensure fluid matrices are computed for theKévin Dietrich
2015-06-07Ensure cache directory exists.Kévin Dietrich
2015-06-07Clip some low res grids based on the high res density.Kévin Dietrich
2015-06-06CleanupCampbell Barton
2015-06-05Fix grid clipping resulting in empty trees.Kévin Dietrich
2015-06-05Exporter: clip grids based on the density field to save on file size.Kévin Dietrich
2015-06-04Add an 'is_color' metadata to set an rgba socket for color gridsKévin Dietrich
2015-06-03Quick fix for openvdb::ArithmeticError being thrown on frame 1.Kévin Dietrich
2015-06-01Small fix for previous commit.Kévin Dietrich
2015-06-01Only load the array in memory when needed.Kévin Dietrich
2015-05-29Fix compile issue when WITH_OPENVDBKévin Dietrich
2015-05-29Cleanup: use madd_v3_v3fl to avoid unnecessary steps and local variable.Kévin Dietrich
2015-05-28Fix grid not being in the proper place (transform).Kévin Dietrich
2015-05-28Fix check to see if a frame is out of range.Kévin Dietrich
2015-05-28Simplify matrix computation.Kévin Dietrich
2015-05-28Remove dead code.Kévin Dietrich
2015-05-28Import grids for playback now works.Kévin Dietrich
2015-05-28Fix typos in metadata reading.Kévin Dietrich
2015-05-27Set vector type when converting a grid.Kévin Dietrich
2015-05-27Fix grids' names mismatch when reading a file.Kévin Dietrich
2015-05-23Get rid of FluidDomainDescription struct.Kévin Dietrich
2015-05-23Fix segault when closing Blender.Kévin Dietrich
2015-05-22Fix typos in smoke exporter.Kévin Dietrich
2015-05-22Expose file compression types.Kévin Dietrich
2015-05-22Initialize the VDB writer when creating a new cache.Kévin Dietrich
2015-05-22A new function to split a vector grid into three scalar grids.Kévin Dietrich
2015-05-22Move fluid matrices to SmokeDomainSettings.Kévin Dietrich
2015-05-22A new function to create a sparse vector grid from three scalar denseKévin Dietrich
2015-05-22Redesign the VDB API a bit.Kévin Dietrich
2015-05-20Tackle some of the review points.Kévin Dietrich
2015-05-18Export: take adaptive domain into account (still a bit off but seems toKévin Dietrich
2015-05-17Improvements to compilation with CMake: set flags to be able to buildKévin Dietrich
2015-05-17Properly set the fluid transformation matrix.Kévin Dietrich
2015-05-17Make OpenVDB cache properties its own struct/linked list, including someKévin Dietrich
2015-05-17Cleanup: unessecary use of Object in get_fluid_description, also make itKévin Dietrich