Search found 37 matches

by Framed_Previz90
Fri May 31, 2024 8:25 am
Forum: Windows Discussion Forum
Topic: Is Maya 2025 supported yet?
Replies: 2
Views: 2210

Is Maya 2025 supported yet?

I just ugraded to Maya 2025. The space mouse is not working for me, it works fine in other softwares but not in Maya 2025. I have uninstalled and updated the driver using the latest installer but have had no success. Looking at the Maya Pluging manager, there does not seem to be anything to do with ...
by Framed_Previz90
Wed May 29, 2024 8:20 am
Forum: Windows Discussion Forum
Topic: What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?
Replies: 2
Views: 2524

Re: What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?

Okay got it!
Thank you for the expalanation, I understand much better now, I will experiment some more later today.
by Framed_Previz90
Tue May 28, 2024 9:04 am
Forum: Windows Discussion Forum
Topic: Maya -> Settings -> Other: Move Object while holding mouse key
Replies: 3
Views: 3454

Re: Maya -> Settings -> Other: Move Object while holding mouse key

When you change a 3D aware software's settings using the GUI, only some of the settings are saved to the corresponding xml config file found in ~\AppData\Roaming\3Dconnexion\3DxWare\Cfg , even if you quit the server through its own mechanism: 3DxService -quiet -shutdown In other words, when you chan...
by Framed_Previz90
Tue May 28, 2024 7:44 am
Forum: Windows Discussion Forum
Topic: What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?
Replies: 2
Views: 2524

What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?

An alternative title for this thread was: How to not trigger other axis, when a axis is already engaged? On one of my PCs, I have bound keyboard keys to all of the axis of the 3dx device, so when I move in a particular direction, a keyboard key gets triggered. Its working fine but I am plagued by a ...
by Framed_Previz90
Mon May 13, 2024 8:32 am
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 2
Views: 2408

Re: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?

You don't need to split that axis to use HIDMouse_Wheel. If you push one direction, it will send a mousewheel event. If you push the other direction, it will send negative mousewheel events. I dont quite follow you here, what do you mean by "You don't need to split that axis to use HIDMouse_Wh...
by Framed_Previz90
Fri May 10, 2024 2:51 pm
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 2
Views: 2408

Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?

For example I am able to map wheelUp and wheelDown to an axis by using HIDMouse_Wheel : ... <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Y</ActionID> <Min>0</Min> <Max>511</Max> <!-[list]<Deadband>200</Deadband> -->[/list] </Input> <Output> <ActionID>HIDMouse_Wheel</ActionID> <Scale...
by Framed_Previz90
Fri May 10, 2024 2:24 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 8542

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

You might need to put it into %ProgramData%, not %AppData% for the driver to use it. %programData% on my machine is: C:\ProgramData\3Dconnexion\3DxWare\Cfg I can confirm that this method is working for me. great info gentlemen. This is something I wanted to tackle long time ago. Thank you a lot. I ...
by Framed_Previz90
Mon May 06, 2024 2:35 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 8542

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

jwick wrote: Mon May 06, 2024 12:59 pm You might need to put it into %ProgramData%, not %AppData% for the driver to use it.
%programData% on my machine is: C:\ProgramData\3Dconnexion\3DxWare\Cfg
Okay, I will keep that in mind.
by Framed_Previz90
Mon May 06, 2024 12:13 pm
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 13815

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

The ShiftLock problem appears to be a bug. That's two you have found recently. You should get an honorary QA position. It appears that all that works ATM is the momentary switch, not a "ShiftLock" button. Thanks for finding the problem. Hehe that made my day lol, I will make do the with m...
by Framed_Previz90
Mon May 06, 2024 12:10 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 8542

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

I see, no worries, I will make a copy of AppDefCfg_KMJ.xml to /AppData/ and mess with it to see what I end up with. Until that gets released, copy the entire default AppDefCfg_KMJ.xml from Program Files to %programdata%\3Dconnexion\3DxWare\Cfg. You can make your changes there. Sorry for the confusio...
by Framed_Previz90
Fri May 03, 2024 3:27 pm
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 13815

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

Okay, this post is some hours after my reply above, and after some more experimenting, I got your solution from this post to work! What I did was I used the GUI to generate a Jet Demo.xml by making a modification, such as assigning a key to the right button. One difference I noticed, is that the con...
by Framed_Previz90
Fri May 03, 2024 12:26 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 8542

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

You have a typo, at least, in that AppDefCfg_KMJ.xml listing: <ID>ID_Default_KMJ_Cfg</ID>5 (the 5). Hmm... The typo you point to occurred while I was drafting that post on the forum, its certainly not in the source file I have here. I just double checked and rerun the test, same result. I was initi...
by Framed_Previz90
Fri May 03, 2024 12:24 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 8542

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

Thanks for the guide, I have tried my best to follow it, I think I may have a thing or two wrong as I could not get it to work. I created a AppDefCfg_KMJ.xml file following your sample xml and placed it at /appdata/ . I then stopped the 3dx service with: 3DxService.exe -quiet -shutdown Upon restart...
by Framed_Previz90
Fri May 03, 2024 12:11 pm
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 13815

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

Email is still bouncing from gmail. I didn't get your PM. It's "on hold", whatever that means. In any case, my email was just to ask you to email your cfg files to me. It's easier than trying to post files on the forum. It seems the forces at large are hard at work :), my PM was just an a...