Didier's MultiWall ruby w/ SU 7+
-
I've noticed Didier's MultiWall ruby doesn't work on SU v.7+. (Works fine in V6 though). It only draws a rectangular face but does not make the extrusion. Anyone else have this happen, or know how to fix it? It's a great script and I'm hoping to continue to use it.
Thanks!
WB
-
It works for me IF I make adjustments...
Whereever it sets a material edit it and insert an extra line before it
$layer_mat_1=nil if $layer_mat_1=="None"
or '..mat_2' etc to suit ~4 times. Otherwise it falls over because it sets these materials to be "None" if they're not defined - it should be setting them to
nil
.With those changes it works fine for me...
-
could you show exactly where to insert it into the code for all of us who are not familiar with ruby code
-
@prismcnd said:
could you show exactly where to insert it into the code for all of us who are not familiar with ruby code
I apologise !
I just realised that Didier's script is 'encrypted' - so you can't alter it unless you decrypt it first - I know how to do this [ ] but you shouldn't... Can I suggest you PM Didier and ask him for the fix... I can't really change and reissue someone else's script...
Advertisement