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-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Depsgraph: Use explicit graph API for point cacheSergey Sharybin
2017-11-06Depsgraph: Use explicit graph API for audio bakeSergey Sharybin
2017-11-06Depsgraph: Use explicit graph API for OpenGL renderSergey Sharybin
2017-11-06Depsgraph: Use new scene update API in preview renderSergey Sharybin
2017-11-06Depsgraph: Avoid non-requested allocation of depsgraphSergey Sharybin
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-04UI: show tool-tips for each tools shortcutsCampbell Barton
2017-11-04Merge branch 'master' into blender2.8Campbell Barton
2017-11-04UI: tool-tip refactor, don't hard code field typesCampbell Barton
2017-11-04UI: correct flag re-useCampbell Barton
2017-11-03Depsgraph: Use explicit depsgraph in object addSergey Sharybin
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-11-03Depsgraph: Use explicit graph API in transform codeSergey Sharybin
2017-11-03Merge branch 'master' into blender2.8Campbell Barton
2017-11-03Merge branch 'master' into blender2.8Campbell Barton
2017-11-03Cleanup: split interface_regions.cCampbell Barton
2017-11-03Fix incorrect allocation sizeCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-02Cleanup: minor comment correctionCampbell Barton
2017-11-02UI: add UI_SELECT_DRAW flagCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-02UI: free up bit in uiBut.flagCampbell Barton
2017-11-02UI: draw operator menus below buttonsCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-11-01Cleanup: use term shape-preset in widget codeCampbell Barton
2017-11-01UI: Option to draw button pressedCampbell Barton
2017-11-01UI: Add UILayout.operator_menu_holdCampbell Barton
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-11-01Cleanup: styleCampbell 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-31UI: avoid double operator type lookupCampbell Barton
2017-10-31Fix renderlayers UI removing the wrong renderlayerDalai Felinto
2017-10-30Curve Decimate: new tool to simplify bezier curvesCampbell Barton
2017-10-30Missing NULL pointer check in poly-build toolCampbell Barton
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-28Fix T53185: After rendering an animation (Ctrl-F12), pressing F12 no longer r...Joshua Leung
2017-10-27Hide transform widget when tool widget is usedCampbell Barton
2017-10-27Fix camera lens/ortho manipulatorCampbell Barton
2017-10-26Merge branch 'master' into blender2.8Julian Eisel
2017-10-26Remove SCREEN_OT_header_flip, use SCREEN_OT_region_flip insteadJulian Eisel