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-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Asset Browser: Add slider UI to pose blendingAngus Stanton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Fix T101046: missing DEG update changing bone layers in editmodePhilipp Oeser
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-28Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-28Fix crashes running operators in invalid contextsCampbell Barton
2022-08-17Cleanup: Move view layer array utils from macros to functionsHans Goudey
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-18Fix T99742: crash when generating rigify rigs, after recent changesJun Mizutani
2022-07-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Constraints: rename and refactor custom space initialization.Alexander Gavrilov
2022-06-23Fix T98871: Drivers not updated when joining an armatureSebastian Parborg
2022-06-23Armature: Add poll message explaining bone groups need pose modeColin Basnett
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-04-26Animation: Sensible frame range for motion pathsColin Marmond
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-04Pose library: add deprecation noticesSybren A. Stüvel
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-21UI: Use title case for labelsHans Goudey
2022-03-18Cleanup: Move object_transform.c to C++Hans Goudey
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-15Fix T96452: Armature corrupted after undoing 'Join' operation.Bastien Montagne
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14Revert "Animation: Sensible frame range for motion paths"Sybren A. Stüvel