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
2012-09-28add warning that RNA update callbacks dont have checks for infinite recursion. Campbell Barton
2012-08-07mask - draw both sides of the curve when `filled` option is disabled.Campbell Barton
2012-08-07fix a crash when python is registering enum properties and the `items` argume...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-05-28missing from previous commitCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-04Patch [#31279] clarifiy a python error-string (when incorrectly specifying enumJoshua Leung
2012-03-27style cleanup: py apiCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-01-21formatting edits (<120 line length), remove invalid 'defaults' keyword arg fr...Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2011-12-28for bpy.props, when 'name' argument is not initialized, vallback to the attri...Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-30Fix: defining properties would fail with argument update=None instead of notBrecht Van Lommel
2011-11-26minor bpy api editsCampbell Barton
2011-11-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-14fix [#29251] Properties options={'SKIP_SAVE'} not working, patch attachedCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-28add support for a 4th item for rna property enums in python so the numeric va...Campbell Barton
2011-09-27fix [#28751] Item in Enum propertie is grayed outCampbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-02unit arg for FloatVectorProeprtyCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-06-07update ctest md5sums for import/export to match changes to the scripts, also ...Campbell Barton
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-06-03disable python/string enum duplication from last commit because the array of ...Campbell Barton
2011-06-03when making the C/RNA copy of the python enum, duplicate all strings since th...Campbell Barton
2011-06-03pre-allocate the array when converting py/rna enums, also fix for memory leak...Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton