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-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-17Python: Allow untrusted py-drivers to run limited expressionsCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton
2018-06-12Fix T55452: Crash on saving with visible particle system.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Python API: Initial 'imbuf' APICampbell Barton
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-04-17bpy consistency fix handler_add(handle)Dalai Felinto
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-08Remove Carve booleanSergey Sharybin
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-12-04Cleanup: styleCampbell 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-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-15Fix bad 'poll' prop callback API doc.Bastien Montagne
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-10-05Fix setting the operator name in Py operator APICampbell Barton
2017-10-04PyAPI: fast keyword parsing for bpy.propsCampbell Barton
2017-10-03Python: bump minimum version to 3.6Campbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
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-09-04RNA/PyAPI: Expose Py classes in bpy.typesCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-22Fix error in PointerProperty argument listCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20Fix bpy library load: invalid function signatureCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: avoid redundant PyLong_AsLong callCampbell Barton
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton