NoGestures
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 ![]()
I am pretty sure the lately update broken this. Can anyone else confirm?
Thx for the info. Same for me but fixed using the best IT solution, turning off and on fusion ![]()
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?
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.
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
For me it's about 1 sec and true it's quite long. I've tried reduce this lag but no luck ![]()
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.
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
Weirdly enough deleting pycache didn't work, but removing and reinstalling did the trick. Thanks!
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.
I'm unable to remove the lag, it's present since the beginning. For non-shift version try NoGesturesNoShift
@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!
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.
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file
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
Quick fix: put attached _cpyHook.cp312-win_amd64.pyd inside pyHook folder. C:\Users\%USERNAME%\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents\pyHook
New version 2.0 is released NoGestures NoGesturesNoShift
- fix hung up on rapid RMB clicks
- better RMB response
- pure python implementation, no SWIG binaries
Is there a way to use nogestures just for having just gestures be disabled, but not pan using RMB?
@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.
Can't find what you're looking for? Ask the community or share your knowledge.