Blender Git Commits

Blender Git "input_method_editor" branch commits.

Page: 4 / 4

November 23, 2014, 23:30 (GMT)
mathutils.kdtree: fix docstrings
November 23, 2014, 23:30 (GMT)
Cleanup: #define -> enums.
November 23, 2014, 23:30 (GMT)
Cleanup: Remove SD_BSDF_GLOSSY flag, unused.
November 23, 2014, 23:30 (GMT)
Switch to SDL2 on OSX
November 23, 2014, 23:30 (GMT)
Fix: Shift-H now works in main graph editor area too

In the process, I've removed the old operator (ANIM_OT_channels_visibility_set)
and folded that option in with the hide operator, to make this consistent
with how this is done in the 3D view and other parts of Blender.
November 23, 2014, 23:30 (GMT)
Tweaks to hide/reveal hotkeys for Graph Editor

Now the hotkeys here work in line with what's done for other parts of Blender
* H = Hide selected
* Shift-H = Hide unselected (i.e. old VKEY behaviour)
* Alt-H = Reveal all
November 23, 2014, 23:30 (GMT)
Graph Editor: H/Shift-H now hide and unhide selected curves (Gooseberry Request)

Revised the tools for managing which FCurves are visible in the Graph Editor
curves area. Now, there are the following tools in place:
* V (channels region only) = Hide all curves except those in selected channels [OLD]

* H = Hide all selected curves [NEW]
* Shift-H = Show all previously hidden curves [NEW]

I've removed the old operator to toggle visibility status of selected curves,
as it doesn't seem that useful anymore.
November 23, 2014, 23:30 (GMT)
Cleanup: name hide/reveal, like rest of operators
November 23, 2014, 23:30 (GMT)
Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to BKE_object_deform.

Along with some minor cleanup and simplifications.

Reviewers: campbellbarton

Subscribers: sergey

Differential Revision: https://developer.blender.org/D903
November 18, 2014, 22:12 (GMT)
Merge branch 'master' of git.blender.org:blender into input_method_editor
November 18, 2014, 19:05 (GMT)
Finish support for CMake flag WITH_INPUT_IME

Note: implementation not finished, needs a bit cleanup
November 18, 2014, 14:57 (GMT)
Cleanup: Moar whitespace cleanup, plus remove missed printf

Hope that was the last cleanup commit for now :/
November 18, 2014, 00:44 (GMT)
CMake: add WITH_INPUT_IME option + various fixes/cleanup

*note:* implementation of WITH_INPUT_IME is only halfway finished, you'll
get build errors if you disable it
November 17, 2014, 23:02 (GMT)
Cleanup: Whitespace before comments

Missed that in rB23c7716bbbdef99
November 17, 2014, 22:57 (GMT)
Add missing files
November 17, 2014, 22:28 (GMT)
Cleanup: Whitespace, Comments, etc.

It may be a bit early to do such cleanups, there are more important things
to do first, but those things are extremely time consuming and I wanted to
get rid of them first ;)
November 17, 2014, 17:30 (GMT)
Cleanup: Use *win instead of *window (moar consistent)
November 17, 2014, 17:18 (GMT)
set up ime branch
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021