NoGestures add-on from Pawel Inc. [support]

NoGestures add-on from Pawel Inc. [support]

pawelzwronek
Advocate Advocate
11,915 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,916 Views
88 Replies
Replies (88)
Message 21 of 89

maliwarrior
Explorer
Explorer

Hi thanks for your quick reply but...

 

When I change Pan Zam etc. it helps little bit, but it looks like it is not related with "no gestures" anyway....

This app is not working on my computer and I will still try to solve the problem witt app.

 

Thank You

Greetings

0 Likes
Message 22 of 89

cudashark
Explorer
Explorer
Sorry to hear that. It worked for me.
0 Likes
Message 23 of 89

Captain-DJ
Collaborator
Collaborator

I got an Fusion360 update to 2.0.6440

With this version NoGesturesNoShift don´t work

I deinstall it and install it, but it will not work.

With other versions of Fusion360 i newer hade any problems.

 

Any idea ?

0 Likes
Message 24 of 89

pawelzwronek
Advocate
Advocate
Just fixed it. We have to wait until autodesk will review new version and
publish it. Should be available in couple days. Best regards.
Message 25 of 89

Captain-DJ
Collaborator
Collaborator

Hello and thanks for your help and for this plugin !

That´s a really good plugin and i always use it !

 

In the new update 2.0.6503 it´s not fixed.

I think it´s not so important for Autodesk

Ah it´s ok. I told my boss that all work with Fusion take a little longer now, because i must learn to NOT use the right klick. NO problem !

Message 26 of 89

pawelzwronek
Advocate
Advocate

😂Visual Styles add-on has passed autodesk's review and should be available tomorrow. I think NoGestures will be available the day after tomorrow.

0 Likes
Message 27 of 89

sjfindlay
Community Visitor
Community Visitor

Hi,

 

Firstly I love this plug-in, dont understand why the gesture system is force upon everyone, I personally hate it.

I have an issue where the MMB pan also causes a zoom sporadiacally.

I dont think its the add-on causing it but is there a way to disable MMB zoom?

 

Thanks

Scott

 

0 Likes
Message 28 of 89

splarv
Contributor
Contributor

Thanks for you work. But, may be, humans need something configurable. For instance I will prefer to keep maximum compatibility with classic interface. So I will preferer: middle-mouse pan, right-mouse gestures, middle+right mouse orbit. Is this possible?

0 Likes
Message 29 of 89

pawelzwronek
Advocate
Advocate

Unfortunately I've no much time to add more futures but feel free to edit the code  and post PR, I'll test it and publish.

0 Likes
Message 30 of 89

Anonymous
Not applicable

Hi, great add-in! Could you please help me modify the behaviour so that I can get the following:

 

MMB = Orbit

RMB = Pan

 

I have tried different variations of the Pan, Zoom and Orbit Controls and the Solidworks setting is the closest I can get to it with MMB Orbiting and Ctrl+RMB Panning. Can't really figure out how to edit it in Python. 😛 Any help would be greatly appreciated! Thanks!

0 Likes
Message 31 of 89

pawelzwronek
Advocate
Advocate

Hi Anant.

Replace 2 files in C:\Users\<YOU USERNAME>\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents  with the attached, then stop and run the addon.

Make sure 'Fusion' is selected in Preferences as 'Pan, Zoom, Orbit'.

Message 32 of 89

Anonymous
Not applicable

@pawelzwronek Hi Pawel! Thanks so much for such a quick response and for making this change so quickly! I did exactly as you instructed and placed the contents of the folder into the location (which I double checked by opening the add-in location directly from Fusion too), then set the preference to Fusion instead of SolidWorks and restarted the application multiple times as well as stopped and re-ran the add-in itself, but unfortunately nothing has changed. I even tried going through all the other setups like Inventor, Solidworks, Alias, Tinkercad to no avail. When the Fusion setting is on, I get Pan on both MMB drag and RMB drag. With the Solidworks setting I get Orbit with both MMB drag and RMB drag. Similarly for the rest. 😞

 

I did notice that the files sent were dated July 2020, and the subfolder inside the parent folder was marked "bundle v1.3" so could it be that the older files themselves were sent by some chance? Thanks for the help again! Preferences can be seen in the attached picture, if that helps.

 

Pref.jpg

0 Likes
Message 33 of 89

pawelzwronek
Advocate
Advocate

Please check your private message box in autodesk.

For everyone else here is corrected atached file.

Message 34 of 89

Anonymous
Not applicable

@pawelzwronek  Thanks a lot mate! It works! You've made my day and my time using Fusion! 😄 Wish this was a built in feature. <Devs are you listening?> 😛

Message 35 of 89

Anonymous
Not applicable

@pawelzwronek  Hi Pawel! Once Fusion updated to the latest version (April 2021 update) today, I have been getting this error:

 

1.jpg

 

Could you please help? Is there something wrong at my end or does this plug-in need to be updated? It was working perfectly fine till now. Thanks mate!

0 Likes
Message 36 of 89

pawelzwronek
Advocate
Advocate

You are right, the addon stopped working, but the error you attached comes from another addon (NoComponentDrag). I'll investigate the problem and fix it soon.

Message 37 of 89

Anonymous
Not applicable

Oh my bad, mixed up the two haha. Thanks a lot for your help, can't wait to have this functionality back again! 🙂

0 Likes
Message 38 of 89

pawelzwronek
Advocate
Advocate

Fixed. We need to wait for review and publish by autodesk. If you want to fix it by yourself you need to find and change few lines in file NoGestures.py

def is_in_fusion():
    className = str(ahk.getClassUnderMouse())
    log('className: ' + className)
    return 'QWindowIcon:Fusion360' in className or 'AcApCoreView' in className

 

Message 39 of 89

pierrick99SMG9W
Explorer
Explorer

Thank you ! This addon are essential for me

0 Likes
Message 40 of 89

Anonymous
Not applicable

Ah this worked and was an easy fix! Thanks a lot mate!

0 Likes