Py Object plugins limit?
-
On 26/02/2013 at 03:28, xxxxxxxx wrote:
I've just got an email from a user (OSX ML , R14.034)
with a console message upon start of Cinema that says:-
Traceback (most recent call last) :
File "myobjectplugin.pype", line xxx, in <module>
EnvironmentError:cannot handle more than 50 object plugins"
-The message is for two different .pype object plugins
reporting at two different lines (xxx).The reported lines do not correspond to anything within
my plugins that refer to "Environment".Is there an upper limit of Py Object Plugins?
I don't get this message myself and have quite
a few plugins installed.Cheers
Lennart -
On 26/02/2013 at 05:25, xxxxxxxx wrote:
Hi Lennart,
Yes, there's a limited number of 50 object plugins that can be allocated.
Each NodeData plugin (ObjectData, TagData, ShaderData, SceneLoaderData etc.) has this limit.The error doesn't refer to "Environment" in your plugin but to its type (EnvironmentError).
-
On 26/02/2013 at 05:45, xxxxxxxx wrote:
Thanks Yannick.
The user cleared out some of his plugin installs
and are fine now.Cheers
Lennart