State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:581648|
Problem summary
Newly created Custom Procedural nodes do not have their associated type ID: MRI_Misc_Custom_Procedural.
Customer reported version
Mari 7.0v2
Customer reported platform
n/a
Steps to reproduce
1) Open Mari, then click the Help menu and select Create Example Project.
2) Open the newly created Example Project, then click the Node Graph menu item to open the Node Graph tab.
3) Inside the Node Graph hit tab and search "Custom Procedural" in the search bar, then Hit Enter and place down the node.
4) Click the Shelf menu item, and navigate to Mari > Custom Procedurals.
5) Click and Drag the Muddy Grass Procedural and drop it in the Node Graph.
6) Select both the Custom Procedural node and Muddy Grass node, and then click the Python Console menu item.
7) In the Python Console copy and paste the Python code below and hit enter to run it:
nodes = mari.current.nodeSelection() for node in nodes: print(node.name() + ' : ' + node.typeID()) We're sorry to hear that
Please tell us why