Jay-Mckee
  • Joined on 2023-02-28
Jay-Mckee commented on issue blender/blender#105260 2023-03-01 03:49:27 +01:00
NLA is editable even when the animation data is linked

looks like the way to disable editing for linked NLA is in nla_select.c and nla_edit.c wherever you see:

/* get editor data */ if (ANIM_animdata_get_context(C, &ac) == 0) { return…