marioalexis84
marioalexis84
#6332 removes a node that is created each time the Draft_Arc_3Points command is run. There are still more trackers to remove from the scene that are added when Draft Workbench...
They are listed in the scene inspector. I will prepare a request that includes this .
Yes, the other nodes @Roy-043 is referring to are added once, then reused, and are not responsible for potential memory leaks. My comment regarding removing it was to avoid unnecessary...
@chennes I polished the regex to search for the C casts a bit more. Do you prefer that I add them to this same pull request or do you prefer...
@chennes I have rebased this for when you can review again.
@donovaly pull request changed to FreeCAD-0-20. The bug in master is fixed in https://github.com/FreeCAD/FreeCAD/pull/7236
https://github.com/coin3d/pivy/pull/99 solve this.
How are you recompiling? Can you try a full rebuild? Currently, changes to the SWIG interface file `pivy_common_typemaps.i` don't trigger a rebuild.
I think not yet: https://forum.freecadweb.org/viewtopic.php?p=641093#p641093
@chennes ready to review. other cast (int, float, etc) are pending for another pull request. (although here I made a few).