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-08-18PyAPI: Gawain checks for rangeCampbell Barton
2017-08-18Cleanup: use lowercase prefix for local API'sCampbell Barton
2017-08-18PyAPI: Iniital gawain API for PythonCampbell Barton
2017-08-18RNA: don't register manipulator properties by nameCampbell Barton
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
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
2017-08-01PyRNA: Ensure changed types creates a new instanceCampbell Barton
2017-07-28Merge branch 'master' into blender2.8Campbell Barton
2017-07-28Fix T52213: Enum drivers no longer workCampbell 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-25Merge branch 'master' into blender2.8Campbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-20PyAPI: use instancing when supportedCampbell Barton
2017-07-20BMesh face map layer accessCampbell Barton
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-17Fix T52090: clarify meaning of EnumProperty number when using ENUM_FLAG.Brecht Van Lommel
2017-07-17Merge branch 'master' into blender2.8Campbell Barton
2017-07-17PyAPI: don't use deprecated PyModule_GetFilenameCampbell Barton
2017-07-17Manipulator: allow py manipulators w/o propertiesCampbell Barton
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-06-26Used Py3.6 feature by accident, check versionCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-06-26Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Docs: correct doc-stringsCampbell Barton
2017-06-21PyAPI: add intern stringsCampbell Barton
2017-06-19Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-17Merge branch 'master' into blender2.8Campbell Barton
2017-06-16PyAPI: Fix warning about indentAaron Carlisle
2017-06-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-15PyAPI: Proper Solution to bpy.appAaron Carlisle
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-09RNA: remove static strings from registrationCampbell Barton
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-06-05Merge branch 'master' into blender2.8Campbell Barton
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne