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-30Interpolation code for reading Alembic cache samples on subframes.Lukas Tönne
2015-05-30Use the Alembic generic chrono_t type internally for reading fromLukas Tönne
2015-05-11Change of cache filter group behavior to allow partial caching.Lukas Tönne
2015-05-06Moved the child deformation for strands out of the core cache readingLukas Tönne
2015-04-28Optional filter group pointer in Cache Library for limiting cacheLukas Tönne
2015-04-27Alembic: Make group's write_sample() threadedSergey Sharybin
2015-04-24Use a wrapper around alembic read_sample function calls, to catchLukas Tönne
2015-04-22Alembic: Fixes for strict compiler flagsSergey Sharybin
2015-04-16Revert recent commits, no time to improve things now.Lukas Tönne
2015-04-16Don't write dupli instances to caches in the Render pass.Lukas Tönne
2015-04-16Cleanup: Removed unused writer/reader classes for Alembic.Lukas Tönne
2015-04-16Renamed passes for cache writing to reflect their origin with meshLukas Tönne
2015-04-16Remove the dual "root" object at the top of Alembic archives.Lukas Tönne
2015-04-10Explicit flags for toggling motion (from simulation) and child strandsLukas Tönne
2015-04-09Added visibility attribute for dupli objects in Alembic caches.Lukas Tönne
2015-04-09Cache reader for child strands.Lukas Tönne
2015-04-08Fix for object matrix sampling with the default 1-second rate.Lukas Tönne
2015-04-07Store root orientation matrix in strand curves as well as caches.Lukas 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-02Fixed DupliCache writers/readers to support subsequent stages ofLukas Tönne
2015-04-01Clear duplilist instances when reading from a dupli cache, to avoidLukas Tönne
2015-04-01Override the init function for DupliObjectReader, so Cycles gets theLukas Tönne
2015-04-01Added writers for DupliCache data to allow truely successive cacheLukas Tönne
2015-03-30Simplification of the cache library filtering mechanism.Lukas Tönne
2015-03-26Cleanup: styleCampbell Barton
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-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-26Mesh storage and reading in child objects for dupligroups.Lukas 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-26Store and apply dupli object transforms in the Alembic cache.Lukas Tönne
2015-03-26Updated cache reading function for the new duplilist structure.Lukas Tönne
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-26Store object pointers for the dupli objects we generate from caches.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