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-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-06Cleanup: quiet compiler warningsCampbell Barton
2022-04-06BVH Utils: remove 'isolate' parameterGermano Cavalcante
2022-04-06BVH Utils: Remove '_allocated' members from 'BVHTreeFromMesh'Germano Cavalcante
2022-04-06Refactor: remove cache parameters from `bvhtree_from_` functionsGermano Cavalcante
2022-04-06Cleanup: Simplify if statements, clang tidyHans Goudey
2022-04-06Refactor: Deduplicate and simplify BVH Utils codeGermano Cavalcante
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05Curves: fix edit mode detectionKévin Dietrich
2022-04-05Curves: Port legacy curve viewport drawing to the new data-blockHans Goudey
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-05Curves: new Grow/Shrink brushJacques Lucke
2022-04-05Preferences: enable Duplicate Data for curves and point cloud objectsJacques Lucke
2022-04-05Fix: Assert fails when evaluating single point Bezier curveHans Goudey
2022-04-05Cleanup: use doxygen links to struct membersCampbell Barton
2022-04-04Fix T95678: Thumbnails are not working with big / large ObjectsGermano Cavalcante
2022-04-04Fix collection assets hidden in old files with asset browser openJulian Eisel
2022-04-04Move ImageTileWrapper to BKE.Jeroen Bakker
2022-04-04VSE: Add channel headersRichard Antalik
2022-04-04Cleanup: Simplify zero-initializing DNA structures in C++Sergey Sharybin
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-03Curves: Support set origin and apply transform operatorsHans Goudey
2022-04-03Curves: Inline some simple methodsHans Goudey
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-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-04-01Geometry Nodes: Port set handle nodes to new data-blockHans Goudey
2022-03-31Cleanup: Compilation warnings in gpencil code after DNA C++ changesSergey Sharybin
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-31Cleanup: Curves draw cache renaming, use referencesHans Goudey
2022-03-30UI: Improve node editor dot backgroundLeon Schittek
2022-03-30GPencil: Fix double-free issue in update cacheFalk David
2022-03-30Iterator to loop over objects based on a flagDalai Felinto
2022-03-30Fix: Failing curves test after recent commitHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-30Fix: Remove special case from curve segment size functionHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-29Fix: incorrect assert in new codeHans Goudey
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne