Nouvelle fonction : Sélection Alternée
From:
Frenchy Pilou (PILOU)
22 Sep 2024 (1 of 4)
726.1
script: /* Sélection Alternée*/ var skipcount = 2; var objs = moi.geometryDatabase.getSelectedObjects(); for ( var i = 0; i < objs.length; ++i ) { var obj = objs.item(i); if ( i % skipcount != 0 ) { obj.selected = false; } }
Version Française pour les détails! ;
https://moiscript.weebly.com/seacutelection-alterneacutee.html
Nouvelle version on peut avoir des pas différents : ici 3
Importation du fichier SVG dans
https://origamisimulator.org
/
EDITED: 23 Sep 2024 by PILOU
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Frenchy Pilou (PILOU)
23 Sep 2024 (2 of 4)
726.2
Et donc... Double Helix + LineWeb + script du dessus!
Alpaca - prompt : woman hat
---
Pilou
Is beautiful that please without concept!
My Gallery
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Frenchy Pilou (PILOU)
23 Sep 2024 (3 of 4)
726.3
In reply to
726.2
Vizcom : tous les rendus 100 %
+ image de moto 50% pour les matières:)
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Frenchy Pilou (PILOU)
23 Sep 2024 (4 of 4)
726.4
Subdiv_beta9 Reduce selection
Alpaca
Vizcom
EDITED: 23 Sep 2024 by PILOU
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All