Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to use pymxs to add custom attributes and I can't seem to find any reference to how this works. Is it even possible?
The only reference to custom attributes seems to be here in the Documentation:
https://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_using_pymxs_pymxs_objects_html
For example this is my maxscript code:
ca = attributes test
(
parameters main rollout:params
(
fx_shader type:#string ui:shader default:"Test"
)
rollout params "REALTIME"
(
edittext shader "FX Shader" readonly:True
)
)
print ca
CustAttributes.add $ ca
Is this possible to do in pymxs? And if so how?
Solved! Go to Solution.