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
2018-11-15Viewport collections visibility popoverDalai Felinto
2018-11-15LayerCollection RNA API util functionsDalai Felinto
2018-11-15Hide collections menu: ignore excluded collectionsDalai Felinto
2018-11-15Units: Identifiers in PythonJacques Lucke
2018-11-15Fix T57848: Transforming large linked instances freezes BlenderSergey Sharybin
2018-11-15Keymaps: minor code refactor after adding tools to default preset.Brecht Van Lommel
2018-11-15Depsgraph: Build all type of IDs for modifiers and constraintsSergey Sharybin
2018-11-15Icons: sculpt tool updates r62157William Reynish
2018-11-15Tool System: add curve tilt toolWilliam Reynish
2018-11-15Icons: add tilt toolWilliam Reynish
2018-11-15Fix T57831: Crash with multi-select / delete of the same object in Collection...Bastien Montagne
2018-11-15Remove unused parameter.Alexander Gavrilov
2018-11-15Depsgraph: Make drivers builder less noisySergey Sharybin
2018-11-15Stretch To: fix initialization of the constraint with copy-on-write.Alexander Gavrilov
2018-11-15Depsgraph: Save memory by ignoring invisible objectsSergey Sharybin
2018-11-15Depsgraph: Fix/workaround crash after recent point cache changesSergey Sharybin
2018-11-15Depsgraph: Use more human readable relation keys identifierSergey Sharybin
2018-11-15UI: remove node tree panelsCampbell Barton
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-15WM: use Python bytecode cache to run presetsCampbell Barton
2018-11-15UI: 'Add Object' rename dimensionsCampbell Barton
2018-11-15WM: use spacebar press event (not double click)Campbell Barton
2018-11-15Fix gizmos in the node editorCampbell Barton
2018-11-15Gizmo: tweak navigation drawing for axis viewsCampbell Barton
2018-11-15Keymap: remove keymap export that wrote API callsCampbell Barton
2018-11-15Tool System: use preset keymap loading logicCampbell Barton
2018-11-15Missed when moving tool keymapsCampbell Barton
2018-11-15Keymap: use parameters for tool keymapCampbell Barton
2018-11-15Keymap: move tool system keymaps into the default keymapCampbell Barton
2018-11-15WM: remove warning when toolbar not foundCampbell 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-14Py API Docs: New custom shader exampleJacques Lucke
2018-11-14Fix assert in bevel modifier with certain geometry.Brecht Van Lommel
2018-11-14Fix some templates for 2.8.Bastien Montagne
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-14Py API Docs: documentation for gpu_extras.presetsJacques Lucke
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