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
path: root/source
AgeCommit message (Expand)Author
2015-03-26Use a nested Object writer to store the Object ID blocks used by dupliLukas Tönne
2015-03-26Better dupligroup Alembic writer.Lukas Tönne
2015-03-26Alternative dupli generator function for creating duplis in a groupLukas Tönne
2015-03-26Some disabled code to enable automatic cache updates on every duplilistLukas Tönne
2015-03-26Use a cached group only when a CacheLibrary is actually available.Lukas Tönne
2015-03-26Replace usage of the procedural duplilist generation by cached duplilist.Lukas Tönne
2015-03-26Store object pointers for the dupli objects we generate from caches.Lukas Tönne
2015-03-26Moved the DupliCache struct into DNA, it will be needed for drawing andLukas Tönne
2015-03-26Simple operator to force rebuilding of a dupligroup cache.Lukas Tönne
2015-03-26Cache reading functions for constructing a nested dupligroup list basedLukas Tönne
2015-03-26Include mesh writers in the cache writers list.Lukas Tönne
2015-03-26Removed unused code.Lukas Tönne
2015-03-26Removed current implementation of cache reading from various parts ofLukas Tönne
2015-03-26Initial code to support dupli group instancing and overrides throughLukas Tönne
2015-03-26Nicer info printing support for instances in Alembic files.Lukas Tönne
2015-03-26Fix for invalid ob->data access in case non-mesh objects are in theLukas Tönne
2015-03-26Improved edge attribute caching.Lukas Tönne
2015-03-26Omit hair path lengths for anything but the first sample.Lukas Tönne
2015-03-26Fix for particle pathcache caching: have to check the psys->renderdataLukas Tönne
2015-03-26Fix for some archive checks to make sure we don't access invalid data.Lukas Tönne
2015-03-26Implementation of MDeformVert customdata layers in Alembic.Lukas Tönne
2015-03-26Fix for name collisions in compound properties when writing CustomData.Lukas Tönne
2015-03-26Fix for Alembic info printer printing to std::cout instead of theLukas Tönne
2015-03-26Fix for potential size issue: need 64 bits for CustomDataMask types.Lukas Tönne
2015-03-26Nicer error handling for unimplemented CustomData layer types.Lukas Tönne
2015-03-26Ugly hack for caching code to deal with quirky modifier stack behavior.Lukas Tönne
2015-03-26Support CD_ORIGSPACE layer caching.Lukas Tönne
2015-03-26Tessface customdata for derived mesh caching.Lukas Tönne
2015-03-26Support for CustomData in Alembic caches.Lukas Tönne
2015-03-26Fixed test for "render" eval mode for hair dynamics.Lukas Tönne
2015-03-26Removed the DM writer/reader from hair dynamics again, this is part ofLukas Tönne
2015-03-26Archive Info operator for Cache Library archives.Lukas Tönne
2015-03-26Use a combined class for hair dynamics for cloth and mesh data.Lukas Tönne
2015-03-26Alembic: Fixes for linux buildbot and sconsSergey Sharybin
2015-03-26Depsgraph tagging function for cached objects.Lukas Tönne
2015-03-26Convenience feature: When linking a cache library, always default it toLukas Tönne
2015-03-26Left a comment in DerivedMesh.c explaining why the caching system hasLukas Tönne
2015-03-26Use a dedicated input_dm pointer in the cache modifier to provide a meshLukas Tönne
2015-03-26Use correct flag enums for checking render/viewport eval mode whenLukas Tönne
2015-03-26Fix for meaningless build error (no return value, can never happen).Lukas Tönne
2015-03-26Render/Viewport evaluation mode for cache libraries.Lukas Tönne
2015-03-26Allow the cache bake operator to overwrite existing files, using aLukas Tönne
2015-03-26Removed now-unused util_path files from the pointcache lib.Lukas Tönne
2015-03-26Record and display the last result of cache reading in the cache libraryLukas Tönne
2015-03-26Free readers properly after applying cached data.Lukas Tönne
2015-03-26Set reader/writer archive as a separate step outside the constructors.Lukas Tönne
2015-03-26Moved functions for constructing readers/writers based on cache libraryLukas Tönne
2015-03-26Ported archive filename constructor from pointcache library to BKE.Lukas Tönne
2015-03-26Cache read result enum in DNA mirroring the internal pointcache results.Lukas Tönne
2015-03-26Use a uiTemplate function for showing cache library items instead ofLukas Tönne