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-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-19Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Fix T99141: Crash with edit mode and copy location constraintSonny Campbell
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-01I18n: make newly added constraints' names translatable.Damien Picard
2022-07-20Constraints: add checks to specially handle the custom space target.Alexander Gavrilov
2022-07-20Constraints: add missing calls to initialize custom space.Alexander Gavrilov
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-30Constraints: rename and refactor custom space initialization.Alexander Gavrilov
2022-06-18Constraints: handle the custom target at the constraint level.Alexander Gavrilov
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-04-14Cleanup: Make curve deform argument optionalHans Goudey
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-04-01Cycles: enable Alembic procedural for final rendersKévin Dietrich
2022-03-07Cleanup: fix various typosBrecht Van Lommel
2022-02-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix T95919: Apply Pose as Rest Pose Operator crashesHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-10Fix T94600: Apply single shrinkwrap constraint failsPhilipp Oeser
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-19Merge branch 'blender-v3.0-release'Omar Emara
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-19Fix (unreported) wrong behavior of constraints in liboverrides.Bastien Montagne
2021-09-27Constraints: change default Stretch To rotation type to Swing.Alexander Gavrilov
2021-09-14Doc: expand on comment for why bound-box access could cause issuesCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-08-03USD: add USD importerMichael Kowalski
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-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov