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-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
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-22bpy.props: replace common error checks with macros, ugly but better then dupl...Campbell Barton
2010-10-20fix for -Wunused-valueCampbell Barton
2010-10-19fix for exceptions in recent commit.Campbell Barton
2010-10-19[#24270] RNA Properties with long Variable NamesCampbell Barton
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-18bugfix [#24306] Python : relative import errorCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-13use PyC_UnicodeFromByte for bpy.app.tempdir incase of non utf-8 filepathCampbell Barton
2010-10-13== python api doc ==Luca Bonavita
2010-10-13patch [#24221] Creating graph from armature doesn't work with unsaved .blend ...Campbell Barton
2010-10-13python api:Campbell Barton
2010-10-06remove some unused code and reduced the scope if some vars (no functional cha...Campbell Barton
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-10-04typo in function prefix.Campbell Barton