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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-08-31Python: Enable MASS unit in FloatPropertyMonique Dewanchand
2018-08-21Python API: expose missing LAYER_MEMBER property type registration.Kenneth Perry
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