• Joined on 2024-03-15
kgalik commented on pull request blender/blender#126694 2024-10-29 14:05:42 +01:00
NDOF: Rework input handling on MacOS

Hey, there is one important thing!

To use NDOF buttons on MacOS (like described in this issue #119206), there is a requirement to use "new" driver version that is the one shipped in 3DxWare…

kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-28 15:05:51 +01:00
07e2340ce6 Refactor 1
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-24 15:45:18 +02:00
4cc19221d1 UI fixes
dd6ce12cf9 Add Alt+Shift+RMB to clear CoR
Compare 2 commits »
kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-10-18 15:38:28 +02:00
d54136f194 NDOF: Rework GHOST NDOF input for MacOS
35977154cd Move button number lookup to updateButtonsBitmask method
440dc61db2 Compositor: Add stub implemenetation for CPU pixel nodes
d1ccebffd0 Cleanup: make format
aa6742897e Cleanup: spelling in comments
Compare 208 commits »
kgalik pushed to object_fly_mode at kgalik/blender 2024-10-15 15:29:39 +02:00
269b4af898 Implement navigation presets
440dc61db2 Compositor: Add stub implemenetation for CPU pixel nodes
d1ccebffd0 Cleanup: make format
aa6742897e Cleanup: spelling in comments
11e41f7276 Merge branch 'blender-v4.3-release'
Compare 420 commits »
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-15 15:29:02 +02:00
3fea45b9da Add manual CoR selection
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-15 11:56:29 +02:00
kgalik pushed to i3dn_manual_cor_selection at kgalik/blender 2024-10-15 11:55:16 +02:00
kgalik created branch i3dn_manual_cor_selection in kgalik/blender 2024-10-15 11:55:16 +02:00
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-15 10:58:42 +02:00
f406f5ae80 Add manual CoR selection (REVIEW version)
5d4b923688 CoR fixes
0ba0f95e25 Remove debug zbuf point drawing
f71abc84dd Add CoR configuration
ca32477867 Working bbox calculations + hacky Z-buffer use
Compare 428 commits »
kgalik pushed to main at kgalik/blender 2024-10-15 10:29:19 +02:00
440dc61db2 Compositor: Add stub implemenetation for CPU pixel nodes
d1ccebffd0 Cleanup: make format
aa6742897e Cleanup: spelling in comments
11e41f7276 Merge branch 'blender-v4.3-release'
eb36125218 Unbreak build from missing include
Compare 206 commits »
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-11 16:11:15 +02:00
57fcd4c5de Add manual CoR selection (REVIEW version)
191a529e23 CoR fixes
02469cc1b3 Remove debug zbuf point drawing
b634b1cbd5 Add CoR configuration
fa72e6f224 Working bbox calculations + hacky Z-buffer use
Compare 1522 commits »
kgalik commented on pull request blender/blender#126694 2024-10-09 13:27:36 +02:00
NDOF: Rework input handling on MacOS

I've rebased the changes onto the newest main branch.

kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-10-09 13:20:38 +02:00
1c1092a8a4 NDOF: Rework GHOST NDOF input for MacOS
3ec2f0dbd8 Move button number lookup to updateButtonsBitmask method
8ed15db920 BLI: Add safe power function
927769899b Merge branch 'blender-v4.3-release'
3b9a07d49a Fix #128746: SequenceCache modifier not available in dropdown for Curves
Compare 1728 commits »
kgalik pushed to main at kgalik/blender 2024-10-09 13:14:51 +02:00
8ed15db920 BLI: Add safe power function
927769899b Merge branch 'blender-v4.3-release'
3b9a07d49a Fix #128746: SequenceCache modifier not available in dropdown for Curves
738dc431eb Fix: Sequencecache modifier opening a file mem allocation mismatch
8b275092e0 Image: Add Quality setting to EXR DWAA/DWAB compression
Compare 1726 commits »
kgalik created branch object_fly_mode in kgalik/blender 2024-10-07 12:43:54 +02:00
kgalik pushed to object_fly_mode at kgalik/blender 2024-10-07 12:43:54 +02:00
c6d9cd9cd8 Implement navigation presets
64a0895409 Cleanup: Geometry Nodes: extract zone eval code into separate files
ff03857aa3 Merge branch 'blender-v4.3-release'
e848bcdbbe Fix: GPv3: Flip primary and secondary toggle and shortcut missing
9433ffe80a Fix: GPv3: Tint color property and panel
Compare 10 commits »
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-04 15:09:36 +02:00
0743800783 CoR fixes
908aa188a6 Remove debug zbuf point drawing
43e6ef1a30 Add CoR configuration
b02ffde878 Working bbox calculations + hacky Z-buffer use
757a1c6441 Better CoR implementation
Compare 8 commits »
kgalik created branch ndof_center_of_rotation in kgalik/blender 2024-10-04 15:09:36 +02:00
kgalik created pull request blender/blender#126694 2024-08-23 15:54:11 +02:00
NDOF: Rework input handling on MacOS