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-12Fix missing new linetmp-vector-templateClément Foucault
2022-01-11Make mixed vec4 type constructor works with different vector typesClément Foucault
2022-01-11Add constructor testsClément Foucault
2022-01-11Add `clamp()` to templated functionsClément Foucault
2022-01-11Fix type conversion error on MSVC (thanks @JacquesLucke for that)Clément Foucault
2022-01-11Remove BLI_double2|3.hh filesClément Foucault
2022-01-11Merge branch 'master' into tmp-vector-templateClément Foucault
2022-01-11Change comment to be more meaningful.Clément Foucault
2022-01-11Group vector types declaration into `BLI_math_vec_types.hh` and `BLI_math_vec...Clément Foucault
2022-01-11Fix T94728: Auto Depth problem with Cliping RegionGermano Cavalcante
2022-01-11Remove file scope `using namespace blender;`Clément Foucault
2022-01-11Cleanup: remove unnecessary 'use_opengl_context' parameterGermano Cavalcante
2022-01-11Deduplicate cross_poly implementationClément Foucault
2022-01-11Simplify template macrosClément Foucault
2022-01-11Add asserts that modulo second argument is not zero.Clément Foucault
2022-01-11Move `is_zero` and `is_any_zero` to `blender::math` namespace.Clément Foucault
2022-01-11Use early return instead of result variable.Clément Foucault
2022-01-11Fix `PSYS_GLOBAL_HAIR` stripped even if connecting the hair failsAleksi Juvani
2022-01-11Select Similar: hide 'threshold' from UI when not usedPhilipp Oeser
2022-01-11GPU: Utility function to bind UBO to batches.Jeroen Bakker
2022-01-11Explicit Color OCIO role comment fix.Evan Wilson
2022-01-11Cleanup: use unity build for composite nodesAaron Carlisle
2022-01-11Cleanup: Deduplicate `finv_test` functionAaron Carlisle
2022-01-11Cleanup: quite missing-variable-declarations warningsCampbell Barton
2022-01-11Cleanup: correct exception messageCampbell Barton
2022-01-11Revert "Cleanup: remove declaration for removed function"Campbell Barton
2022-01-11Cleanup: Composite nodes: add namespace for every fileAaron Carlisle
2022-01-11Fix T94768: Crash in VSE prefetchingRichard Antalik
2022-01-11Fix T94671: performance regression with subsurf modifierKévin Dietrich
2022-01-11Spreadsheet: Add mesh topology information with a debug valueHans Goudey
2022-01-11Cleanup: Remove unused "active ID" node flagHans Goudey
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-11Docs: correct doc-string for bl_run_operators_event_simulateCampbell Barton
2022-01-11Set uint_type as void if type is larger than 64bitsClément Foucault
2022-01-11Use `using` instead of typedef inside of vec_baseClément Foucault
2022-01-11Fix template specialization errorClément Foucault
2022-01-10macOS: fix xcrun sdk detection for minimal CLTAnkit Meel
2022-01-10BLI_math_vec_types: Add bit shift operatorsClément Foucault
2022-01-10Rework macro name and add manhattan distance & Length functionsClément Foucault
2022-01-10Docs: Add comments to node socket struct headerHans Goudey
2022-01-10UI: Allow AltGr Key + C,V,X Text InputHarley Acheson
2022-01-10BLI_math_vector: Split vector template and vector functions into 2 filesClément Foucault
2022-01-10BLI_math_vector: Remove old implementationClément Foucault
2022-01-10BLI_math_vector: Templated version of vector type that supports sizeClément Foucault
2022-01-10Fix T94434: Windows IME Pinyin Forward SlashTakahiro Shizuki
2022-01-10Tests: disable all but one simple test for the Cycles Metal deviceBrecht Van Lommel
2022-01-10Fix T94111: nurb normal calculation does not workJacques Lucke
2022-01-10Fix compilation error after recent fixSergey Sharybin
2022-01-10Fix compile error with msvcJacques Lucke