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-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-07-22Refactor: arrange transform convert functions in 'TransConvertTypeInfo'Germano Cavalcante
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-07VSE preview transform autokeying improvementsPhilipp Oeser
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-02Fix crash in recent pose-bone transform cleanupCampbell Barton
2022-02-02Fix error in ff5e8e6d535374891e09Germano Cavalcante
2022-02-02Fix build errorHans Goudey
2022-02-02Cleanup: restructure 'transform_convert_pose_transflags_update'Germano Cavalcante
2021-12-21Cleanup: use BKE_pose_is_layer_visible in more placesPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-11Fix T92867: Gimbal rotation broken when used for multiple objectsCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-05-21Transform: remove ID_RECALC_SELECT for edit-mode armaturesCampbell Barton
2021-03-30Cleanup: animation, remove `BONE_UNKEYED` flagSybren A. Stüvel
2021-02-17Cleanup: spellingCampbell Barton
2021-02-08Cleanup: Unify, move and rename transform flagsGermano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Fix T80437: Auto IK Double Generates IK constraintsPhilipp Oeser
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-06-27Fix T78259: Proportional editing does not work in particle editingGermano Cavalcante
2020-06-23Cleanup: unused argumentCampbell Barton
2020-06-23Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from ...Germano Cavalcante
2020-06-10Cleanup: Move each special_aftertrans_update to their respective TransData fileGermano Cavalcante
2020-06-08Cleanup: Move each recalcData to their respective TransData fileGermano Cavalcante
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Fix T75810: Child bone frozen when both Auto IK and X-Axis mirror arePhilipp Oeser
2020-04-28Cleanup: Use more descriptive names for functionsGermano Cavalcante
2020-04-15Cleanup: unused variable, spellingCampbell Barton
2020-04-15Fix unreported Auto IK crash when using targetless IK.Sebastian Parborg
2020-04-15Fix T75649: Using "Auto IK" on FK controls with Rigify will crash Blender.Sebastian Parborg
2020-04-14Cleanup: spellingCampbell Barton
2020-04-10Fix T67232: Multiples targetless IKs in a chain gives weird behaviour (known ...Sebastian Parborg
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto