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-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-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-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-10BLI_utildefines: Move BLI_ENABLE_IF to utildefinesClément Foucault
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-10Cleanup: add utility macro to simplify using std::enable_ifJacques Lucke
2022-01-10Cleanup: Use type_length in vec4_baseClément Foucault
2022-01-10Move isect_seg_seg to math namespaceClément Foucault
2022-01-10BLI_math_vector: Refactor mpq2 & mpq3 to use template versionClément Foucault
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-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
2022-01-09Rename normalize to use the static function versionClément Foucault
2022-01-09BLI_float3: add normalize to double and float2Clément Foucault
2022-01-09BLI_float: Rename length & length_squared to use static versionClément Foucault
2022-01-09BLI_float3: Add static functions equivalent of public methodsClément Foucault
2022-01-09Add vector templatesClément Foucault
2022-01-07Remove dead numaapi code in blenlibSergey Sharybin
2022-01-07Fix BKE_image_ensure_tile_token being called with a full pathCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06BLI_floatX: Add most missing constructors and operatorClément Foucault
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-04Fix soft light blend mode mathRichard Antalik
2022-01-04Fix out of range color in blend modesRichard Antalik
2022-01-04BLI: Add slice method to MutableSpanHans Goudey
2022-01-03Cleanup: Renamed to_object_value to to_dictionary_value.Jeroen Bakker
2022-01-03Cleanup: rename ValueType.Object to ValueType.Dictionary.Jeroen Bakker
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-29Geometry Nodes: Accumulate Fields NodeJohnny Matthews
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-22Mesh: Parallelize bounding box calculation (WIP)Hans Goudey
2021-12-22Fix: Build issue on 32 bit archsRay Molenkamp