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-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-27Tool System: show manipulators at startupCampbell Barton
2017-11-27WM: handle widgets before tool keymapsCampbell Barton
2017-11-24Manipulator: fix camera lens update glitchCampbell Barton
2017-11-23Support tagging operator properties as 'advanced'Julian Eisel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22Merge branch 'master' into blender2.8Campbell Barton
2017-11-22Fix T53274: Saving template prefs overwrites default prefsCampbell Barton
2017-11-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-22WM: minor correction to user-pref writingCampbell Barton
2017-11-21Disable adding scene sequence strips into themselvesCampbell Barton
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-20Cleanup: BLI headers firstCampbell Barton
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-10Manipulator: public highlight utility functionCampbell Barton
2017-11-09Cleanup: Use full name for scene_layer in windowmanagerSergey Sharybin
2017-11-09Remove unused screen-name storage in windowJulian Eisel
2017-11-09Fix crash using pre 2.5 file as startup.blendJulian Eisel
2017-11-09Cleanup: Refactor window matching after file read for readabilityJulian Eisel
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-09Fix crash when loading pre 2.5 files.Julian Eisel
2017-11-08Depsgraph: Move storage from single per-scene depsgraph to a hash storageSergey Sharybin
2017-11-07Depsgraph: Get away from legacy API used in event loopSergey Sharybin
2017-11-07Depsgraph: Remove forced dependencies update/evaluation from file openSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Fix T53250: Crash when linking/appending a scene to a blend when another link...Bastien Montagne
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-11-02UI: workaround glitch refreshing the toolbarCampbell Barton
2017-11-02UI: support nested tools in toolbarCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-30Fix T53191: Python API Reference link wrong in splash screen.Bastien Montagne
2017-10-30Fix manipulator drawing before their refresh callbackCampbell Barton
2017-10-26Move background images into the cameraCampbell Barton
2017-10-26Cleanup: Remove unused argument from ED_update_for_newframeSergey Sharybin
2017-10-26Merge branch 'master' into blender2.8Campbell Barton
2017-10-26Event System: check_click was left setCampbell Barton
2017-10-24Depsgraph: Avoid explicit relations rebuild callsSergey Sharybin
2017-10-23Merge branch 'master' into blender2.8Julian Eisel
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-21Manipulator: name remove func's 'unlink_delayed'Campbell Barton