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
path: root/source
AgeCommit message (Expand)Author
2017-11-09Depsgraph: Make bmain part of builder state and remove bmain from public APISergey Sharybin
2017-11-09Depsgraph: Cleanup, use google style for private membersSergey Sharybin
2017-11-09Depsgraph: Synchronize nodes and relations buildersSergey Sharybin
2017-11-09Depsgraph: Fix wrong ID type being comparedSergey Sharybin
2017-11-09Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2017-11-09Depsgraph: Assert when node uses unhandled ID typeSergey Sharybin
2017-11-08Silence warning from ColladaDalai Felinto
2017-11-08Fix blender player build.Brecht Van Lommel
2017-11-08Fix incorrect bevel shader in GLSL (should work as if there is no bevel node).Brecht Van Lommel
2017-11-08Fix T53092: errors reading EXR files with different data/display window.Brecht Van Lommel
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-11-08Fix EXR multilayer compositing result saving issues.Brecht Van Lommel
2017-11-08Fix image editor showing pass name when there is only a combined pass.Brecht Van Lommel
2017-11-08Fix incorrect color management when saving JPG previews for EXR.Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-07Windows: Add additional crash diagnostic information.Ray Molenkamp
2017-11-07Fix T53129: Cycles missing update when changing image auto refresh.Brecht Van Lommel
2017-11-07macOS: remove old OpenMP lib stuff from cmakeArto Kitula
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-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-04UI: tool-tip refactor, don't hard code field typesCampbell Barton
2017-11-04UI: correct flag re-useCampbell Barton
2017-11-03Scene RNA API: More global mains goes awaySergey Sharybin
2017-11-03Scene RNA API: Main from globals goes awaySergey Sharybin
2017-11-03Cleanup: split interface_regions.cCampbell Barton
2017-11-03Fix incorrect allocation sizeCampbell Barton
2017-11-03Fix Blenderplayer (tm)Jens Verwiebe
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Cleanup: minor comment correctionCampbell Barton
2017-11-02UI: add UI_SELECT_DRAW flagCampbell Barton
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-11-02UI: free up bit in uiBut.flagCampbell Barton
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-11-02Cleanup: code styleCampbell 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 T53217: GLSL principled BSDF black with zero clearcoat roughness.Brecht Van Lommel
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-11-01Cleanup: styleCampbell Barton
2017-10-31Fix bplayer (c)Bastien Montagne
2017-10-31Add ability for render engines to report extra meta data to pipelineSergey Sharybin
2017-10-31Add ability to specify custom fields to be saved from render resultSergey Sharybin
2017-10-31Stamp info: Use dedicated function to free up memorySergey Sharybin
2017-10-31Fix bplayer (c)Bastien Montagne
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton