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
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
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-15corrention for bpy.props docstrings.Campbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-01-26fix for crash when assigning unsupported type to collection properties.Campbell Barton
2011-01-16use fast sequence functions for python's bpy.props.EnumProperty() arg parsing.Campbell Barton
2011-01-16Defining bpy.props.EnumProperty(... , options={'ENUM_FLAG'}) wasnt working ri...Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-13Expose access to PROP_ENUM_FLAG from bpy.props.EnumProperty(), this is expose...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)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-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-10patch [#23749] IntVectorProperty missing step [patch]Campbell Barton
2010-09-09remove class methods for defining propertiesCampbell Barton