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
2021-08-20Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-09Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-08-03USD: add USD importerMichael Kowalski
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-08Import changes from code reviewKévin Dietrich
2021-07-02Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-06-18Fix T88394: crash when editing animated Alembic propertiesSybren A. Stüvel
2021-06-15Import changes from code review branches.Kévin Dietrich
2021-05-31Import changes from code review branches.Kévin Dietrich
2021-05-04Port changes from the procedural UI patch.Kévin Dietrich
2021-03-31Remove cache controls and prefetching.Kévin Dietrich
2021-03-25Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-03-25Fix T86853: Critical bug in write code of CacheFile ID.Bastien Montagne
2021-03-12Remove "memory limit" cache methodKévin Dietrich
2021-03-07apply changes from code review branchKévin Dietrich
2021-03-01Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-03add a user interface for the cache policyKévin Dietrich
2021-02-02import changes from proxy patchKévin Dietrich
2021-02-02cleanupKévin Dietrich
2021-01-28work on proxyKévin Dietrich
2021-01-25Merge branch 'master' into cycles_procedural_apiKévin Dietrich
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-14apply changes from alembic review branchKévin Dietrich
2020-12-06rename default_curves_radius default_radiusKévin Dietrich
2020-12-03add support for reading curve radiuses from the archiveKévin Dietrich
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-09-11Refactor: move CacheFile .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-03Cycles: add support for rendering deformation motion blur from Alembic caches.Kévin Dietrich
2020-05-21Refactor: Move NOP idtypes foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-09Cleanup: CacheFile: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-19Fix T70070: Path always absolute when importing AlembicSybren A. Stüvel
2019-07-02Fix assert in Alembic tests with constraintsBrecht Van Lommel
2019-06-24Fix T66076: crash deleting imported Alembic objectBrecht Van Lommel
2019-05-02Cleanup: unused warningCampbell Barton
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton