Open Durman opened 3 years ago
Getting Scene
and Object
directories my conclusion is to send all nodes to responding categories (discussable):
COLOR assign_materials.py color_uv_texture.py material_index.py set_custom_uv_map.py vertex_colors_mk3.py sample_uv_color.py weightsmk2.py uv_texture.py
ANALYZER armature_analyzer.py scene_raycast2.py closest_point_on_mesh2.py lattice_analyzer.py object_raycast2.py
SCENE filter_blenddata.py set_blenddata2.py sort_blenddata.py get_asset_properties_mk2.py 3dview_props.py FCurve_in.py frame_info_mk2.py particles_MK2.py cache.py collection_picker_mk1.py selection_grabber_lite.py curve_in.py objects_in_lite.py timer.py objects_mk3.py
OBJECT sculpt_mask.py select_mesh_verts.py custom_mesh_normals.py points_from_uv_to_mesh.py obj_edit.py blenddata_to_svdata2.py obj_remote_mk2.py BMOperatorsMK2.py dupli_instances_mk4.py
SCRIPTS getsetprop_mk2.py
LAYOUT monad.py
EXCHANGE node_remote_mk2.py
OLDNODES getsetprop.py
Problem statement
Start of the discussion: https://discord.com/channels/745273148018262158/806643543182802954/813122566067322920
My understanding of purpose of next categories:
Viz
- Generate objects from py data (one of the purposes)Scene
- read data from Blender databaseBpy data
- mix of many nodes which somehow interact with Blender databaseI think the
Bpy data
category should get clearer purpose. It can consists nodes which modify objects. LikeAssign material list
which modifies materials collection of an object orVertex color
which modifies vertex color attribute of an object. Also it has nodes close to analyzer category -Point on mesh
andRecaster
nodes. This subcategories could be splitted by splitter.What could be done according this thoughts:
BPY data
toObject
Get property
,Set property
nodes move toscripts
categoryObject ID selector
,Object ID out
nodes move toscene
categoryNodes which should be moved from the category but it looks like there is no another category suitable to their functionality.
Node remote control
Not sure about this nodes
Object ID sort
,Object ID filter
. Are they not redundant? Looks nodes fromlist
andlogic
categories have their functionality. Probably this nodes could be removed.