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
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-22Code cleanup: styleCampbell Barton
2014-02-14Py API: refactor py text compiling into its own functionCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-06Python API: utility function for filling a tuple with a single value.Campbell Barton
2013-12-23Code Cleanup: styleCampbell Barton
2013-12-23Move python threading stuff to own file in bf_python_extSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-08fix for crash when deleting from an id property, with a non-string key.Campbell Barton
2013-10-17add local _PyLong_AsInt() needed for python older then 3.3.2Campbell Barton
2013-10-17add typechecks when assigning id-property arrays from python (overflows and e...Campbell Barton
2013-10-17simplify & improve error handling for id-property python-api.Campbell Barton
2013-10-17fix [#37105] Long int IDproperties produces errors at weird spots.Campbell Barton
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-06fix for building blender as a python module,Campbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2012-12-28style cleanupCampbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-06was trying to make py import follow pythons own code more but broke py32 comp...Campbell Barton
2012-11-06fix for imp.reload() with Python3.3, function was recursively calling its self.Campbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12optimization for PyObject -> ID-property sequence conversion, use PySequence_...Campbell Barton
2012-10-12quiet clang static checker warning by returning an error for invalid situatio...Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-06fix [#32779] Bmesh module: assigning to bm.select_mode crashes Blender if bme...Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton