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
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-08Alembic: Moved a BLI_assertSybren A. Stüvel
2018-06-08Alembic import: fixed memory management for CoW copies of CacheFile blocksSybren A. Stüvel
2018-06-08Alembic import: assign cache_file handle to original datablockSybren A. Stüvel
2018-06-06Alembic: Fix double-free of mutexSybren A. Stüvel
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-20Fixed: cache clearing when using multiple Alembic files.Sybren A. Stüvel
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-03Fix alembic after merge from masterDalai Felinto
2017-07-03Merge branch 'master' into blender2.8Alexander Romanov
2017-07-03Alembic: fix T51820 for sequence files not loading properly.Sybren A. Stüvel
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Fix three obvious mistakes in brush/mask/cachefile ID copying.Bastien Montagne
2017-04-25Alembic import: don't use global mainSybren A. Stüvel
2017-04-25Alembic import: removed BaseLegacy from BKE_cachefile_cleanSybren A. Stüvel
2017-04-21Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-21Alembic import: changing cache modifier path no longer discards object pathsSybren A. Stüvel
2017-04-21Alembic: properly initialising cachefile object paths list.Sybren A. Stüvel
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-30Alembic/CacheFile: fix crash de-referencing NULL pointer.Kévin Dietrich
2016-11-04Fix T49918: Make duplicates real crash on clicking operator toggles.Bastien Montagne
2016-10-30Fix compile errors for when WITH_ALEMBIC is OFF.Kévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-09-19CacheFile: make sure SpinLock is destroyed when exiting Blender.Kévin Dietrich
2016-08-26Fix over creation of cache files handles (leading to memory leaks).Kévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich