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-16Merge branch 'master' into blender2.8Philipp Oeser
2018-07-16Fix T55944: fbx export error with smoothing facePhilipp Oeser
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-12PyAPI: show line, not call-stack for field warningCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12Fix PyRNA class registration w/ Python 3.7Campbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-04-17Add generic bpy API to check if a property is overridable, and to set overrid...Bastien Montagne
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-15Merge branch 'master' into blender2.8Campbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
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-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell 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-19Merge branch 'master' into blender2.8Campbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-08-01Correct previous commit, instance should be clearedCampbell Barton
2017-08-01PyRNA: Ensure changed types creates a new instanceCampbell Barton
2017-07-26Fix crash in recent changes to instancingCampbell Barton
2017-07-26PyAPI: Fix for instancing (Blender owns a reference)Campbell Barton
2017-07-20PyAPI: use instancing when supportedCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-06-21PyAPI: add intern stringsCampbell Barton
2017-06-19Merge branch 'master' into blender2.8Campbell Barton