Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The action will renumber objects with ID greater than nextObjectNumber, and set nextObjectNumber.txt to the max ID post-renumbering. Note that the original node script from CCM has the following arguments: RenumberObjects.js <start_number> <offset?> <end_number?> This action determines start_number automatically as the smallest ID larger than nextObjectNumber. Run RenumberObjects.js nextObjectNumber. (At this point the script changes nextObjectNumber.txt back to start_number. It does this because of CCM's workflow.) That's why the action then set nextObjectNumber.txt to max ID.
- Loading branch information