enzyme69 / blendersushi

Blender Sushi related scripts. Mostly about Sverchok, Geometry Nodes, Animation Nodes, and related Python scripts.
243 stars 33 forks source link

LIVENODING 1300 / SV Weird 3D Modeling Method #742

Open enzyme69 opened 4 years ago

enzyme69 commented 4 years ago

Alien Coffin

sv_weird_modeling_005.blend.zip

Screen Shot 2020-04-05 at 7 42 52 am Screen Shot 2020-04-05 at 7 42 45 am
enzyme69 commented 4 years ago

Alien Chair

Screen Shot 2020-04-05 at 8 03 40 am Screen Shot 2020-04-05 at 8 03 32 am

making_a_chair_008.blend.zip

enzyme69 commented 4 years ago

exec node mod

from distutils import util
import ast

#print('$' * 50)
newlist = []
newlist.append(V1[0][2:]) 
for i in V1[1:-2]: newlist.append(i)
newlist.append(V1[-1][:-2] )
#print(newlist)

for i in newlist:
    append(util.strtobool(i[0][:1]))
enzyme69 commented 4 years ago
Screen Shot 2020-04-05 at 11 34 49 am
enzyme69 commented 4 years ago

execbool.zip