• Joined on 2024-03-15
kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-08-23 15:43:51 +02:00
239cd4bbd7 NDOF: Rework GHOST NDOF input for MacOS
kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-08-23 15:43:04 +02:00
81a16d6fef NDOF: Rework GHOST NDOF input for MacOS
kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-08-23 14:37:28 +02:00
bff3537e93 NDOF: Rework GHOST NDOF input for MacOS
9a26d259a9 Move button number lookup to updateButtonsBitmask method
e42b9a73be Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
6607d66274 Fix: EEVEE crash when baking light probes
901cfac08b Fix #126568: add dropped asset collection to active collection
Compare 60 commits »
kgalik pushed to main at kgalik/blender 2024-08-23 14:37:08 +02:00
e42b9a73be Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
6607d66274 Fix: EEVEE crash when baking light probes
901cfac08b Fix #126568: add dropped asset collection to active collection
c23bbadebf Refactor: I18N: Use C++ in msgfmt utils.
808119ec3b Fix: linked objects are moved
Compare 58 commits »
kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-08-23 13:43:53 +02:00
5d605d4978 Buttons support on Mac
246a0ec46a Fix #126394: ffmpeg on win64 is built without SIMD optimizations
9b903d4c6f Compositor: Implement type conversion in new CPU compositor
1b23a8983d Fix #120950: Graph Editor FCurve line rendering
22698fc34c Cleanup: Code style
Compare 1664 commits »
kgalik pushed to main at kgalik/blender 2024-08-22 10:42:53 +02:00
246a0ec46a Fix #126394: ffmpeg on win64 is built without SIMD optimizations
9b903d4c6f Compositor: Implement type conversion in new CPU compositor
1b23a8983d Fix #120950: Graph Editor FCurve line rendering
22698fc34c Cleanup: Code style
e00b7c4ad4 Fix soft-delete hanging on *nix when the command was not found
Compare 1663 commits »
kgalik commented on pull request blender/blender#124155 2024-07-19 11:41:47 +02:00
ghost/ndof: Extend NDOF devices support on Windows

For your information, starting from tomorrow I will be away until 5th of August. @NGO Will follow up if necessary.

kgalik commented on pull request blender/blender#124155 2024-07-19 11:11:58 +02:00
ghost/ndof: Extend NDOF devices support on Windows

These extra buttons on keyboard and numpad are processed in the very same way as the buttons on SpaceMouse Enterprise, because they send the RawInput packets with the same HID data format upon…

kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-07-18 13:00:30 +02:00
f13921bddd SME buttons on mac fixes
ed827d5ab7 Add SME button support on Mac
4c5914ed8e Remove unintended edit
4f3e3da2cf Fix checking if event_type is NDOF button event
a3f4fed1cf Restore missing comment
Compare 16 commits »
kgalik commented on pull request blender/blender#124155 2024-07-12 09:28:44 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Actually there is a little misunderstanding. Perhaps due to an unintuitive naming convention we use at 3Dconnexion.

Those NDOF_KBP_Fx and NDOF_NP_Fx keys aren't associated with F1-F12…

kgalik commented on pull request blender/blender#124155 2024-07-11 14:01:07 +02:00
ghost/ndof: Extend NDOF devices support on Windows

@ideasman42 Alright I've fixed these minor issues. I hope that comments about NDOF buttons are sufficient.

kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-11 13:59:51 +02:00
4c5914ed8e Remove unintended edit
4f3e3da2cf Fix checking if event_type is NDOF button event
a3f4fed1cf Restore missing comment
1d45d60461 Add comments about NDOF device button event types
Compare 4 commits »
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-10 16:25:23 +02:00
13b1dc4175 Add missing undef
kgalik commented on pull request blender/blender#124155 2024-07-10 16:23:29 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Added the comment: 609ce99750

kgalik commented on pull request blender/blender#124155 2024-07-10 16:23:10 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Removed the comment: 609ce99750

kgalik commented on pull request blender/blender#124155 2024-07-10 16:22:41 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Rewrote this comment: 609ce99750

kgalik commented on pull request blender/blender#124155 2024-07-10 16:21:51 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Added the header: 13da59400b

kgalik commented on pull request blender/blender#124155 2024-07-10 16:20:40 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Added the braces.

kgalik commented on pull request blender/blender#124155 2024-07-10 16:20:32 +02:00
ghost/ndof: Extend NDOF devices support on Windows

Added.