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-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-08Fix T99364: Unable to select bones when custom shape display is disabledCampbell Barton
2022-07-07Fix T99270: bones using empties as custom shapes can't be selectedCampbell Barton
2022-04-26Fix bone "auto-name by axis" failure to clip long namesCampbell Barton
2022-04-19Cleanup: Use correct capitalization of "F-Curve"Aaron Carlisle
2022-03-23Cleanup: move documentation to headers, other minor correctionsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08Fix T91253: Slow pose bone selection with many bonesCampbell Barton
2022-02-04Cleanup: remove unused LOG declarationSybren A. Stüvel
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-20Cleanup: quiet ASAN warnings for divide by zero & NULL memcpy argsCampbell Barton
2022-01-06Correct error when moving doc-strings into headerCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-29LibQuery: Add macro to help break looping when requested.Bastien Montagne
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-21Fix T92169: "View Selected" on Custom Boneshape with transform wrongPhilipp Oeser
2021-10-20Fix precision issues and a bug in vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-20Fix T82455: vec_roll_to_mat3_normalized returns NaN when nor close to -Y.Gaia Clary
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-18Armature: add automatic B-Bone Scale toggles.Alexander Gavrilov
2021-06-18Armature: implement lengthwise scaling of B-Bone segments.Alexander Gavrilov
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-05-21Fix T88375: Bone Size Small After V3D.View_AllWayde Moss
2021-05-11Rigging: Add transform for custom bone shapesYuki Shirakawa
2021-04-30Cleanup: rename BKE_pose_channel_{verify => ensure}Campbell Barton
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-04-28Fix T87631: Crash undoing edit-mode bone duplicationCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-19Cleanup: remove unused functionCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-10Cleanup: spellingCampbell Barton
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne