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-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-18Nodes: Update dependency graph when removing some nodesHans Goudey
2022-02-18LibOverride: Fix resync sometimes deleting root ID of other liboverrides.Bastien Montagne
2022-02-18LibOverride: Fix potential broken cases re ShapeKeys when finding hierarchy r...Bastien Montagne
2022-02-18Curves: add initial edit mode supportKévin Dietrich
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-17Cleanup: Replace direct `id.lib` pointer checks with `ID_IS_LINKED` macro usa...Bastien Montagne
2022-02-17Fix: Memory leak in recently added curves copy functionHans Goudey
2022-02-17Camera: Simplify View Frame codeGermano Cavalcante
2022-02-17Cleanup: compiler warning, typo in commentCampbell Barton
2022-02-17License headers: use SPDX identifiersCampbell Barton
2022-02-16Cleanup: Deduplicate functions for creating attributesHans Goudey
2022-02-16Merge branch 'blender-v3.1-release'Sebastian Parborg
2022-02-16Cleanup: Remove deprecated StringGrid from our openvdb codeSebastian Parborg
2022-02-16Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-16Fix T95815: missing null check when computing dupli dimensionsJacques Lucke
2022-02-16Curves: Further implementation of new curves data structureHans Goudey
2022-02-16BLI: Generalize short algorithm for finding boundsHans Goudey
2022-02-16Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-16Fix: removing anonymous attributes before adding mesh to bmainJacques Lucke
2022-02-16Cleanup: Use const qualifier in modifier data copySergey Sharybin
2022-02-16Cleanup: Use const qualifier in modifier data copySergey Sharybin
2022-02-16Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-16Fix Image GPU texture.Jeroen Bakker
2022-02-16Cleanup: spelling in commentsCampbell Barton
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-15Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-15Fix T95806: subdivision missing in Cycles when using autosmoothKévin Dietrich
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-15Cleanup: Rename file used for calculating mesh edgesHans Goudey
2022-02-15Curves: add initial sculpt modeJacques Lucke
2022-02-14Cleanup: Pass const Scene to mesh evaluationHans Goudey
2022-02-14Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-14Fix T95756: Crash inserting geometry node after linking modifierSergey Sharybin
2022-02-14Merge branch 'blender-v3.1-release'Thomas Dinges
2022-02-14Fix T94479: GPU Subdivision surface modifier does not apply to Cycles rendersKévin Dietrich
2022-02-14Fix (studio reported) crash in new resync code.Bastien Montagne
2022-02-14Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-14Fix T95601: Missing handling of keyingsets ID pointers in lib_query/foreach_i...Bastien Montagne
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-02-14Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-14Fix T95749: missing update when normal node changesJacques Lucke
2022-02-11Fix (studio-reported) liboverrides potential infinite loop in hierarchy root ...Bastien Montagne
2022-02-11LibOverride: Add partial resync.Bastien Montagne
2022-02-11Remap multiple items in referenced data.Jeroen Bakker
2022-02-11Helper functions for IDRemapper.Jeroen Bakker
2022-02-11Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-11Fix T95698: deadlock with GPU subdivisionKévin Dietrich
2022-02-11Cleanup: add descriptions to the IDRemapperApplyOptions.Jeroen Bakker