Dealga McArdle

Results 512 comments of Dealga McArdle

![image](https://cloud.githubusercontent.com/assets/619340/10758906/9b2da7c2-7cb4-11e5-9397-8ed8c1028f66.png) verts and vert normals from object.data ``` python import bpy mesh = bpy.data.objects['parent_cube_Object'].data for v in mesh.vertices: print(v.co[:], v.normal[:]) ``` scripted node for vertex normals ``` python def sv_main(radius=0.3,...

![image](https://cloud.githubusercontent.com/assets/619340/10812732/8a912810-7e19-11e5-866c-545b2975189a.png)

![image](https://cloud.githubusercontent.com/assets/619340/11323690/afde11f6-9119-11e5-95de-6e57bb4c71c3.png) shows spin bmesh

![image](https://cloud.githubusercontent.com/assets/619340/11423648/83f36c28-9446-11e5-9e65-a8c6c59f693c.png)

![image](https://cloud.githubusercontent.com/assets/619340/12142838/78cfd854-b47b-11e5-99e0-a93edf8aae83.png)

yes that's fine.. but let me fill it out a little further before committing. + some pictures from the http://zeffii.github.io/mesh_tiny_cad/ docs.

but @Blendify if I don't return to this within a time you find reasonable, you have my go-ahead to do with it what you see fit. sadly i have different...

vtx ![vtx](https://user-images.githubusercontent.com/619340/156789326-f3ba2cfb-af34-430b-857c-35f96c33c94f.png) v2x ![v2x](https://user-images.githubusercontent.com/619340/156789325-905f4b7a-b2ae-40fa-bd71-726476e61712.png) xall ![xall](https://user-images.githubusercontent.com/619340/156789327-4cd51f83-02db-4f33-85fb-3991e021aed6.png) e2f ![e2f](https://user-images.githubusercontent.com/619340/156789324-5fc40e85-07df-4671-bb93-e17687c7e12f.png) bix ![bix](https://user-images.githubusercontent.com/619340/156789314-3eb18a61-9756-4cfd-a23d-3536e4ff5352.png) ccen ![ccen](https://user-images.githubusercontent.com/619340/156789320-589ce00b-aae2-4b7e-a9ba-c3bb0810bf1c.png)

![image](https://cloud.githubusercontent.com/assets/619340/5058865/a1fd0b9e-6d04-11e4-8040-6ebddf9654d1.png) first synthdef as string, sent sent via OSC to SuperCollider, and triggered and freed. Next step is to generate the synthdef. I think most of the wiring is done...

- [x] only nodes connected send their internal values to global map - [x] globally map `nodename_variablename: variable_value` - [x] if variable is a link to a node, then `variable_value`...