Search found 253 matches

by falviani
Wed Oct 12, 2022 7:11 pm
Forum: Install / Compile
Topic: Debugging advice requested: Version 0.21: Shiboken problems with __feature__.py
Replies: 0
Views: 656

Debugging advice requested: Version 0.21: Shiboken problems with __feature__.py

Hi all I did a pull on git this morning and then a clean & build using MSVC 2022: release config, C++17, header files and modules all public. It completed with no problems reported: The about is this: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.21.29743 (Git) Build type: ...
by falviani
Sat Oct 08, 2022 7:19 pm
Forum: Install / Compile
Topic: {Solved} 0.21 Build fails in TechDraw project
Replies: 2
Views: 823

[Solved] Re: 0.21 Build fails in TechDraw project

Did a pull, clean and build and successfully built. Unfotunately, as has been my problem for months, even though MSVC claims perfect success in building, when I attempt to switch to the PartDesign workbench, I get the following error: 14:14:01 Wizard shaft module cannot be loaded 14:14:01 DLL load f...
by falviani
Sat Oct 08, 2022 4:28 pm
Forum: Install / Compile
Topic: {Solved} 0.21 Build fails in TechDraw project
Replies: 2
Views: 823

{Solved} 0.21 Build fails in TechDraw project

Hi All, I did a git pull on master this morning (Oct 8, 2022 - 10L30 Central Time) and after cleaning the project I get the following errors: Severity Code Description Project File Line Suppression State Error C2079 'rxFormat' uses undefined class 'QRegularExpression' TechDraw E:\Dev\FreeCAD21_Sourc...
by falviani
Tue Oct 04, 2022 6:27 pm
Forum: Python scripting and macros
Topic: How to use macro with parameters?
Replies: 8
Views: 1437

Re: How to use macro with parameters?

Hi, The contents of the macro directory are listed, but the macro directory itself is NOT in the sys.path. I would consider this a bug, honestly. I have written a fragment I can copy into the console to make macros available. I am now able to start converting this Python 2 macro for a general object...
by falviani
Tue Oct 04, 2022 2:58 am
Forum: Python scripting and macros
Topic: How to use macro with parameters?
Replies: 8
Views: 1437

Re: How to use macro with parameters?

Hi Heda, No matter what I do, trying to follow your instructions, it does not work. The macro directory is: >>> App.getUserMacroDir(True) 'C:/Users/frank/AppData/Roaming/FreeCAD/Macro/' I get the following error: >>> from printDictP3 import dumpObj Traceback (most recent call last): File "<inpu...
by falviani
Sun Oct 02, 2022 10:09 pm
Forum: Python scripting and macros
Topic: How to use macro with parameters?
Replies: 8
Views: 1437

How to use macro with parameters?

Hi, The "weekly" version of Python I'm working with is: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.21.29997 (Git) Build type: Release Branch: master Hash: b52967d52ac46eff7c59e74d991f3f5b298944ef Python 3.10.5, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.2 Locale: En...
by falviani
Sun Aug 07, 2022 2:37 pm
Forum: Path/CAM
Topic: Profile Operation-What does import button do?
Replies: 3
Views: 796

Re: Profile Operation-What does import button do?

Hi Russel, Thanks for the info - there's no documentation anywhere for that feature. :( I need to think about use cases for it. On a related note - in addition to the import button, and using the 'add' button to include 1 or more selections from the underlying solids, is there any other way to add t...
by falviani
Sat Aug 06, 2022 7:57 pm
Forum: Path/CAM
Topic: Profile Operation-What does import button do?
Replies: 3
Views: 796

Profile Operation-What does import button do?

Hi all, I am using: OS: Windows 10 (10.0) Word size of FreeCAD: 64-bit Version: 0.21.29485 (Git) Build type: Release Branch: master Hash: a236ca843fdd6674afb6d7ed1454fbd3b547f5ea Python 3.8.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3 Locale: English/United States (en_US) Installed mods: * FC_Tab...
by falviani
Thu Jul 14, 2022 4:15 pm
Forum: Developers corner
Topic: VS 2020 Debugging Now Works - was: Newb debugging question
Replies: 5
Views: 1115

Re: Newb debugging question

I have debugging working in VS2020! I found the following change made it possible to import the symbols and get the program to break as required: VS2020_debugging_settings.png These settings are off by default, so just turn them on; the change seems persistent. Let me know if this works for you. Frank
by falviani
Tue Jul 12, 2022 3:08 pm
Forum: Developers corner
Topic: VS 2020 Debugging Now Works - was: Newb debugging question
Replies: 5
Views: 1115

Re: Newb debugging question

Hi Xianyu, I tried your suggestions, but they didn't work; the MS references seemed to be focused on C# projects. I need to try and track down why I get "Warning (active) reportMissingImports Import "FreeCAD" could not be resolved C:\Users\frank\AppData\Roaming\FreeCAD\Mod\FC_TabbedBo...