Created by: zeffii
gives a dedicated node to ViewerDraw for setting internal properties of that node. using a dict.
-
complete 1-1 ability to control current VD EXp attributes -
add quicklink span operator to attr-socket (to save us from hoving to locate it)
for now the dict would (if entirely specified by the user) look like:
[
dict(
vector_light="light direction (3f)",
vert_color="points rgba (4f)",
edge_color="edge rgba (4f)",
face_color="face rgba (4f)",
display_verts="display verts (b)",
display_edges="display edges (b)",
display_faces="display faces (b)",
selected_draw_mode="shade mode (enum)",
draw_gl_wireframe="wireframe (b)",
draw_gl_polygonoffset="fix zfighting (b)",
point_size="point size (i)",
line_width="line width (i)",
extended_matrix="extended matrix (b)"
)
]