|
ccc112a857
|
fix for error in swizzle assignment leaving an unhandled exception.
|
2011-06-21 02:15:07 +00:00 |
|
|
d46da5a09d
|
mathutils support for color arithmetic, also some minor whitespace edits.
|
2011-06-02 08:29:16 +00:00 |
|
|
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 |
|
|
9b9c4184c8
|
misc nodes & editors: floats were being implicitly promoted to doubles, adjust to use floats.
+ minor update to demo_mode
|
2011-03-28 17:08:33 +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 |
|
|
197e903efc
|
fix for [#26524] Api autocomplete more errors
problem was caused by change in python behavior, now hasattr(val, attr) only suppresses attribute exceptions.
|
2011-03-17 04:43:58 +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 |
|
|
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 |
|