Multiple RPS addins

69 views
Skip to first unread message

Callum

unread,
Oct 22, 2020, 11:26:01 PM10/22/20
to RevitPythonShell
Hey everyone, has anyone tried to deploy multiple RPS startup script addins to run along side each other?

This is the process Im using:

And it works great - untill you want two separate deployments to run alongside each other. It seems that you can only have one RPS Startup script deployment running at a time.

Specifically, it seems that there can only be one of these  'ExternalCommandAssemblyBuilder' objects - even if youre creating a new one for new assembly / classes:

from RevitPythonShell.RpsRuntime import ExternalCommandAssemblyBuilder
clientBuilder = ExternalCommandAssemblyBuilder()
clientBuilder.BuildExternalCommandAssembly(
dllPath,
{newAddinClass: newAddinAssembly}
)

Id be keen to know if anyone has tried this, and if there are any workarounds!
Reply all
Reply to author
Forward
0 new messages