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-10Fix outdated stub factory class for pointcache when Alembic is disabled.Lukas Tönne
2015-06-02Use ID property groups for storing and loading metadata associated toLukas Tönne
2015-06-02Write metadata to caches (application name, date of creation, userLukas Tönne
2015-06-02Display basic metadata of a cache archive in the cache library inputLukas Tönne
2015-05-27Cleanup and fix for the cache backend factory, due to changed APILukas Tönne
2015-05-27Simplified render/preview settings for cache baking.Lukas Tönne
2015-05-22Alembic: Update stubs file so building without alembic works fineSergey Sharybin
2015-05-18Use fps and start frame settings for cache archives internally, ratherLukas Tönne
2015-05-18New operator for 'splicing' Alembic data, i.e. writing part of the frameLukas Tönne
2015-04-22Make size calculation in cache archive info operators an optional extraLukas Tönne
2015-04-21Improved Alembic archive examination tool for cache libraries.Lukas Tönne
2015-04-16Revert recent commits, no time to improve things now.Lukas Tönne
2015-04-16Cleanup: Removed unused parts of the C API for caching.Lukas Tönne
2015-04-16Remove the dual "root" object at the top of Alembic archives.Lukas Tönne
2015-04-15Removed the unused particle writer/reader code from Alembic.Lukas Tönne
2015-04-13Alembic: Fix compilation error with alembic disabledSergey Sharybin
2015-04-10Implemented alembic archive info as a stream callback and disabledLukas Tönne
2015-04-10Explicit flags for toggling motion (from simulation) and child strandsLukas Tönne
2015-04-05Apply sim debug data from caches back to the global hash table.Lukas Tönne
2015-04-05Write out sim debug data along with dupli caches, if the global simLukas Tönne
2015-04-01Clean up: Avoid unused variable warnings.Lukas Tönne
2015-04-01Added missing stub function when Alembic is disabled.Lukas Tönne
2015-04-01Added writers for DupliCache data to allow truely successive cacheLukas Tönne
2015-03-31Removed the Cache modifier because it is unused now and causes someLukas Tönne
2015-03-31Removed the redundant cache exporter class from the pointcache lib.Lukas Tönne
2015-03-26Cleanup: styleCampbell Barton
2015-03-26Use a stub factory when Alembic is disabled to avoid invalid pointerLukas Tönne
2015-03-26Stub function for Alembic init when Alembic is not enabled.Lukas Tönne
2015-03-26Take cache library items into account when baking caches.Lukas Tönne
2015-03-26Working implementation of cache reading for dupli data during renders.Lukas Tönne
2015-03-26Distinguish realtime/render setting in the Object writer.Lukas Tönne
2015-03-26Combined storage of render and realtime data in caches.Lukas Tönne
2015-03-26Removed deprecated code.Lukas Tönne
2015-03-26Safeguard against crashes from invalid Alembic file paths by returningLukas Tönne
2015-03-26Simplification of the archive init functions in writers and readers.Lukas Tönne
2015-03-26Moved the dupli cache reading code into a AbcDupligroupReader class.Lukas Tönne
2015-03-26Better dupligroup Alembic writer.Lukas Tönne
2015-03-26Cache reading functions for constructing a nested dupligroup list basedLukas Tönne
2015-03-26Initial code to support dupli group instancing and overrides throughLukas 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-26Render/Viewport evaluation mode for cache libraries.Lukas Tönne
2015-03-26Removed now-unused util_path files from the pointcache lib.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-26Nicer default filename for cache library paths.Lukas Tönne
2015-03-26New 'read' flag to toggle reading of the CacheLibrary as a whole.Lukas Tönne
2015-03-26Reader/Writer API functions for basic particles.Lukas Tönne
2015-03-26Fix for circular linker dependency with cache code library.Lukas Tönne
2015-03-26Changed implementation of the Cache modifier to work in tandem with theLukas Tönne