The following changes are made for a project validation item to ensure that each scene contains no more than 2 controller dynamic objects:
Added a (required) validation item to check the number of controller dynamic objects in a scene.
This validation item has no automatic fix action. Users must manually remove any additional dynamic object components.
Updated ItemAction to include None enum for items without a fixAction.
Implemented the UpdateProjectValidationItemMessage function for updating item's message. It checks for items containing the oldmessage and replaces it with newmessage.
Description
The following changes are made for a project validation item to ensure that each scene contains no more than 2 controller dynamic objects:
ItemAction
to includeNone
enum for items without a fixAction.UpdateProjectValidationItemMessage
function for updating item's message. It checks for items containing theoldmessage
and replaces it withnewmessage
.Height Task ID(s) (If applicable): https://c3d.height.app/T-7856
Type of change
Checklist