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-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-06-22Cleanup: Remove unused function argumentsSergey Sharybin
2022-06-22Cleanup: clang-formatSergey Sharybin
2022-06-22Rigid body physics: Move effector force update into substep loop.Lukas Tönne
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2021-10-05Fix T86379: When using "Append" not handling properly RigidBody constraintsBastien Montagne
2021-09-30Fix RigidBodyWorld copy using `NO_MAIN` instead of `COW` flag for cache handl...Bastien Montagne
2021-09-30Fix T90246: Full Copy'ing a scene confuses physics in the original scene.Bastien Montagne
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-02-02Force Fields: implement early filtering by the Affect flags.Alexander Gavrilov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-15Fix T54293: calculate mass does not take object scale into accountJacques Lucke
2020-09-09Fix T80596: Convert to Curve from Mesh crashes BlenderSebastian Parborg
2020-09-02Fix segfaults when deleting objects with upstream bullet libSebastian Parborg
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-08-28Fix building without bullet supportSebastian Parborg
2020-08-28Fix Rigidbody depsgraph passive and constraint transform relations.Sebastian Parborg
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-31Cleanup: fix function signatureJacques Lucke
2020-07-30Add compound shape for rigid body simulationDavid Vogel
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-05-25UI/Physics: Show error enabling Rigid Body if compiled without BulletJulian Eisel
2020-04-23Fix T75991: crash when rigidbody encounters unknown constraint typeCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-10-15Fix T70667: crash playing animation (after deleting rigid body obj)Philipp Oeser
2019-10-08Cleanup/fix for fix (c).Bastien Montagne
2019-10-08Fix build error (missing BKE_global.h)Dalai Felinto
2019-10-08Fix T70588: Playing animation (after deleting rigid body obj) crashes blender.Bastien Montagne
2019-10-04Fix assert when deleting a RBW constraint object.Bastien Montagne
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-08-02Cleanup: spellingCampbell Barton
2019-07-16Fix T66944: Rigid Body Constraint in duplicated collection is not added to Ri...Bastien Montagne
2019-06-25Fix building without bullet enabledCampbell Barton