Commit 6c38d4b
committed
Fixed bevel modifier script error when Blender non-English language is used and Translate New Data is enabled
Instead of creating a modifier then looking it up in the modifiers array
by name to set properties, now we new the modifier directly on the
object and use the return value to set desired properties instead.1 parent 18af577 commit 6c38d4b
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
0 commit comments