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-18Make the different weight paint code paths exclusive to each othertemp-weight_mirrorSebastian Parborg
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-17macOS: support building with command line tools without full XcodeBrecht Van Lommel
2021-02-17Cleanup: Comment formatting in node_draw.ccHans Goudey
2021-02-17MSVC: Suppress C4251 in OpenVDB/MantaflowRay Molenkamp
2021-02-17Fix: Attribute randomize node broken for integer attributesHans Goudey
2021-02-17Merge remote-tracking branch 'origin/blender-v2.92-release'Dalai Felinto
2021-02-17Blender 2.92 bcon4 - change release cycle to release candidateDalai Felinto
2021-02-17Cycles: Fix build error on windowsRay Molenkamp
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-17Fix T85694: Cycles incorrect grayscale conversion with some OpenColorIO configsBrecht Van Lommel
2021-02-17Cycles: add support for Arm Neon instructions using sse2neonBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-17Cycles: refactor intrinsic functions implementationBrecht 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
2021-02-17Cleanup: Missing word in rna descriptionNathan Craddock
2021-02-17Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-17Fix T85722: missing updates adding modifiers via pythonPhilipp Oeser
2021-02-17Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-02-17Cleanup: Split COM_compositor into multiple functions.Jeroen Bakker
2021-02-17Geometry Nodes: Expose material index attributeHans Goudey
2021-02-17Cleanup: make local vars const.Jeroen Bakker
2021-02-17Cleanup: Bundle static globals in structJeroen Bakker
2021-02-17Cleanup: Comment styleJeroen Bakker
2021-02-17Cleanup: Allocate Execution System on stack.Jeroen Bakker
2021-02-17Cleanup: Make ChunkOrderHotspot a structJeroen Bakker
2021-02-17Cleanup: Make ChunkOrder a struct.Jeroen Bakker
2021-02-17Fix T85440: crash with displacement shaders and updating geometry in viewportBrecht Van Lommel
2021-02-17Cleanup: Use 'pygpu_' prefix in the cpython GPU moduleGermano Cavalcante
2021-02-17Cleanup: Fix typo errorAntonio Vazquez