Hi, I have two questions about scripting in OpenFlipper: 1) Is there any scripting equivalent of "convert selected edges to features edges" dialog? 2) Is there a possibility to run decimator in mixed mode via script? Thank you -- with best regards, Alexandr Mironenko
On 05.12.2014 18:22, Alexander Mironenko wrote:
Hi,
I have two questions about scripting in OpenFlipper:
1) Is there any scripting equivalent of "convert selected edges to features edges" dialog?
2) Is there a possibility to run decimator in mixed mode via script?
Thank you
-- with best regards, Alexandr Mironenko
_______________________________________________ Openflipper mailing list Openflipper@lists.rwth-aachen.de http://mailman.rwth-aachen.de/mailman/listinfo/openflipper
Hi, you could take a look at the script editor in OpenFlipper. It has a search function (The filter in the function list on the right). meshobjectselection.convertSelection(int,QString,QString,bool) with objectId, from , to , deselect after conversion. The strings are e.g. Vertex Selection Halfedge Selection Face Selection Feature Edges Handle Region (The same as in thedialog boxes). The decimater does not have a setup function for mixed mode via scripting yet. I filed a feature request for that (#2357). Should be available soon. Best, Jan Möbius -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Alexander Mironenko
-
Jan Möbius