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
2017-04-04Some more cleanup, get rid of hack to protect against NULL RNA pointerprops.datablock_idpropsBastien Montagne
2017-04-04Some cleanup regarding STRUCT_CONTAINS_DATABLOCK_IDPROPERTIES.Bastien Montagne
2017-03-27Cleanup and minor changes.Bastien Montagne
2017-03-21Datablock ID PropertiesAlexander Romanov
2016-10-18Clarified warning in EnumPropertySybren A. Stüvel
2016-07-18Docs: improve bpy.props.EnumProperty referenceCampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-08Add missing TEXTEDIT_UPDATE optionCampbell Barton
2015-04-24correcting typos in python api docsInes Almeida
2015-02-28Py Enum props definition: 'default' parameter cleanup/fix.Bastien Montagne
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-11-16Fix T42581: Add 'icon_value' feature to UI Py/RNA's operator button and items...Bastien Montagne
2014-11-03Fix T42233: Python property ignores 'PROPORTIONAL'Campbell Barton
2014-05-14Fix T40191: Misleading TypeError message when registering CollectionProperty ...Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-02-28PyAPI: correct warning with dynamic enumsCampbell Barton
2014-02-08RNA: add flag to be used for changing numbers proportionallyCampbell Barton
2014-02-08Py Docs: move bpy.props options and subtype flags into generic definesCampbell Barton
2014-01-29Fix T36955: API docs referred to sys.maxint which does not exist in Python 3.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
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