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
2021-06-15LineArt: Remove custom camera options as this patch doesn't include this func...lineart-fn-cachedYimingWu
2021-06-15LineArt: Respect cache override limits.YimingWu
2021-06-15LineArt: cache ui changes.YimingWu
2021-06-15Merge remote-tracking branch 'origin/master' into lineart-fn-cachedYimingWu
2021-06-15BMesh: assert that face normals have been updated for tessellationCampbell Barton
2021-06-15Cleanup: remove return value from face normal calculationCampbell Barton
2021-06-15Fix missing normal update in edit-mesh blend-from shape operatorCampbell Barton
2021-06-15BMesh: use faster normal update method for edit-mesh coordinatesCampbell Barton
2021-06-15Fix outdated face tessellation use when editing edit-mesh coodinatesCampbell Barton
2021-06-15Screen: clear runtime structures on file-read & data-copyCampbell Barton
2021-06-15Cleanup: correct incomplete commentCampbell Barton
2021-06-15Fix image space missing mask display panelCampbell Barton
2021-06-15Cleanup: remove "_" prefix for used argumentsCampbell Barton
2021-06-15Cleanup: unused argument & variable warningsCampbell Barton
2021-06-15Cleanup: use private methods for internal operator utilitiesCampbell Barton
2021-06-15Cleanup: use doxygen comments for DNA_color_typesCampbell Barton
2021-06-15Win8 cleanup, remove dead function pointer and macro.Nicholas Rishel
2021-06-14Geometry Nodes: Join dynamic curve attributes in the join geometry nodeHans Goudey
2021-06-14Geometry Nodes: Parallelize curve reverse nodeHans Goudey
2021-06-14Cleanup: Refactor join geometry node attribute gatheringHans Goudey
2021-06-14Geometry Nodes: Curve Reverse NodeJohnny Matthews
2021-06-14Geometry Nodes: Curve to Points Node for Evaluated DataHans Goudey
2021-06-14Fix Build WarningHarley Acheson
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-06-14Fix: VSE seeking with proxy strips would fail on certain framesSebastian Parborg
2021-06-14Fix possible C-linkage warning on ClangJulian Eisel
2021-06-14LineArt: restore modifier cache codeYimingWu
2021-06-14LineArt: Only get limits for cached modifiers.YimingWu
2021-06-14LineArt: Fix stroke baking crash.YimingWu
2021-06-14Error Messages Creating Thumbnail FoldersHarley Acheson
2021-06-14Cleanup: rename id to owner_id for python id propertiesJacques Lucke
2021-06-14LineArt: clean upYimingWu
2021-06-14PyAPI: remove deprecated bpy.app.binary_path_pythonCampbell Barton
2021-06-14Merge remote-tracking branch 'origin/master' into lineart-fn-cachedYimingWu
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14Lineart: Clean up cache patch.YimingWu
2021-06-14BMesh: remove unit-length edge-vector cache from normal calculationCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-06-14Cleanup: clang-formatCampbell Barton
2021-06-14Python API: option for render engines to disable image file savingThomas Lachmann
2021-06-14Merge remote-tracking branch 'origin/master' into lineart-fn-cachedYimingWu
2021-06-14Fix build error in release builds after recent changesBrecht Van Lommel
2021-06-14BLI_math: Cleanup: Use `mul_`/`madd_` functions.Bastien Montagne
2021-06-14BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-06-14Fix T87867: file open dialog triggers OneDrive file downloads on macOSLeon Zandman
2021-06-14Fix T88494: add missing depsgraph relation update tagsJacques Lucke
2021-06-14Fix T88947: invalid normals when converting point cloud to meshJacques Lucke
2021-06-14Nodes: remove redundant increment node tree current socket indexCampbell Barton
2021-06-14Fix T88807: crash when there are multiple links between the same socketsJacques Lucke
2021-06-14Cleanup: Reduce indentation from redundant checkHans Goudey