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-16Fix T55944: fbx export error with smoothing facePhilipp Oeser
2018-07-12Fix PyRNA class registration w/ Python 3.7Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-09Resolve T52687: Add node label shows as 'Unknown'Campbell Barton
2017-09-07Correct function name in argument parsingCampbell Barton
2017-09-07PyAPI: add function to get an RNA subclassCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: 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