A2Plus & Animator macro: extremely slow

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
dan-miel
Posts: 391
Joined: Thu Sep 13, 2018 12:29 am
Location: Spokane WA. USA

Re: A2Plus & Animator macro: extremely slow

Post by dan-miel »

TheMarkster wrote: Mon Mar 07, 2022 3:48 pm I had no idea there was a way to only solve certain constraints

History of constraint list: I had added the ability to run a list of constraints to the solver and at my request Klaus added the changes to A2Plus. I use it when trouble shooting constraints. I don’t think the option was ever made public.

Thank you for the work you have done on the Animator macro. I haven’t been able to download it because the macros don’t show up in my Add-on Manager but I’m sure it is good.
Again Thanks.
Dan

OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24267 +99 (Git)
Build type: Release
Branch: Branch_0.19.3
Hash: 6530e364184ce05ccff39501e175cf2237e6ee4b
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.3
Locale: English/United States (en_US)
TheMarkster
Veteran
Posts: 5505
Joined: Thu Apr 05, 2018 1:53 am

Re: A2Plus & Animator macro: extremely slow

Post by TheMarkster »

Check my youtube channel. I have a video on patching the addon manager to make it work for wiki hosted macros.

In the python console:

Code: Select all

os.startfile(App.getHomePath())
Navigate into Mod/AddonManager

Open the addon manager utilities file, not sure the exact name right off the top of my head, in a text editor, such as Notepad.

Look for "SERVER_AUTH" and replace with "CLIENT_AUTH". Save and restart FreeCAD. You could comment out the line and replace it preferred to make it easier to undo the change later.

Or try one of the 0.20 weekly builds.
Post Reply