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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-04Fix T101686: WPaint + Pose select fails with GPU depth-picking disabledCampbell Barton
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-10-19Fix T101888: Curves editmode: modifiers "Display in Edit mode" no effectPhilipp Oeser
2022-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-08Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-21Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-19Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-07-12Enable "copy to selected" for new Curves modifiersErik Abrahamsson
2022-07-07Fix T99386: Driven modifiers are always re-evaluated during animationSergey Sharybin
2022-07-07Fix T99270: bones using empties as custom shapes can't be selectedCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-25Cleanup: Remove unused argumentHans Goudey
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-06-01Merge branch 'blender-v3.2-release'Bastien Montagne
2022-06-01Fix T98469: Crash trying to add an object to a linked collection that is link...Bastien Montagne
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-05Curves: change default name of curves object to CurvesJacques Lucke
2022-04-29Cleanup: missing declaration warnings & spelling in commentsCampbell Barton
2022-04-28Fix T97151: Curve vertex parenting crash with dependency cycleHans Goudey
2022-04-22Fix T96498: Modifiers affect multiple curve objectsHans Goudey
2022-04-21Fix Empty "Only Axis Aligned" viewing angle depends on object scalePhilipp Oeser
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-15Object: Set Parent (Keep Transform Without Inverse)Wayde Moss
2022-04-14Cleanup: Make curve deform argument optionalHans Goudey