I want to display PluginNode Attribute in attribute spreadsheet in Maya 2018.

Asked 2 years ago, Updated 2 years ago, 21 views

Currently, I make my own plug-in node using OpenMayaAPI(Python), but I want to manually manipulate the values of nearly 100 nodes for speed measurement, but I can't edit multiple nodes simultaneously because I don't see my own attributes in attribute spreadsheet.(Only Caching, Freezing, and Node States are shown in the default?.) Reference has not yet been found.

Could someone tell me how to display the attributes in the attribute spreadsheet?
Thank you for your cooperation.

python

2022-09-30 14:25

1 Answers

I solved myself.
I have always thought that it can be displayed by adding or combining some attributes, but it seems that both writeable and readable are possible (True).If either of them is disabled, it will not appear.


2022-09-30 14:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.