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-11-15Merge branch 'master' into blender2.8Bastien Montagne
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-09Cleanup: Use full name for scene_layer in pythonSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-15Fix bad 'poll' prop callback API doc.Bastien Montagne
2017-10-07Cleanup: remove Py3.5 compatible codeCampbell Barton
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-10-05Fix setting the operator name in Py operator APICampbell Barton
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-04PyAPI: fast keyword parsing for bpy.propsCampbell Barton
2017-10-03Python: bump minimum version to 3.6Campbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-11Merge branch 'master' into blender2.8Campbell Barton
2017-09-09Resolve T52687: Add node label shows as 'Unknown'Campbell Barton
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-07Correct function name in argument parsingCampbell Barton
2017-09-07PyAPI: add function to get an RNA subclassCampbell Barton
2017-09-05Merge branch 'master' into blender2.8Campbell Barton
2017-09-04RNA/PyAPI: Expose Py classes in bpy.typesCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-22Fix error in PointerProperty argument listCampbell Barton
2017-08-22Manipulator: Add API target_get/set/range wrappersCampbell Barton
2017-08-22Merge branch 'master' into blender2.8Campbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-20PyAPI: add gpu.select (initial module)Campbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: gpu.matrix.push_pop context managerCampbell Barton
2017-08-20Fix bpy library load: invalid function signatureCampbell Barton
2017-08-20PyAPI: Add exceptions to stack push/popCampbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: avoid redundant PyLong_AsLong callCampbell Barton
2017-08-20PyAPI: correct int range checkingCampbell Barton
2017-08-19PyAPI: Add gpu.matrix APICampbell Barton
2017-08-19Merge branch 'master' into blender2.8Campbell Barton
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-08-18PyAPI: Iniital gawain API for PythonCampbell Barton
2017-08-18RNA: don't register manipulator properties by nameCampbell Barton
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11RNA: Operators were excluded from struct mapCampbell Barton
2017-08-08Fix T46329: scene_update_{pre,post} doc needs clarificationSybren A. Stüvel
2017-08-01Correct previous commit, instance should be clearedCampbell Barton