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-09-04PyAPI: avoid redundant PyLong_AsLong callCampbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-06Fix PyAPI crash assigning/deleting id-propertiesCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-07-23Cleanup: styleCampbell Barton
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-03-08Correct recent RNA array slicing commitCampbell Barton
2016-03-08PyAPI: Support multi-dimensional RNA slice assignmentCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2016-01-04CleanupCampbell Barton
2015-12-31Fix T47046: Exporting Max and Maya keymap throws RNA warnings in console.Bastien Montagne
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-09-10PyAPI: add an update method for propertiesCampbell Barton
2015-09-10Show correct syntax for id-propertiesCampbell Barton
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-10Correct typosCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-03-18Fix crash using removed data as function argumentsCampbell Barton
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-09remove invalid commentsCampbell Barton
2014-08-25Python API: support thick wrapped int arraysCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Fix for own refcount error in recent commitCampbell Barton
2014-01-20Python API: fix for help() failing on bpy instancesCampbell Barton
2014-01-20Python API: create args for meta-classes directly (a little faster).Campbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton