[Plugin] Polyreducer 0.1
-
[quote="ISAWHIM"]Any chance to "fix" this so that it works in 2018+
The drop-down list has the option to select values that don't work, due to a text-issue?
("10
20
30
40
50
60
70
80
90")10 and 90 don't work, but they are "doing something", which can be undone. However, if you don't "undo", it can break the model.
................I fix it : in file polyreduce.rb (open wiht notepad)
at line 342 enums=[["10|20|30|40|50|60|70|80|90"]]
need make it like this : enums=[" 10|20|30|40|50|60|70|80|90 "]
and all is work.
after polyreduce need make fix model, is deleting some garbage from.
(sorry for mine english)
Advertisement