SharedParameters: Modify CategorySet

I was asked how to modify CategorySet of existing SharedParameters in the project.

So let me share how to do that.
Change CategorySet of Shared Parameters:
Here is a simple code example to iterate through all SharedParameters in the project and ensure that they have extra_categories ticked in the CategorySet.
The Script Breakdown:
- Define extra_categories
- Get SharedParameters from ParameterBindings
- Modify Existing CategorySet
- ReInert definition with updated binding rules
Here is the Code:

⌨️ Happy Coding!
Erik Frits