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-26Fix for bf_pointcache lib missing in the blenderplayer and fix for linkLukas Tönne
2015-03-26Missing include path for scons build files of the gameengine player.Lukas Tönne
2015-03-26Missing library linking in the blenderplayer.Lukas Tönne
2015-03-26Stub function for Alembic init when Alembic is not enabled.Lukas Tönne
2015-03-26Use dupli overrides also for the selection drawing code.Lukas Tönne
2015-03-26Use dupli cache in bounding box calculations involving duplis.Lukas Tönne
2015-03-26Fix for corruption of the item hash table in cache libraries on copy.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-26Use the temporary 'is_dupli' flag to prevent objects from freeingLukas Tönne
2015-03-26Replacing boundbox temporarily during drawing is dangerous, since itLukas Tönne
2015-03-26Fully reset the OB_FROM_DUPLI flag for each dupli instance, in caseLukas 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-26Make sure the cache baking job cancels properly when interrupted in theLukas Tönne
2015-03-26Allow cache libraries to store both render and realtime (viewport) data.Lukas Tönne
2015-03-26Removed deprecated code.Lukas Tönne
2015-03-26Make sure mesh data is really stored and reconstructed from the cacheLukas Tönne
2015-03-26CD_NORMAL support for mesh customdata caching.Lukas Tönne
2015-03-26Fix for use of wrong CustomData for tessfaces.Lukas Tönne
2015-03-26Copy rgba components of MCol explicitly to the Alembic C4f type to avoidLukas Tönne
2015-03-26MCol customdata caching.Lukas Tönne
2015-03-26MTFACE customdata is not suitable or necessary for caching, so disableLukas Tönne
2015-03-26Added customdata writers/readers for missing mesh edge, poly and loopLukas Tönne
2015-03-26UI cleanup and a bit nicer workflow by treating read/write mode likeLukas Tönne
2015-03-26Disable the bake operator if cache reading is enabled.Lukas Tönne
2015-03-26Cycles support for dupli caches.Lukas Tönne
2015-03-26Skip drawing of particle systems (including hair) when using cacheLukas Tönne
2015-03-26Main argument is no longer needed for cache reading, the cachelib isLukas Tönne
2015-03-26Removed unused variable.Lukas Tönne
2015-03-26Calculate bounding boxes for cached DMs to avoid visual popping whenLukas Tönne
2015-03-26Test for NULL archive pointer when writing as well.Lukas Tönne
2015-03-26Safeguard against crashes from invalid Alembic file paths by returningLukas Tönne
2015-03-26Fix for wrong ID code used in RNA->idcode mapping.Lukas Tönne
2015-03-26Removed group pointer from cache libraries and use object->cachelibLukas Tönne
2015-03-26Added a cache library pointer to objects as a replacement for CL->GRLukas Tönne
2015-03-26Removed the now redundant "Read" toggle from cache libraries.Lukas Tönne
2015-03-26Removed the explicit duplicache rebuild operator.Lukas Tönne
2015-03-26Removed unused deprecated functions for cache library.Lukas Tönne
2015-03-26Sanity check for dupligroup caching functions.Lukas Tönne
2015-03-26Use a new flag in duplicator objects to enable cache reading and avoidLukas Tönne
2015-03-26Enable frame updates of duplicache through use of an invalidation flag.Lukas Tönne
2015-03-26Disable additional depsgraph tagging through cache libraries.Lukas Tönne
2015-03-26Mesh overrides for duplis from cached Alembic data.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-26Handle dupli cache on object copy and freeing.Lukas Tönne
2015-03-26Updated cache reading function for the new duplilist structure.Lukas Tönne