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-05-25Cleanup: use doxy sections for mathutils typesCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-02-20Fix ushort compiler errors in WindowsAntonio Vazquez
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-20mathutils: support for to_2x2 as well as non-square matricesCampbell Barton
2020-02-20mathutils: support Vector.rotate for 2D vectorsTiago Chaves
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2017-11-29PyAPI: add function to check any mathutils typeCampbell Barton
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-09-06Py Mathutils: add `invert_safe()` and `inverted_safe()` to `Matrix`.Bastien Montagne
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2012-03-18code cleanup: not all mathutils callback creation functions tool unsigned cha...Campbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-26fix for a bug in mathutils when a vector was accessing a matrix and the matri...Campbell Barton
2011-12-24mathtils, convenience attributes added 'row' and 'col', this makes the row/co...Campbell Barton
2011-12-24fix for error with matrix access and negative indices with recent row/col swap.Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton
2011-12-22Matrix.translation wrapper vector, continent accessing to matrix[3][0:3].Campbell Barton
2011-12-20patch [#29662] Modifications to Mathutils Vectors for Consistency with Commit...Campbell Barton
2011-12-20rename internal matrix struct member vars to avoid confusionCampbell Barton
2011-12-19corrections to some commentsCampbell Barton
2011-12-19remove mathutils internal variable for storing pointers to each matrix row, i...Campbell Barton
2011-11-30formatting edits (120 width max) and remove some redundant castsCampbell Barton
2011-11-24rename mathutils constructors to match other parts of the bpy/api (no functio...Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-07-15move mathutils into its own lib.Campbell Barton