• Joined on 2024-03-15
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-10 16:20:14 +02:00
6e47d065cf Use a macro to elimitate potential mapping errors
51879afc86 Add missing brackets
c7800c49ba Remove unused array
13da59400b Add missing header
609ce99750 Add/rewrite comments
Compare 5 commits »
kgalik commented on pull request blender/blender#124155 2024-07-09 14:35:35 +02:00
ghost/ndof: Extend NDOF devices support on Windows

By the way I would like to mention that currently this solution should work flawlessly without the 3Dconnexion driver.

With the newest driver installed there are some buttons that aren't…

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

@ideasman42 Alright, I've created the mapping and fixed formatting with clang format (as documentation says).

kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-09 14:16:39 +02:00
3fd01c9a6b Code cleanup and fix formatting with clang-format
74a7a67c33 Create a mapping between GHOST NDOF buttons and NDOF button event types
740c755fcb Revert changes in NDOF event types and add new entries
Compare 3 commits »
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-08 11:28:47 +02:00
0e01009bfc Remove an unused method.
kgalik commented on pull request blender/blender#124155 2024-07-05 16:37:15 +02:00
ghost/ndof: Extend NDOF devices support on Windows

@ideasman42 I'm trying to include GHOST_NDOFManager.hh in wm_event_system.cc so that I could create a mapping there, but header seems to be inaccessible. Could you guide me how to include…

kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-07-05 13:24:01 +02:00
02e21ec807 Add SME button support on Mac
kgalik created branch sme_buttons_on_mac in kgalik/blender 2024-07-05 13:24:01 +02:00
kgalik commented on pull request blender/blender#124155 2024-07-05 08:51:35 +02:00
ghost/ndof: Extend NDOF devices support on Windows

@ideasman42 Do you have any suggestions how should we separate GHOST values from the wm_event_types.hh? I'm thinking about a simple std::map between these values, but maybe there is some…

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

@ideasman42 Unfortunately, since GHOST values needed a lot of changes to match newer devices, there is no way to keep the old values in wm_event_types.hh and have them coupled with GHOST…

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

While extending the implementation, this PR also fixes the issue: blender/blender#119206

kgalik commented on issue blender/blender#119206 2024-07-04 14:06:43 +02:00
SpaceMouse buttons ignored (NDOF)

Alright, I've rebased on the newest main and I could create a PR: blender/blender#124155

kgalik created pull request blender/blender#124155 2024-07-04 14:05:47 +02:00
ghost/ndof: Extend NDOF devices support on Windows
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-04 14:04:26 +02:00
1f7f9faf72 ghost/ndof: Extend NDOF devices support on Windows
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-04 11:46:54 +02:00
889dc711fc ghost/ndof: Extend NDOF devices support on Windows
103f3f261a Fix: GPv3: Draw Tool: Use "Dot" cursor for draw tool
9d1e613292 Cycles: Refactor and add use_gpu() to UI code
b42f2b7634 Merge branch 'blender-v4.2-release'
13276e1f1e Sculpting: initialise uninitialised variable
Compare 3201 commits »
kgalik pushed to main at kgalik/blender 2024-07-04 11:29:39 +02:00
103f3f261a Fix: GPv3: Draw Tool: Use "Dot" cursor for draw tool
9d1e613292 Cycles: Refactor and add use_gpu() to UI code
b42f2b7634 Merge branch 'blender-v4.2-release'
13276e1f1e Sculpting: initialise uninitialised variable
6a52c76a65 I18n: Translate messages in extensions, operator descriptions, Node Wrangler
Compare 11 commits »
kgalik pushed to main at kgalik/blender 2024-07-04 10:02:20 +02:00
717c970297 Add round-trip tests for *_to_direction functions and fix some of them
d8675a3f6a Merge branch 'blender-v4.2-release'
8bf4d3c33f glTF exporter: Fix #124072 - avoid crash exporting empty collection at center
69390e970f glTF exporter: avoid crash copying props
2e03ca4a5b Merge branch 'blender-v4.2-release'
Compare 4401 commits »
kgalik commented on issue blender/blender#119206 2024-07-04 09:13:54 +02:00
SpaceMouse buttons ignored (NDOF)

Commit with a solution for Windows is ready on this branch: https://projects.blender.org/kgalik/blender/src/branch/fix_spacemouse_enterprise_buttons but we can’t create a Pull Request due to…

kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-04 09:07:30 +02:00
0bb3e648d3 ghost/ndof: Extend NDOF devices support on Windows
kgalik pushed to fix_spacemouse_enterprise_buttons at kgalik/blender 2024-07-03 14:21:03 +02:00
497337cb86 ghost/ndof: Extend NDOF devices support on Windows