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
path: root/source
AgeCommit message (Expand)Author
2021-08-20Merge branch 'master' into temp-geometry-nodes-fields-prototypeJacques Lucke
2021-08-20fix extrude nodeJacques Lucke
2021-08-20Geometry Nodes: add missing versioning for subdivision surface nodeJacques Lucke
2021-08-20Cleanup: remove duplicate lineJacques Lucke
2021-08-20Functions: add utility methods to parameter builderJacques Lucke
2021-08-20Functions: add clear method to vector arrayJacques Lucke
2021-08-20BLI: add utility methods to IndexMaskJacques Lucke
2021-08-20Cleanup: Add CLOG to wm_files_link.cBastien Montagne
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free_data -> BKE_mesh_free_data_for_undoCampbell Barton
2021-08-20Cleanup: remove BKE_mesh_free_data use for lineart mesh copiesCampbell Barton
2021-08-20Cleanup: accidentally included printfCampbell Barton
2021-08-20Fix memory leak with building springs in the cloth simulatorCampbell Barton
2021-08-20Fix T90791: Knife project leaks memory with curve/text cutterCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-20Cleanup: unused warningsCampbell Barton
2021-08-20Cleanup: clang-formatJesse Yurkovich
2021-08-20Cleanup, formatKévin Dietrich
2021-08-19UI: Use theme's alpha for Summary instead of a hardcoded valuePablo Vazquez
2021-08-19GPencil: Cleanup old printf debug linesAntonio Vazquez
2021-08-19Image blendwrite: Fix handling of packedfiles.Bastien Montagne
2021-08-19Partially fix T90593: Image ID wrongly seen as changed on undos.Bastien Montagne
2021-08-19UI: Match row color for Summary in Mask animation editorAntonio Vazquez
2021-08-19GPencil: Match row color for Summary in Grease Pencil animation editorAntonio Vazquez
2021-08-19Fix the value in the graphical editor header when transformingGermano Cavalcante
2021-08-19Fix T87173: wrong Auto-Snap in animation editorsGermano Cavalcante
2021-08-19Transform Convert Action: conventionalize TransData creationGermano Cavalcante
2021-08-19Fix incremental snap in animation editorsGermano Cavalcante
2021-08-19Cleanup: move animation snap utilities to a separate compilation unitGermano Cavalcante
2021-08-19Undo: Clear more ID runtime data on filewrite.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-19LibOverride: Tag all embedded IDs RNA opinters as overridablei, part II.Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-19Alembic import: option to always add a cache readerKévin Dietrich
2021-08-19Correct assert from 22ab0159a9754365e2d10a1bc658d4409d084fa6Campbell Barton
2021-08-19Fix T71137: curve minimum twist producing wrong geometryCampbell Barton
2021-08-19Refactor: BLF Without Kerning ModesHarley Acheson
2021-08-19Cleanup: correction to unused warning removalCampbell Barton
2021-08-19UI: add function to access the buttons text without it's shortcutCampbell Barton
2021-08-19Cleanup: reduce indentation in loops that check region visibilityCampbell Barton
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-19Cleanup: unused warningCampbell Barton
2021-08-18LibOverride: Tag all embedded IDs RNA opinters as overridable.Bastien Montagne
2021-08-18LibOverride: Make nodetree of material overrideable again.Bastien Montagne
2021-08-18LibOverride: Do not report embedded IDs as non-overridable in 'foreach_id' code.Bastien Montagne
2021-08-18LibOverride: Add several missing 'OVERRIDABLE' flags to NodeTrees RNA.Bastien Montagne
2021-08-18LibOverride: tweak resync detection code at apply phase.Bastien Montagne
2021-08-18Geometry Nodes: Add shader Color Mix nodeCharlie Jolly
2021-08-18initial evaluate curve nodeJacques Lucke
2021-08-18cleanupJacques Lucke