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-01-21Fix T38297: missing StringProperty subtype 'PASSWORD' in API docs.Brecht Van Lommel
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-04-11Related to #34558: clarify the description for the "default" parameter in bpy...Brecht Van Lommel
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-03-25Fix to EnumProperty doc (content of items tuples was rather fuzzy, ways how t...Bastien Montagne
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-02-19bpy.props.RemoveProperty() py api docs were still incorrect.Campbell Barton
2013-02-19bpy.props.RemoveProperty() had incorrect docstring.Campbell Barton
2013-01-24Fix #31338: python enum properties can now specify icons for items, in the fo...Brecht Van Lommel
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-11fix for bpy.props string get-length callback, PyUnicode_GetLength() isn't a m...Campbell Barton
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...Campbell Barton
2013-01-10Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrem...Lukas Toenne
2013-01-10Fix for bpy.props getter/setter callbacks. These were missing a valid GIL sta...Lukas Toenne
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-01Add a warning to enum props' items parameter, to *never* use a generator as v...Bastien Montagne
2012-10-30when an invalid subtype is passed to a property, a list of valid subtypes is ...Campbell Barton
2012-10-30rename subtype FILENAME --> FILE_NAME to match FILE_PATH, DIR_PATHCampbell Barton
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26Fix #32973: crash adding python property with update=None parameter passed.Brecht Van Lommel
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
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