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-01-10Fix T93727: Tiled render error in Cycles after changing temp directorySergey Sharybin
2022-01-10Fix second render failure with Cycles persistent dataSergey Sharybin
2022-01-10BLI_utildefines: Move BLI_ENABLE_IF to utildefinesClément Foucault
2022-01-10Fix T94661: Out-of-bounds memory access due to malformed DDS image fileSergey Sharybin
2022-01-10Merge branch 'master' into tmp-vector-templateClément Foucault
2022-01-10BLI_floatX: Add most missing constructors and operatorClément Foucault
2022-01-10Fix Cycles compilation with Optix on Windows.Thomas Dinges
2022-01-10Fix T94766: texture coordinates from other object do not refreshJacques Lucke
2022-01-10Fix error when keyframing with Custom PropertiesDemeter Dzadik
2022-01-10Remove GPU_SHADER_2D_POINT_FIXED_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_VARYING_SIZE_VARYING_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_UNIFORM_SIZE_VARYING_COLOR_OUTLINE_AA.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_FIXED_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_VARYING_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_UNIFORM_SIZE_UNIFORM_COLOR_OUTLINE_AA.Jeroen Bakker
2022-01-10Cleanup: Remove unused source files.Jeroen Bakker
2022-01-10Cleanup: Consistent naming GPU_SHADER_2D_AREA_BORDERS.Jeroen Bakker
2022-01-10GPU: Remove unused UV shaders.Jeroen Bakker
2022-01-10Cleanup: add utility macro to simplify using std::enable_ifJacques Lucke
2022-01-10Fix T94409: GPencil smooth stroke thickness operator weird resultAntonio Vazquez
2022-01-10Fix compile error in gpu test.Jeroen Bakker
2022-01-10Fix T94600: Apply single shrinkwrap constraint failsPhilipp Oeser
2022-01-10Motion Path: Tweak the User InterfaceDalai Felinto
2022-01-10Fix out of bounds memory access displaying the compositor crop gizmoCampbell Barton
2022-01-10Compositing Convert color space nodeJeroen Bakker
2022-01-10Cleanup: Wintab input processing.Nicholas Rishel
2022-01-10Cleanup: note that compositor vector blur shares logic with zbuf.cCampbell Barton
2022-01-10Cleanup: typos in comments, remove libnumaapi referenceCampbell Barton
2022-01-10Cleanup: Use type_length in vec4_baseClément Foucault
2022-01-10Cleanup: Missing internationization for socket descriptionAaron Carlisle
2022-01-10Fix mistake in previous commitAaron Carlisle
2022-01-10Move isect_seg_seg to math namespaceClément Foucault
2022-01-10Cleanup: redundent semicolons after function bracesAaron Carlisle
2022-01-10BLI_math_vector: Refactor mpq2 & mpq3 to use template versionClément Foucault
2022-01-10Cleanup: Use new socket builder APIAaron Carlisle
2022-01-10BLI_math_vector: Refactor double3 to use template versionClément Foucault
2022-01-10BLI_math_vector: Fix operator type for vec2_baseClément Foucault
2022-01-10BLI_math_vector: Move float2 and double2 to use templateClément Foucault
2022-01-10delaunay_2d.cc: Use math:: namespace vector operationsClément Foucault
2022-01-10float2::isect_seg_seg: Remove mu as part of the return structClément Foucault
2022-01-09BLI_int2/3/4: Add support for integral vector typesClément Foucault
2022-01-09UI: Make uiTemplateNodeLink work for all socket typesAaron Carlisle
2022-01-09Fix T94243: weightpaint gradient panel shown in other placesPhilipp Oeser
2022-01-09Cleanup: Remove no op socket templatesAaron Carlisle
2022-01-09Cleanup: Nodes: Begin splitting shader node buttons into individual filesAaron Carlisle
2022-01-09Cleanup: Use new socket builder APIAaron Carlisle
2022-01-09Cleanup: Remove no op socket templatesAaron Carlisle
2022-01-09BLI_float4: Replace float4 with templated versionClément Foucault
2022-01-09BLI_vector_template: Add back all explicit constructorsClément Foucault
2022-01-09BLI_float3: Replace float3 with templated versionClément Foucault