Merging multiple items

I found where it’s triggering in the dynamic components code. You can change the limit from 50 to a very large number and see what happens…:grinning:
It might still jamb sketchup for you but at least without the warning message…

At your own risk!

  1. Go to: C:\%APPDATA%\SketchUp\SketchUp 2023\SketchUp\Plugins\su_dynamiccomponents\js

  2. Open configurator.js with a text editor.

  3. Search for 50 which should take you to line 58 that reads: cfg.CONFIRM_SIZE = 50;

  4. Change it to whatever large number you want.

  5. Save.

  6. Close and Open the Component Options window to see the change.

Note that the next time you update sketchup this file will revert to the original.

(reposted my reply to fix a mistake)

4 Likes