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
2020-12-11Cleanup: GPU Python: Use 'PyC_ParseStringEnum' for string enumGermano Cavalcante
2020-12-11Fix: BLI_getenv returns ascii not UTF8 on windowsRay Molenkamp
2020-12-11Cleanup: clang-formatHarley Acheson
2020-12-11Fix T83586: Cycles failing to load OpenEXR image with EXR RGBAZ channelsValdemar Lindberg
2020-12-11Fix T83050: Crash dragging shared collection to master collectionHans Goudey
2020-12-11Cleanup: clang tidyJacques Lucke
2020-12-11Readme file to extern libraries about the attribution documentDalai Felinto
2020-12-11Fix T83280: Crash when deleting hair collision collection.Bastien Montagne
2020-12-11Licenses: Attribution documentDalai Felinto
2020-12-11Geometry Nodes: support instancing collectionsJacques Lucke
2020-12-11Geometry Nodes: support collection socketsJacques Lucke
2020-12-11Nodes: add Collection socket typeJacques Lucke
2020-12-11Cycles: enable OpenCL rendering on recent Intel GPUsSergey Sharybin
2020-12-11Cleanup: compiler warningsBrecht Van Lommel
2020-12-11Trackpad: Fix wrong scroll deltas on RetinaYevgeny Makarov
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-12-11Refactor/extend BKE API to get special user directoriesJulian Eisel
2020-12-11Ghost: Support queries for special user directories (desktop, documents, etc.)Julian Eisel
2020-12-11GPencil: Add Link support to Effects using Ctrl+LAntonio Vazquez
2020-12-11Fix T82881: Paint mask 'deselect on nothing' missed viewport updatePhilipp Oeser
2020-12-11UI: Correct help text in the Parent panelThomas Beck
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-12-11Geometry Nodes: add Attribute Mix nodeJacques Lucke
2020-12-11Cleanup: remove some forward declared enumsJacques Lucke
2020-12-11Fix wrong operator return values in Outliner code.Bastien Montagne
2020-12-11GeometryNodes: Make properties exposed in modifier overridable.Bastien Montagne
2020-12-11Cleanup: Fix typo in comment.Bastien Montagne
2020-12-11Correct the order of the last two arguments in `eevee_cryptomatte_shading_gro...Evan Wilson
2020-12-11Workaround T83651: Crash dragging multiple buttons in the clip editorCampbell Barton
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-12-11Cleanup: trailing spaceCampbell Barton
2020-12-11Cleanup: spelling, expand on FCurve.rna_path docstringCampbell Barton
2020-12-11UI: Use 'and' Instead of '&' in DescriptionsYevgeny Makarov
2020-12-11Fix T83640: No immediate updates when changing the settings of a just-Philipp Oeser
2020-12-10UI: Use words instead of symbols for float comparison itemsHans Goudey
2020-12-10Geometry Nodes: Add helper function to check if attribute existsHans Goudey
2020-12-10Nodes: fix incorrectly parameter name and typeJacques Lucke
2020-12-10Fix T83630 Exact Boolean assert failure in Debug build.Howard Trickey
2020-12-10Geometry Nodes: Attribute Fill NodeHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-10Fix T83361: UV Editor does not draw pinned selected UVs as pinnedPhilipp Oeser
2020-12-10Geometry Nodes: fix recursive instance transformsJacques Lucke
2020-12-10Fix missing custom-property escaping for whole-character keying setCampbell Barton
2020-12-10Fix missing string escaping in RNA_path_appendCampbell Barton
2020-12-10Tests: fix 'ctest -j' running multiple tests at onceCampbell Barton
2020-12-10Cleanup: remove unused function bc_find_bonename_in_pathCampbell Barton
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-12-10Fix BLI_str_quoted_substrN use with escaped stringsCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell Barton
2020-12-10Cleanup: remove unnecessary vars in RNA token readingCampbell Barton