NoGestures add-on from Pawel Inc. [support]

NoGestures add-on from Pawel Inc. [support]

pawelzwronek
Advocate Advocate
11,890 Views
88 Replies
Message 1 of 89

NoGestures add-on from Pawel Inc. [support]

pawelzwronek
Advocate
Advocate


NoGesturesNoGestures

 

 

 

Hi and thx for using my second add-on for Fusion 360 NoGestures

If you encounter any problem feel free to write in this thread 🙂

 

11,891 Views
88 Replies
Replies (88)
Message 61 of 89

devon.pucel
Observer
Observer

I am pretty sure the lately update broken this. Can anyone else confirm?

0 Likes
Message 62 of 89

pawelzwronek
Advocate
Advocate

Thx for the info. Same for me but fixed using the best IT solution, turning off and on fusion 🙂

0 Likes
Message 63 of 89

peterfrandsen
Community Visitor
Community Visitor

When i want to just use the right click menu, it takes like 2 seconds to pop up, could you make a version of the script that just disables the gestures drawing thing so RMB is only used for the right-click menu?

0 Likes
Message 64 of 89

ejdiamond
Participant
Participant

@pawelzwronek 

In today's update: September 19, 2023

Fusion 360 2.0.17244 x86_64

 

I am seeing this:

SCRIPT ERROR

 

Traceback (most recent call last):

File "C:/Users/ejdia/AppData/Roaming/Autodesk/ApplicationPlugins/NoGesturesNoShift.bundle/Contents/NoGesturesNoShift.py", line 59, in <module>

pyt = os.path.join(os.path.split(os.__file__)[0], '..\\python')

^^^^^^^^^^^

AttributeError: module 'os' has no attribute '__file__'

 

... and the addin appears inoperable.

 

Same result after multiple restarts.

 

0 Likes
Message 65 of 89

pawelzwronek
Advocate
Advocate

Thanks for reporting, it's fixed 🙂 Python version changed to 3.11 and I had to rebuild one binary file. I will submit it to the shop soon and for now you can replace manually attached files in C:/Users/ejdia/AppData/Roaming/Autodesk/ApplicationPlugins/NoGesturesNoShift.bundle

 

Message 66 of 89

pawelzwronek
Advocate
Advocate

For me it's about 1 sec and true it's quite long. I've tried reduce this lag but no luck 😞

0 Likes
Message 67 of 89

ejdiamond
Participant
Participant
Perfect -- thank you sir!
0 Likes
Message 68 of 89

awelton00
Enthusiast
Enthusiast

@pawelzwronek 

They broke it again. I'm on 2.0.17721

 

Do you have any way to accept donations? This add-on is the only thing that makes fusion usable for me.

Message 69 of 89

adamPTCLE
Observer
Observer

I would also happily donate. I agree that this add-in is the only thing that makes fusion usable for me

0 Likes
Message 70 of 89

pawelzwronek
Advocate
Advocate

Dont know why but removing __pycache__ folder at C:\Users\%USERNAME%\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents\pyHook and restarting Fusion360 did the thing for me 🤔 Alternative is reinstalling NoGestures addin.

 

@awelton00 @adamPTCLE donation is not needed, a kind word is enough

Message 71 of 89

awelton00
Enthusiast
Enthusiast

Weirdly enough deleting pycache didn't work, but removing and reinstalling did the trick. Thanks!

Message 72 of 89

ryanreed1
Community Visitor
Community Visitor

The lag is still there for me even after reinstalling, or removing the pycache folder. Such a shame as I'd love this addon to work, hate having to hold down shift to switch between orbit and pan.

0 Likes
Message 73 of 89

pawelzwronek
Advocate
Advocate

I'm unable to remove the lag, it's present since the beginning. For non-shift version try NoGesturesNoShift

0 Likes
Message 74 of 89

ejdiamond
Participant
Participant

@pawelzwronek It looks like today's update broke NoGesturesNoShift v1.7

There are no messages in my message panel

I have uninstalled and reinstalled 😞

 

Fusion 2.0.20256 x86_64
Active Plan: Personal
Windows 11 Pro 23H2 (22631.4169)

 

Thank you!

Message 75 of 89

JeromeBriot
Mentor
Mentor

This is due to the upgrade of Python with the latest version of Fusion: Fusion has updated its Python version to 3.12.4 in this release.

 

@pawelzwronekhas to update some pyc files. In the meantime, you can't use this add-in.

Message 76 of 89

CapGuy
Collaborator
Collaborator

Hello @ejdiamond ,

 

Instead of waiting the update, did you try to uncheck "Use gesture-based view navigation" in Preferences/General, (and by the way did you try to choose "Tinkercad" within "Pan, Zoom, Orbitshortcuts" pop-up menu) ?

 

Hoping this will help a bit,

Guy

--
May The Force be...yond !
0 Likes
Message 77 of 89

pawelzwronek
Advocate
Advocate

Quick fix: put attached _cpyHook.cp312-win_amd64.pyd inside pyHook folder. C:\Users\%USERNAME%\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents\pyHook

Message 78 of 89

pawelzwronek
Advocate
Advocate

New version 2.0 is released NoGestures NoGesturesNoShift 
- fix hung up on rapid RMB clicks
- better RMB response
- pure python implementation, no SWIG binaries

Message 79 of 89

silvernull
Participant
Participant

Is there a way to use nogestures just for having just gestures be disabled, but not pan using RMB?

0 Likes
Message 80 of 89

pawelzwronek
Advocate
Advocate

@silvernull  you can edit C:\Users\%USERNAME%\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents\NoGestures.py and change rmbAsOrbit = False to rmbAsOrbit = True at line 34. Play also with switchRMB_MMB.

0 Likes