enzyme69 / blendersushi

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

LIVENODING 914 / Syziph Modifiers Chain Reaction #286

Open enzyme69 opened 6 years ago

enzyme69 commented 6 years ago

@Syziph in Twitter taught me the technique of arranging Modifier Combo for an object to get this interesting corrugated generative mesh. Basically Edge Split and Smooth combo gives

sv_mod_chain_reaction_006_2018_01_20_12_41.zip

screen shot 2018-01-20 at 11 40 25 pm screen shot 2018-01-20 at 11 40 21 pm screen shot 2018-01-20 at 11 40 17 pm
enzyme69 commented 6 years ago

Using Icosphere gave you this:

sv_mod_chain_reaction_005_2018_01_20_12_39.zip

screen shot 2018-01-20 at 11 39 24 pm
enzyme69 commented 6 years ago

See my older Live Noding on Modifier Combo: https://github.com/enzyme69/blendersushi/issues/125

enzyme69 commented 6 years ago

Blender BPY API for Modifier: https://docs.blender.org/api/blender_python_api_2_77_0/bpy.types.Modifier.html

You can make Modifier Combo yourself.