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
2010-12-13Expose access to PROP_ENUM_FLAG from bpy.props.EnumProperty(), this is expose...Campbell Barton
2010-12-13exceptions in registering properties were not properly handled, allowing a si...Campbell Barton
2010-12-12New math util funcitons:Sergey Sharybin
2010-12-10patch [#25027] formatting mathutils.geometry module docs for sphinxCampbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09renaming blf_api.h to blf_py_api.hDalai Felinto
2010-12-09- internal py/rna ifdef's USE_MATHUTILS was mixed up,Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08fix for own change r33524, at the moment the context always has to be valid, ...Campbell Barton
2010-12-07minor internal python api change - pass the context rather then getting from ...Campbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-07mathutils quaternion axis/angle access was broken for non unit lenth quats, w...Campbell Barton
2010-12-06include getset's for generating module docs.Campbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05use PyUnicode_DecodeFSDefault rather then PyUnicode_DecodeUTF8(str, strlen(st...Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-04disallow setting RNA attributes while drawing, this is bad practice so enforc...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-03correction to error message from Dan EicherCampbell Barton
2010-11-29fix for error when changing DISBALE_PYTHON -> WITH_PYTHON,Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-25new vectors that were the result of functions or operators were not using the...Campbell Barton
2010-11-24bugfix [#24884] Loading any preset leads to crashCampbell Barton
2010-11-24bugfix [#23871] OSX panel button bug (Python Namespace issue)Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-11-23fix for typo in mathutils vec.to_track_quat() argument parsing.Campbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-22- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales.Campbell Barton
2010-11-21- some more rna range corrections Campbell Barton
2010-11-21incorrect argument parsing for python opengl module bgl.Campbell Barton
2010-11-20- report python script errors to blender report system, or through operators ...Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-17- move cmake file for python.Campbell Barton
2010-11-14fix for own recent error, [#24695] column_vector_multiplication call writes p...Campbell Barton
2010-11-12fix for vec * matrix always returning a 3D vector.Campbell Barton
2010-11-12bugfix [#24665] mathutils.Matrix initialization is counter-intuitive and gene...Campbell Barton
2010-11-12bugfix [#24660] (vector * matrix) fails, (matrix * vector) succeedsCampbell Barton
2010-11-11fix for building, also use const char in more places.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-07better exception check for calling operators. non dict/None values were being...Campbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton