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-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-21Cleanup: spelling 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-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
2022-04-05Curves: fix edit mode detectionKévin Dietrich
2022-04-04Cleanup: Simplify zero-initializing DNA structures in C++Sergey Sharybin
2022-04-02Cycles: Add support for light groupsLukas Stockner
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-04-01Cleanup: Remove object bounding box functionHans Goudey
2022-04-01Cleanup: Use float3 typeHans Goudey
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-04-01Cycles: enable Alembic procedural for final rendersKévin Dietrich
2022-03-31Cleanup: Curves draw cache renaming, use referencesHans Goudey
2022-03-29Assets: Support automatic collection previewsJulian Eisel
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-25Fix compilation warnings after previous changeSergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-16Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-16Fix T95815: missing null check when computing dupli dimensionsJacques Lucke