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-07-02Fix compilation errorsAntony Riakiotakis
2015-06-19Gooseberry: Fix compilation error with Alembic disabledSergey Sharybin
2015-06-18Fix for shifted samples when slicing a cache archive at a later startLukas Tönne
2015-06-18Fix for invalid sample indices.Lukas Tönne
2015-06-18Extended frame selection for the cache slice operator to supportLukas Tönne
2015-06-05Fix outdated stub factory class for pointcache when Alembic is disabled.Lukas Tönne
2015-06-03Only use string properties from the cachelib for metadata.Lukas Tönne
2015-06-03Have to use IDP_ReplaceInGroup to overwrite ID properties that alreadyLukas Tönne
2015-06-02Added missing break statements.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-06-02Silence compiler errors by returning a default value for vectorLukas Tönne
2015-06-01Support for an optional semantics argument when interpolating cachedLukas Tönne
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-28Moved child strand deformation into the general cache processingLukas 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-22Support for cutoff parameters in Alembic files.Lukas Tönne
2015-05-22Implemented hair cutting for cached strands, based on a cutoff parameterLukas Tönne
2015-05-22Alembic: Update stubs file so building without alembic works fineSergey Sharybin
2015-05-18Use the extended archive writer variant to set the correct start frameLukas Tönne
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-05-15Removed redundant particle matrix calculation when writing hair caches.Lukas Tönne
2015-05-11Change of cache filter group behavior to allow partial caching.Lukas Tönne
2015-05-07Cleanup: quiet warningsCampbell Barton
2015-05-06Moved the child deformation for strands out of the core cache readingLukas Tönne
2015-05-06Store MSurfaceSample data in hair strands for mapping to a mesh.Lukas Tönne
2015-05-05Alembic support for MSurfaceSample customdata.Lukas Tönne
2015-04-29Alembic: Fix compilation error after recent task/threads changesSergey Sharybin
2015-04-28Use quaternions instead of 3x3 matrices to store rotation of strandLukas Tönne
2015-04-28Optional filter group pointer in Cache Library for limiting cacheLukas Tönne
2015-04-27Support for UV and vertex color attributes of cached strands data.Lukas Tönne
2015-04-27Alembic: Make group's write_sample() threadedSergey Sharybin
2015-04-27Alembic: Add utilities for task pool and scoped lockSergey Sharybin
2015-04-24Use a wrapper around alembic read_sample function calls, to catchLukas Tönne
2015-04-24Support CD_MTFACE as a dummy layer in Alembic exports.Lukas Tönne
2015-04-24Support for Loop UV and vertex color customdata attributes.Lukas Tönne
2015-04-24Fixed missing increment of when writing out CD_ORIGSPACE_MLOOP data.Lukas Tönne
2015-04-22Make size calculation in cache archive info operators an optional extraLukas Tönne
2015-04-22Alembic: Fixes for strict compiler flagsSergey Sharybin
2015-04-21Estimation for overall data size of Alembic components.Lukas Tönne
2015-04-21Improved Alembic archive examination tool for cache libraries.Lukas Tönne
2015-04-20Fix 'Children' draw option showing nothing when no children in hairsim/cacheBastien Montagne
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-16Cleanup: Removed unused parts of the C API for caching.Lukas Tönne