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-02-19Cleanup: fix asan warningsJacques Lucke
2021-02-19Cleanup: extract function to get node ui storageJacques Lucke
2021-02-19Fix T85763: Align Rotation to Vector node fails for collinear vectorsWannes Malfait
2021-02-19Nodes: ensure ui storage implicitelyJacques Lucke
2021-02-19Geometry Nodes: use corner domain for densities in Point Distribute nodeJacques Lucke
2021-02-19PyAPI Docs: Clarifiy vertex group index list paramaterAaron Carlisle
2021-02-19UI: Expand enum in collection info nodeHans Goudey
2021-02-19Cleanup: Remove type from global namespace in C++ headerHans Goudey
2021-02-18Cleanup: Clang tidy inconsistent parameter nameHans Goudey
2021-02-18Cleanup: Clang tidy else after returnHans Goudey
2021-02-18Merge branch 'blender-v2.92-release'Richard Antalik
2021-02-18Fix T85762: Crash when opening 2.83 VSE fileRichard Antalik
2021-02-18GPencil: Small frame evaluation speed up improvementAntonio Vazquez
2021-02-18GPencil: Add missing edit lines in Multiframe modeAntonio Vazquez
2021-02-18Fix failing "Edit Source" (asserts) while number slider was visibleJulian Eisel
2021-02-18Cleanup: remove check for non-annotation properties in classesCampbell Barton
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-18Cleanup: clang-formatCampbell Barton
2021-02-18Cleanup: use doxy sectionsCampbell Barton
2021-02-18Cleanup: order shape_len after shape argumentCampbell Barton
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-18Fix T85769: Grease Pencil Fill option when drawing no longer worksAntonio Vazquez
2021-02-18Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-18GPencil: Fix unreported broken use only lines in multiframeAntonio Vazquez
2021-02-18Cleanup: return const reference instead of copyJacques Lucke
2021-02-18Cleanup: rename AttributeInfo to AttributeKindJacques Lucke
2021-02-18Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-18Fix flashing eevee render passes in viewportPhilipp Oeser
2021-02-18Geometry Nodes: support adapting point to corner domainJacques Lucke
2021-02-18Geometry Nodes: support accessing vertex colorsJacques Lucke
2021-02-18Geometry Nodes: convert point cloud to mesh vertices for modifiersJacques Lucke
2021-02-18Cleanup: Python: naming mismatch in bvh.ray_cast.Jeroen Bakker
2021-02-18Cleanup: Decrease variable scopeHans Goudey
2021-02-18Cleanup: Use const argument, decrease variable scopeHans Goudey
2021-02-18Cleanup: Use Vector instead of of raw arrayHans Goudey
2021-02-17Cleanup: Comment formatting in node_draw.ccHans Goudey
2021-02-17Fix: Attribute randomize node broken for integer attributesHans Goudey
2021-02-17Blender 2.92 bcon4 - change release cycle to release candidateDalai Felinto
2021-02-17Fix OpenColorIO 2.0 GPU shader error in uniform assignmentBrecht Van Lommel
2021-02-17GPU Python: Rename 'uniform_buffer' to 'uniform_block'Germano Cavalcante
2021-02-17Cleanup: Use static struct for work scheduler.Jeroen Bakker
2021-02-17Cleanup: Use struct for WorkScheduler.Jeroen Bakker
2021-02-17Cleanup: Use snake case for method names.Jeroen Bakker
2021-02-17Cleanup: Remove definition in header without implementation.Jeroen Bakker
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-17Cleanup: fix compiler warningsBrecht Van Lommel
2021-02-17BLI: use sse2neon to emulate SSE instructions with Arm NeonBrecht Van Lommel
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-17Merge branch 'blender-v2.92-release'Nathan Craddock