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-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
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-08py/rna internalsCampbell Barton
2010-09-08bpy.props.* option to pass the first arg as a class. Campbell Barton
2010-09-06bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
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