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
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-15Fix bad 'poll' prop callback API doc.Bastien Montagne
2017-10-04PyAPI: fast keyword parsing for bpy.propsCampbell Barton
2017-08-22Fix error in PointerProperty argument listCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-07-17Fix T52090: clarify meaning of EnumProperty number when using ENUM_FLAG.Brecht Van Lommel
2017-06-26Docs: correct doc-stringsCampbell Barton
2017-06-16PyAPI: Fix warning about indentAaron Carlisle
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-04Cleanup: redundant castsCampbell Barton
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