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-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-06-25bpy.props.StringProperty()'s maxlen arg was off by 1 since it included the nu...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an erro...Campbell Barton
2010-05-09function to remove propertyCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-03-14remove unused includesCampbell Barton
2010-03-10RNA/Python: support for layer subtype with BoolVectorProperty.Brecht Van Lommel
2010-02-21py api: bpy.propsCampbell Barton
2010-02-18mostly fixed [#21172] Reloading scripts leaks memory (F8)Campbell Barton
2010-02-17py/rna api property api functions crashed with empty args.Campbell Barton
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-13Python deprcated PyCObject, use PyCapsule instead.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-03patch [#20889] Support "unit"s for FloatPropertyCampbell Barton
2010-02-02errors in arg parsing from yesterdays commitCampbell Barton
2010-02-02PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)Campbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01bpy.props.IntVectorProperty & BoolVectorPropertyCampbell Barton
2010-01-22initial sphinx doc generation support for python and C modules.Campbell Barton
2010-01-19pep8 compliance for Randomize objects loc/rot/scale.Campbell Barton
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton