5b2fe07f6495319e6bd3dfe3cafde68edfb62ff4
This is loosely related to #136285, which allows changing numerical values while in text entry mode. Outside of that, just hovering over numerical inputs we are currently able to increment and decrement by Ctrl + Mouse Wheel. This works for integers, floats, sliders. Current code also allows cycling through expanded enums. This PR extends that so Ctrl + Mouse Wheel also changes toggles and checkboxes and also changes values inside of strings. --- [2/4] Don't increment string if blank --- [3/4] Use dynamic strings. --- [4/4] Use ui_but_string_get_ex and ui_but_string_get_dynamic Ref: !138344
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
