|
78d41d061b
|
sphinx docstrng formatting (some lines were getting really long)
|
2011-05-26 19:13:01 +00:00 |
|
|
15289c6048
|
use PyDoc_STRVAR macro, so its possible to build without docstrings.
|
2011-05-24 16:05:51 +00:00 |
|
|
4ea7e562f8
|
rename mathutils.Vector/Quaternion difference() method to rotation_difference() since its too vague when applied to vectors.
|
2011-04-04 05:17:23 +00:00 |
|
|
f1b42a129f
|
add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().
use with mathutils.
|
2011-04-02 03:05:49 +00:00 |
|
|
9c8f1e2ef4
|
imbuf, mathutils & readfile: floats were being implicitly promoted to doubles, adjust to use floats.
|
2011-03-27 17:12:59 +00:00 |
|
|
cadc1218c8
|
C, style changes (mostly white space edits), no functional change.
|
2011-03-19 11:12:48 +00:00 |
|
|
c42f3b4e59
|
support for mathutils GC wasn't complete since PyObject_GC_Track is supposed to be called once the fields are filled in.
|
2011-03-03 06:01:31 +00:00 |
|
|
7348a50d79
|
change return values from mathutils callbacks to match pythons (-1 is error), so error macro's can be used in both.
|
2011-02-28 18:42:41 +00:00 |
|
Nathan Letwory
|
5a760e22fc
|
doxygen: blender/python tagged.
|
2011-02-27 20:10:08 +00:00 |
|
|
fbd9364944
|
revert part of own commit r35117 which modified mathutils initialization functions, found this could be done in a better way which doesnt have to deal with partly initialize instances being freed.
|
2011-02-24 05:46:57 +00:00 |
|
|
b1639dc118
|
support pythons cyclic garbage collector for mathutils types.
|
2011-02-24 04:58:51 +00:00 |
|
|
669cffdb1e
|
fix [#26098] python API: quaternion.rotate never seems to work.
|
2011-02-16 02:05:36 +00:00 |
|
|
72bc3f22b7
|
python api renaming and added headers for some files which didnt have one, no functionality change.
|
2011-02-14 04:15:25 +00:00 |
|