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-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-23Depsgraph: use more fine grained update tags for scenesBrecht Van Lommel
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-02Object: move collection resync after empty duplicate early-outAras Pranckevicius
2022-08-02Fix T100118: Crash after Shift+D with nothing selected and then making new ob...Aras Pranckevicius
2022-07-25Fix missing disabled hint when dragging from Asset Browser in edit modeJulian Eisel
2022-07-21Cleanup: formatCampbell Barton
2022-07-19Curves: align surface and curves object in Empty Hair operatorJacques Lucke
2022-07-14I18N: Allow translating newly added GP data names, and a missing Surface one.Damien Picard
2022-07-13Cleanup: Do not use spaces in default data names.Bastien Montagne
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Hair Curves: The new curves object is now availableDalai Felinto
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Draw: Curve outline drawing in object mode.Jeroen Bakker
2022-07-06Object: Speed up duplication of large selections by doing fewer collection syncsAras Pranckevicius
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-05Curves: use uv coordinates to attach curves to meshJacques Lucke
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-24Drag & drop: Use session UUID of IDs instead of name for droppingJulian Eisel
2022-05-24Cleanup: Use new helpers for passing IDs from drag & drop to operatorsJulian Eisel
2022-05-24Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-24Fix possible lingering around of ID after asset dropping failedJulian Eisel
2022-05-23Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-23Cleanup: Move new utilities for ID lookup operator propertiesJulian Eisel
2022-05-23Fix possible issues when mixing link & append for asset drag & dropJulian Eisel
2022-05-23Fix possible issues when mixing link & append for asset drag & dropJulian Eisel
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-10Curves: Add disabled message for add empty hair operatorHans Goudey
2022-05-06Curves: disable Empty Hair operator when there is no active meshJacques Lucke
2022-05-06Curves: support converting legacy curves to new curves objectJacques Lucke
2022-05-05Workaround T81065: Merge UV's when applying modifiersCampbell Barton
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-07Curves: improve Add menu for new curves objectJacques Lucke
2022-04-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-04-01Assets: Instancing operator option for collection asset droppingJulian Eisel
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-01Curves: Move curves primitive to object add codeHans Goudey
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-03-01Cleanup: Move object_add.c to C++Hans Goudey