added note to epydocs explaining the nature of floats in id properties from the python point of view

This commit is contained in:
Joseph Eagar 2008-07-24 19:34:49 +00:00
parent 0118a82379
commit bbd636df13

@ -18,7 +18,9 @@ class IDGroup:
Note that for arrays, the array type defaults to int unless a float is found
while scanning the template list; if any floats are found, then the whole
array is float.
array is float. Note that double-precision floating point numbers are used for
python-created float ID properties and arrays (though the internal C api does
support single-precision floats, and the python code will read them).
You can also delete properties with the del operator. For example: