Hey, thanks. Yeah that’s what i did in the end. I only wanted to add some values to a .csv each time i run the script, but now i recreate the file eac…
Sample scene ( obj = Box lengthsegs:1 widthsegs:1 heightsegs:1 length:10 width:30 height:20 pos:[0,0,0] b1 = Point pos:[-30,0,0] b2 = Point pos:[0…
Oh i see. On a vert, i set the weight only for bones having an influence (all at once, with arrays tho), where i probably should explicitly set 0 weig…
Thanks. Yes it’s enough for my needs. Tho, I still don’t get why it works with a 1 sec timer and not directly. If i execute the script manually, it cl…
Ok, i added your snippet Jorge, put 1sec and it works. Thank you ! In fact i’m not sure a timer is required. But why does it work only with the rollou…
Thanks guys ! I actually have to check if it’s faster than mesh to poly conversion, as i have several faces selected.
Thanks a lot
Hey Jorge, Would you mind to help me some more ? I’m trying adapt your code to break vertex color in conjunction with vertex alpha too (channel -2). S…