|
b6db417ee4
|
code cleanup: use const's for vector args.
|
2013-10-12 02:19:37 +00:00 |
|
|
7db1d6556d
|
code cleanup: add break statements in switch ()'s, (even at the last case).
|
2013-07-21 08:16:37 +00:00 |
|
|
418011907c
|
remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h
|
2013-07-02 10:14:59 +00:00 |
|
|
adf7bfa8bb
|
ifdef out dynstr so mathutils can be compiled as an external module again.
|
2012-12-08 01:16:59 +00:00 |
|
|
004f8d78ed
|
default to Python3.3 on Linux for SCons and CMake, warn when building with python 3.2x or older.
also remove casts to keep Python3.2 warning quiet.
|
2012-11-05 13:48:42 +00:00 |
|
|
c56a911cd9
|
style cleanup: comments
|
2012-10-20 20:20:02 +00:00 |
|
|
71d1b09708
|
minor code cleanup
|
2012-08-25 12:55:14 +00:00 |
|
|
112162e09e
|
code cleanup: header cleanup
|
2012-04-30 14:24:11 +00:00 |
|
|
6520aa97a9
|
add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.
|
2012-04-15 14:54:15 +00:00 |
|
|
89b83f0060
|
patch to add __deepcopy__ to mathutils types, this is no different to __copy__, except some py utilities expect __deepcopy__ to exist, so better have them.
|
2012-03-30 11:35:58 +00:00 |
|
|
11d12d945e
|
style cleanup: python api
|
2012-03-26 06:55:09 +00:00 |
|
|
05612c0419
|
code cleanup: not all mathutils callback creation functions tool unsigned char for type & subtype args.
|
2012-03-17 22:31:57 +00:00 |
|
|
70d3d1aca6
|
style cleanup: py/capi
|
2012-03-16 21:39:56 +00:00 |
|
|
3590076193
|
style cleanup - comment formatting
|
2012-03-03 20:36:09 +00:00 |
|
|
f48fb385ea
|
formatting edits & minor corrections
|
2011-12-26 00:42:35 +00:00 |
|
|
67effc8aef
|
use docstrings for mathutils getset's, also some formatting edits, no functional changes.
|
2011-12-25 11:36:26 +00:00 |
|
|
f3ac865cc0
|
picky formatting of mathutils
|
2011-12-24 13:26:30 +00:00 |
|
|
b42497b460
|
mathutils get/set function rename + minor changes to matrix functions (no functional changes)
|
2011-12-24 04:58:01 +00:00 |
|
|
a8ed803b66
|
rename internal matrix struct member vars to avoid confusion
Matrix.contigPtr --> matrix
Matrix.row_size --> num_col
Matrix.col_size --> num_row
|
2011-12-20 04:11:23 +00:00 |
|
|
3d8ee28750
|
__str__ functions for other mathutils types
|
2011-12-20 03:37:55 +00:00 |
|
|
9c9099a805
|
formatting edits in py api, no functional changes
|
2011-12-18 08:50:06 +00:00 |
|
|
083297fbf1
|
formatting edits (120 width max) and remove some redundant casts
|
2011-11-29 20:22:35 +00:00 |
|
|
6e28ac2d7b
|
pep8 edits and avoid naming conflicts with python builtins
|
2011-11-24 19:36:12 +00:00 |
|
|
3b9b6051d9
|
rename mathutils constructors to match other parts of the bpy/api (no functional changes)
|
2011-11-24 04:45:36 +00:00 |
|
|
057bf2a02b
|
misc doc edits
- remove recently added sphinx reference workaround.
- tested doxygen, correct some warnings, set tab width and added pymathutils group.
- added convenience target 'make doc_doxy'
|
2011-11-05 01:48:10 +00:00 |
|
|
82c84f4b58
|
Remove some more $Id$ that still were left after r41227 and r41228.
|
2011-10-23 19:01:59 +00:00 |
|
|
6105199668
|
Remove the svn:keywords property.
|
2011-10-23 18:38:16 +00:00 |
|
|
61389bba41
|
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
|
2011-10-17 06:39:13 +00:00 |
|
|
276e5f7095
|
formatting edits & remove debug print.
|
2011-10-13 01:29:08 +00:00 |
|
|
05683f8e52
|
edits to argument parsing for Euler.rotate_axis, also corrected some exception messages and minor style edits.
|
2011-09-19 15:13:16 +00:00 |
|
|
3a6158a8bf
|
move mathutils into its own lib.
|
2011-07-15 04:01:47 +00:00 |
|