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
2018-11-15Depsgraph: Use more human readable relation keys identifierSergey Sharybin
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-15UI: 'Add Object' rename dimensionsCampbell Barton
2018-11-15Fix gizmos in the node editorCampbell Barton
2018-11-15Gizmo: tweak navigation drawing for axis viewsCampbell Barton
2018-11-15Gizmo: use color fading to show depth for navigateCampbell Barton
2018-11-15Gizmo: minor fix for navigation axis colorCampbell Barton
2018-11-14Gizmo: skip text drawing w/ select for navigateCampbell Barton
2018-11-14Fix assert in bevel modifier with certain geometry.Brecht Van Lommel
2018-11-14Fix (unreported) `bpy.ops.wm.read_factory_settings(use_empty=True)` crash.Bastien Montagne
2018-11-14Depsgraph: suppress logs from add_relation on invalid driver variables.Alexander Gavrilov
2018-11-14Fix assertion failure evaluating depsgraph on an empty armature.Alexander Gavrilov
2018-11-14Fix T57760: Depsgraph 'object_instances' showing incorrect list of objects.Bastien Montagne
2018-11-14Fix typo in comment.Bastien Montagne
2018-11-14Fix T57558: Outliner displaying same object twice in some cases.Bastien Montagne
2018-11-14Depsgraph: Remove meaningless evaluation modeSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-14Depsgraph: Remove unused operation codeSergey Sharybin
2018-11-14Add function to query whether object has any point cacheSergey Sharybin
2018-11-14Make object point cache iteration more genericSergey Sharybin
2018-11-14Depsgraph: Cleanup, code styleSergey Sharybin
2018-11-14Gizmo: get background color based on view optionCampbell Barton
2018-11-14Cleanup: correct flag comparisonsCampbell Barton
2018-11-14minor cleanupJacques Lucke
2018-11-14minor cleanupJacques Lucke
2018-11-14minor api docs fixJacques Lucke
2018-11-14Py API: Remove GPUShader.transform_feedback_enable/disableJacques Lucke
2018-11-14Depsgraph: fix relations for drivers on bone weight in Armature constraint.Alexander Gavrilov
2018-11-14UI: Comment out "Clip border" operatorClément Foucault
2018-11-14Lamps: Remove HEMI light typeClément Foucault
2018-11-14Keymap: assigning keys for tools now checks modeCampbell Barton
2018-11-14Gizmo: draw navigation negative axes over positiveCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-14Paint: remove brush select paint_modeCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: naming for paint modesCampbell Barton
2018-11-14Fix gizmo handler initialization w/ quad-viewCampbell Barton
2018-11-14Fixup for view3d collection name drawing when no active objectDalai Felinto
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-13Add active collection to viewport "name" statsDalai Felinto
2018-11-13Add active collection to stats barDalai Felinto
2018-11-13Util to get collection UI nameDalai Felinto
2018-11-13Fix tool keymaps not working properly after recent changes.Brecht Van Lommel
2018-11-13Keymaps: reload key configuration when changing select mouse.Brecht Van Lommel
2018-11-13Fix T57708: Crash on Eevee rendering with SSR enabled.mano-wii
2018-11-13Depsgraph: fix missing relations for drivers on ShaderNode properties.Alexander Gavrilov