NoGestures add-on from Pawel Inc. [support]

NoGestures add-on from Pawel Inc. [support]

pawelzwronek
Advocate Advocate
11,886 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,887 Views
88 Replies
Replies (88)
Message 81 of 89

victorkameleon
Observer
Observer

Hi,

I firstly installed NoGestures and then I installed NoGesturesNoShift and now it doesn't work. I've uninstalled both add-ins and even Fusion itself but it doesn't work 😞 I have it working on my office computer but not on my home computer. Do you know how to resolve this? It's showing in Fusion that it's up and running and no error messages.
Thanks in advance & great add-in, can't live without it!

0 Likes
Message 82 of 89

pawelzwronek
Advocate
Advocate

It's hard to replicate this situation on my PC @victorkameleon  It's working for me even when both addons are running at the same time.

 

You can try to enable logging to a file:

- open C:\Users\%USERNAME%\AppData\Roaming\Autodesk\ApplicationPlugins\NoGestures.bundle\Contents\NoGestures.py and change logToFile= False to logToFile= True at line 38

- restart whole Fusion or the NoGestures addon only

- find 2 files named like NoGestures_<random letters>.log: in C:\Users\%USERNAME%\AppData\Local\Temp

- post them here

0 Likes
Message 83 of 89

victorkameleon
Observer
Observer

Hi,

Sorry for the late answer. See the file attached in this answer.

0 Likes
Message 84 of 89

pawelzwronek
Advocate
Advocate

There should be 2 files with the same date. Post them both please.

0 Likes
Message 85 of 89

victorkameleon
Observer
Observer

Hi,

I only find these two after restarting Fusion again in C:\Users\%USERNAME%\AppData\Local\Temp

0 Likes
Message 86 of 89

pawelzwronek
Advocate
Advocate

Now I see the problem. It was a space character in your username 🙂

To fix replace line 83 and 84 to:

    args = [pyt, __file__, 'main']
    log('running subprocess: ' + str(args))
    process = subprocess.Popen(args, startupinfo=si)
0 Likes
Message 87 of 89

victorkameleon
Observer
Observer

Doesn't seem right to replace line 83 & 84? This is NoGesturesNoShift it differs between them.

victorkameleon_0-1750264317041.png

 

0 Likes
Message 88 of 89

pawelzwronek
Advocate
Advocate

Yep. In NoGesturesNoShift  it's 79 and 80.

Thanks for reporting this issue. You must be the first person with a space in username on windows 🙂

0 Likes
Message 89 of 89

victorkameleon
Observer
Observer

That did the trick!

Thank you so much for an awesome add-in, can't live without it! 😄 

And also thanks for the quick and awesome support, you rock!

 

0 Likes