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
2022-01-30Cleanup: Remove modifier type hair callbackHans Goudey
2022-01-30Fix T95315: "Override Layers" panel open crash with null CacheFileKévin Dietrich
2022-01-17Alembic: add support for reading override layersKévin Dietrich
2021-12-26Fix T94387: Mesh sequence cache, crash when clicking a panelKévin Dietrich
2021-12-23Cache File: use panels to organize UIKévin Dietrich
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-08-20Cleanup: unused warningsCampbell Barton
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-03USD: add USD importerMichael Kowalski
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-29Fix T71981: Alembic vertex interpolation can jumble meshSybren A. Stüvel
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-03Cycles: add support for rendering deformation motion blur from Alembic caches.Kévin Dietrich
2020-07-02UI: Small Tweaks to Modifier Layouts for ConsistencyHans Goudey
2020-06-23Refactor: move more modifier specific code out of readfile.cJacques Lucke
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-08-16Fix T56408: Hair children recalc on every frame on Alembic meshSybren A. Stüvel
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2018-11-28Cleanup: correct function signaturesCampbell Barton
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-09-19Merge branch 'master' into blender2.8Bastien Montagne
2018-09-19Fix unused var in case Alembic is not enabled, in own previous commit.Bastien Montagne
2018-09-19Mesh Sequence Cash: do not *always* report as depending on time!Bastien Montagne
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel
2018-06-22Cleanup: useless BKE_cdderivedmesh includes...Bastien Montagne
2018-06-22Modifiers: Remove lots of usages of md->sceneSergey Sharybin
2018-06-21Modifiers: Stop using md->scene in isDisabled() callbackSergey Sharybin