How rename 'malt_parameters' #473
warlockhb
started this conversation in
Development
Replies: 1 comment
-
You can get the internal You're not supposed to change the internal name and doing so will likely break things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to manage some values of shaders by adding global parameters in the panel
like this :
if i get this to work :
parameters should be prepared like this.
but, parameter name is different for each Node Group
if i copy some node in nodegroup and paste to another nodegroup, name of some node pasted is different
to solve this, I tried to edit directly in the bpy data, but this only resulted in shader node error.
please tell me the solution.
So, this is the reason why I asked about recompilation in the previous article.
A_parameter = panel_parameter(different for each scene)
Beta Was this translation helpful? Give feedback.
All reactions