any ideas why the following script
for o in $* do (PolyToolsModeling.Quadrify false false)
does not work as expected and how to make it work? 
PolyToolsModeling.Quadrify false false
on selection works np…
any ideas why the following script
for o in $* do (PolyToolsModeling.Quadrify false false)
does not work as expected and how to make it work? 
PolyToolsModeling.Quadrify false false
on selection works np…
PolyToolsModeling.Quadrify false false
mmmmmmm seems to only work on one object at a time perhaps denisT or Bobo might be able to clear things up, it’s stumped me as well
I don’t have max2010 and up, so I can’t test it, but try this:
(may be the object have to be selected)
for o in geometry do
(
select o
PolyToolsModeling.Quadrify false false
)
for o in $* do (select o; PolyToolsModeling.Quadrify false false)
---
cursel = getcurrentselection()
for o in cursel do (select o; PolyToolsModeling.Quadrify false false)
select cursel
*forgot to refresh the page
… but yes like miauu said…
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.