Florian Foinant-Willig
Florian Foinant-Willig
Hi, I'm happy to share a Python pipeline to proceed a reconstruction with OpenMVG and OpenMVS. You can basically call `python MvgMvs_Pipeline.py input_dir ouput_dir` or set arguments for each step...
Hi, I tried to add the purr-data external path to PlugData ( /opt/purr-data/lib/pd-l2ork/extra ) and C coded libraries fail to load. Adding [iemlib/init] : _undefined symbol s_float_ [iem_ambi/ambi_decode] : _undefined...
Hi, I try to load SVGNest in a QWebView and have an issue : > TypeError: undefined is not an object (evaluating 'element.getAttribute') Have you any solution ? Thanks.
Two commits of #11507 were lost, certainly when solving conflicts for #9166.
Many objects can be suppressed, this extension aims to provide a unique visualization in the tree view. Fix #12361
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description #12096 introduce a Suppressed property for PartDesign features and #12359 aims...
Hi, With standalone v0.7 when a patch is zoomed it's not possible to go back to 100% with mouse wheel because of the ratio not symmetric for in and out....
Properties added in python with `obj.addProperty()` are removable by user throw the property editor. The status `LockDynamic` has to be set to prevent this.