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-05-30Use the Alembic generic chrono_t type internally for reading fromLukas Tönne
2015-05-22Support for cutoff parameters in Alembic files.Lukas Tönne
2015-05-06Store MSurfaceSample data in hair strands for mapping to a mesh.Lukas Tönne
2015-04-28Use quaternions instead of 3x3 matrices to store rotation of strandLukas Tönne
2015-04-27Support for UV and vertex color attributes of cached strands data.Lukas Tönne
2015-04-24Use a wrapper around alembic read_sample function calls, to catchLukas Tönne
2015-04-16Revert recent commits, no time to improve things now.Lukas Tönne
2015-04-16Cleanup: Removed unused writer/reader classes for Alembic.Lukas Tönne
2015-04-15Removed the unused particle writer/reader code from Alembic.Lukas Tönne
2015-04-14Major optimization for cache size when storing child strands.Lukas Tönne
2015-04-11Child strand deformation based on parent motion states when reading fromLukas Tönne
2015-04-10Explicit flags for toggling motion (from simulation) and child strandsLukas Tönne
2015-04-09Writer for child strand data.Lukas Tönne
2015-04-09Cache reader for child strands.Lukas Tönne
2015-04-08Yet another writer class for storing child strand data generated byLukas Tönne
2015-04-07Store root orientation matrix in strand curves as well as caches.Lukas Tönne
2015-04-02Fixed DupliCache writers/readers to support subsequent stages ofLukas Tönne
2015-03-29Writer for strand data and extension for the new motion state data.Lukas Tönne
2015-03-26Basic drawing code for strands loaded from caches.Lukas Tönne
2015-03-26New data structure for restoring strand data originating from particles.Lukas Tönne
2015-03-26Write basic hair curves to caches for dupli groups.Lukas Tönne
2015-03-26More compact sample writing code for particle pathcache caching.Lukas Tönne
2015-03-26Simplification of the archive init functions in writers and readers.Lukas Tönne
2015-03-26Removed the DM writer/reader from hair dynamics again, this is part ofLukas Tönne
2015-03-26Use a combined class for hair dynamics for cloth and mesh data.Lukas Tönne
2015-03-26Set reader/writer archive as a separate step outside the constructors.Lukas Tönne
2015-03-26Importing of caches into Blender data.Lukas Tönne
2015-03-26Use explicit name strings for all readers/writers in the cache insteadLukas Tönne
2015-03-26Refactoring of archive handling in readers/writers.Lukas Tönne
2015-03-26Cache API for export/import of Blender data to/from Alembic files.Lukas Tönne