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
2022-11-08Workaround crash generating Python API documentationCampbell Barton
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-05-31PyDoc: replace in-lined enum references with links where possibleCampbell Barton
2022-05-23PyDoc: quiet output and minor cleanupCampbell Barton
2022-05-23Fix float representation for Python API docsCampbell Barton
2022-05-18Fix T88792: WindowManager.clipboard missing in Python API docsCampbell Barton
2022-04-19Fix missing C/Python methods in API docsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-03-06Cleanup: unused variablesCampbell Barton
2020-05-29Cleanup: line length, single quote enums, invalid URLCampbell Barton
2019-11-15PyAPI: add class and module attributes to rna_info.InfoStructRNACampbell Barton
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-03-15Cleanup: unused importsCampbell Barton
2019-01-30Cleanup: line lengthCampbell Barton
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2017-09-20Fix T52842: Incorrect description for bpy.types.MeshTextureFace.uvBastien Montagne
2017-09-20Fix rna_info.py module, broken by recent changes in bpy.types presumably.Bastien Montagne
2017-09-04PyAPI: fix rna_info for changes in type accessCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2014-12-18Fix T42943: Crash with multiple calls to rna_info.BuildRNAInfo()Campbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-18fix for missing attribute is_argument_optional when generating docs.Campbell Barton
2013-08-27Followup to r59536: make "is_argument_optional" available to py, and use it i...Bastien Montagne
2013-05-09fix rna_info, python method to C function wasn't being tested for. (broke cha...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20style cleanupCampbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-02-16enum-flag arguments were incorrectly documented.Campbell Barton
2010-10-15== rna info ==Luca Bonavita
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-19fixes for recent renamingCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton