No need to leave the mouse to enter numbers!
An on-screen numpad addon for Blender's numeric property input. Simply press a hotkey while your mouse cursor is over a property field to display a calculator-enabled numeric input dialog.
đąď¸ Mouse-Optimized
đ§Ž Calculator Functions
sin, cos, tan, sqrt, log, abs, etc.)pi, e, tau)50*2.54 â 127 (inch to cm conversion)
2*pi*5 â 31.416 (circumference of radius 5)
sqrt(2) â 1.414 (diagonal ratio)
đ Automatic Angle Conversion
// When Auto Angle Conversion is enabled
360/4 â 1.571 (auto conversion)
degrees(tau/4) â 1.571 (explicit degree input)
// Manual conversion (when disabled)
radians(360/4) â 1.571 (explicit radian conversion)
tau/4 â 1.571 (direct radian value)
đ Convenient Features
Display Settings
Calculation Settings
Hotkey
Ctrl + Right Click (customizable)This project is licensed under the GNU General Public License v3.0 or later.
For bug reports and feature requests: Issues
For code improvements: Pull Requests
No changelog for this release.
This extension does not require special permissions.