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-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-05-05Cleanup: spelling in commentsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-28Fix T96032: add null check to constraint operatorsHenrik Dick
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
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-19Fix (unreported) wrong behavior of constraints in liboverrides.Bastien Montagne
2021-09-11Calm Warning: Unused VariableHarley Acheson
2021-09-10Fix Constraints not updating on move in stackHenrik Dick
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-16Tweaks to Constraints operators poll functions.Bastien Montagne
2021-04-30Revert "Fix crash running constraint, modifier, fx from missing NULL check"Campbell Barton
2021-04-30Fix crash running constraint, modifier, fx from missing NULL checkCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-08LibOverride: Refactor collection items 'local' helper functions.Bastien Montagne
2020-12-07LibOverride: Abstract a bit handling of local items of RNA collections.Bastien Montagne
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-18Fix T81800: Datablock pin not working for bones in pose modeHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-06Fix T81488: Deleting an Object Constraint crashes BlenderHans Goudey
2020-09-16Action Constraint: Add manual time factor input controlChris Clyne
2020-09-16Constraints: Add link and copy functionsNathan Craddock
2020-09-16Cleanup: Extract editor function from constraint_move_to_index_execNathan Craddock
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-09Fix for failing constraints testPhilipp Oeser
2020-09-09Fix T80464: Crash deleting bone constraints when the armature layer isPhilipp Oeser
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Fix T80391: Overrides: wrong check in constraint pollPhilipp Oeser
2020-08-18Fix/cleanup Constraint poll function in liboverride cases.Bastien Montagne
2020-07-16UI: Add shortcuts for constraint panelsHans Goudey
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne
2020-07-06Cleanup: Use bool instead of intHans Goudey
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel