-
- Downloads
Pose Library: use functions instead of operators to mark/clear asset
Replace `ASSET_OT_mark` and `ASSET_OT_clear` operator calls with calls to resp. `ID.asset_mark()` and `ID.asset_clear()`. No functional changes.
Please register or sign in to comment