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-15Cleanup: use 'uint'Campbell Barton
2017-11-15GSet: utils to access data stored outside the setCampbell Barton
2017-11-15Fix T53309: Remove default 'Clear loc/rot/scale delta transform' shortcuts.Bastien Montagne
2017-11-14Fix compilation error with clang-5Sergey Sharybin
2017-11-14Alembic: Fix mismatch in forward declaration with definitionSergey Sharybin
2017-11-14Fix missing SpinLock typedef on macOSArto Kitula
2017-11-14Fix T53068: AMD Threadripper not working well with BlenderSergey Sharybin
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-11-13Cleanup on depsgraph logicDalai Felinto
2017-11-13Depsgraph: Fix relations for metaballsSergey Sharybin
2017-11-12Fix T53273: render bake settings properties not showing correct Python path.Brecht Van Lommel
2017-11-12Fix T53294: bpy.ops.image.open crashCampbell Barton
2017-11-12BMesh Py API: Expose color alphaCampbell Barton
2017-11-10mball_tessellate: Simplify face creationGermano
2017-11-09Moved alignment attributes from my last commit to BLI_compiler_attrs.h for fu...Stefan Werner
2017-11-09Compositor: Ensured 16 byte alignment for variables accessed by SSE instructi...Stefan Werner
2017-11-09Fix: unselectable objects can be selected via the NLA editorDalai Felinto
2017-11-09Fix logic for pinning textures users from contextDalai Felinto
2017-11-09Depsgraph: Add missing handlers of node IDsSergey Sharybin
2017-11-09Depsgraph: Remove chains of scene being passed all over in relations builderSergey Sharybin
2017-11-09Depsgraph: Cleanup, remove scene being passed all overSergey Sharybin
2017-11-09Depsgraph: Remove bmain from internal builder APISergey Sharybin
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