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-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-11fix for building, also use const char in more places.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-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...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-22bpy.props: replace common error checks with macros, ugly but better then dupl...Campbell 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-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-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
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27bugfix [#24014] Operator UI not shown in the order definedCampbell Barton
2010-09-26missing include from own commit r32117Campbell Barton
2010-09-25py/rna keyframe functions can now key longer paths if called from an ID block.Campbell Barton
2010-09-24Annoying hack to pretend that an operator and its properties are the same, wh...Campbell Barton
2010-09-24fix for python refcounting leak, RNA_path_resolve_full now unsets the index i...Campbell Barton
2010-09-23- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve(...Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-09-17minor changes needed for the next commit.Campbell Barton
2010-09-15Don't do weird PYTHONPATH juggling anymore. Debug build crash doesn't happen ...Nathan Letwory
2010-09-11pyrna: replace method for operators forwarding getattr/setattr access from se...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-10patch [#23749] IntVectorProperty missing step [patch]Campbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09definition/syntax edits for operators and rna (no functional changes)Campbell Barton
2010-09-09fix crash for calling setattr with a non-string attribute and warning.Campbell Barton
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-09support for defining rna class properties as class attributesCampbell Barton
2010-09-08py/rna internalsCampbell Barton
2010-09-08bpy.props.* option to pass the first arg as a class. Campbell Barton
2010-09-07bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-06bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-04Silence warning about BLI_sprintfNNathan Letwory
2010-09-03SVN maintenance.Guillermo S. Romero