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-11Merge branch 'master' into tmp-vector-templateClément Foucault
2022-01-11Group vector types declaration into `BLI_math_vec_types.hh` and `BLI_math_vec...Clément Foucault
2022-01-11Move `is_zero` and `is_any_zero` to `blender::math` namespace.Clément Foucault
2022-01-11Cleanup: use unity build for composite nodesAaron Carlisle
2022-01-11Cleanup: Composite nodes: add namespace for every fileAaron Carlisle
2022-01-11Geometry Nodes: Move normal field input to be usable elsewhereHans Goudey
2022-01-11Merge branch 'master' into tmp-vector-templateClément Foucault
2022-01-10Fix T94111: nurb normal calculation does not workJacques Lucke
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-10Compositing Convert color space nodeJeroen Bakker
2022-01-10Cleanup: Missing internationization for socket descriptionAaron Carlisle
2022-01-10Fix mistake in previous commitAaron Carlisle
2022-01-10Cleanup: redundent semicolons after function bracesAaron Carlisle
2022-01-10Cleanup: Use new socket builder APIAaron Carlisle
2022-01-10BLI_math_vector: Move float2 and double2 to use templateClément Foucault
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_float3: Replace float3 with templated versionClément Foucault
2022-01-09Rename last vector methods to use the static function versionClément Foucault
2022-01-09Rename normalize to use the static function versionClément Foucault
2022-01-09BLI_float: Rename length & length_squared to use static versionClément Foucault
2022-01-09BLI_float: Rename normalize to use static versionClément Foucault
2022-01-08Cleanup: Use new socket builder APIAaron Carlisle
2022-01-08Cleanup: Loop through socket listbase instead of arrayAaron Carlisle
2022-01-08Cleanup: Remove unused code from BKE_node.hHans Goudey
2022-01-07Fix T94659: crash when deleting instances (part 2)Jacques Lucke
2022-01-07Fix T94707: inverted output of separate geometry node incorrectJacques Lucke
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: Fix spelling in filenameAaron Carlisle
2022-01-07Cleanup: Add `bf_nodes_texture` libraryAaron Carlisle
2022-01-07Cleanup: Use new socket builder APIAaron Carlisle
2022-01-06BLI_floatX: Add most missing constructors and operatorClément Foucault
2022-01-06Cleanup: use correct file namespace nameJacques Lucke
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: remove unnecessary slashes and quotes from paths in CMakeCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Use snake case for file namesAaron Carlisle
2022-01-06Cleanup: Remove empty node socket template arrayAaron Carlisle
2022-01-06Cleanup: Use new socket builder APIAaron Carlisle
2022-01-05Cleanup: Use new socket builder APIAaron Carlisle
2022-01-05Cleanup: Use new socket builder APIAaron Carlisle
2022-01-05Cleanup: Remove unused `node_type_exec` for shader nodeAaron Carlisle
2022-01-05Fix T94659: crash when deleting instancesJacques Lucke
2022-01-05Cleanup: Use new socket builder APIAaron Carlisle
2022-01-05Nodes: Consistent link drag search for math and vector math nodesHans Goudey
2022-01-05Cleanup: Make shade node util header CPP onlyAaron Carlisle