How to unregister your registered python script function?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good day Ma'am/Sir,
Those any one knows how can I unregistered my registered function on my python script, for example
I defined a function called "def Clamp01" then registered it on plant3D using "PLANTREGISTERCUSTOMSCRIPT", then I need to change something on that "def Clamp01", when I change it then registered it again what happen was the changes is not reflected, but when I change to "def Clamp02" the changes is reflected. it seems that the already registered function cannot be change again unless you will rename the function and register it again, but on our side we must retain the original function name(for some important reason). if anyone does have any information please can you share it, I'll really appreciate it.
Also I attached a screenshot of my sample script. thanks again in advance.