A better Scriptmanager would be nice.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/06/2011 at 14:39, xxxxxxxx wrote:
I'd like to have a better Scriptmanager. My main intention is to open ASYNC Dialogs within the Script Manager. And if I can create such with Python, MAXON should be able to do it, too.
Cheers,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/06/2011 at 16:05, xxxxxxxx wrote:
My main intention is to open ASYNC Dialogs within the Script Manager.
Unfortunately this is not possible and asynchronous dialogs are not intended to be opened from the script manager.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/06/2011 at 16:34, xxxxxxxx wrote:
Test my Extended SM, and you'll see, it is possible.
/edit:
Ok. I am confused. This works great in my Plugin:
http://pastebin.com/Ay29Li2ZBut putting the last 2 lines into a function, it does not work. Any idea ?
PS: Dlg taken from the Memory Viewr example
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/06/2011 at 17:51, xxxxxxxx wrote:
Test my Extended SM, and you'll see, it is possible.
A plugin that does not crash is no garantuee for a proper implementation. For sure, there are workarounds, which might work somehow. The lifetime of a script is limited and this fact makes it not possible.>>Â But putting the last 2 lines into a function, it does not work. Any idea ?
Same as https://developers.maxon.net/forum/topic/5755/5803_elements-need-to-be-in-callersdictionary- -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 04:58, xxxxxxxx wrote:
You are right.
But it is possible in Coffee.Thanks Sebastian.
PS: I'm interested in how you check for the syntax in the Script Manager. I found a way to do this, but it is a strange workaround and I am sure there is a better way.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 09:21, xxxxxxxx wrote:
... and, please implement Ctrl-Z for undo ... and automatic indenting. These two would make a big difference already
Cheers,
maxx -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 09:40, xxxxxxxx wrote:
If you need a customizable programming environment I recommend these both articles:
http://www.smart-page.net/blog/2011/05/29/debugging-cinema-4d-python-plugins-with-pydev/
http://www.smart-page.net/blog/2011/05/09/advanced-python-plugin-coding-for-cinema-4d/ -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 10:26, xxxxxxxx wrote:
Thanx for the info, handy tutorials !
Cheers,
maxx -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 11:17, xxxxxxxx wrote:
Thank you !
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 02:28, xxxxxxxx wrote:
Originally posted by xxxxxxxx
... and, please implement Ctrl-Z for undo ... and automatic indenting. These two would make a big difference already
Cheers,
maxxat least undo!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/06/2011 at 03:54, xxxxxxxx wrote:
I like writing in Notepad++, so I write my code in N++ even I'm only testing in the scriptmanager.
If there won't be an undo, you may want to do it like this, too, deepshade. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/06/2011 at 11:35, xxxxxxxx wrote:
... clever it would be. It happend to me already many times, that I wanted to delete a line but more was selected ... and code is gone for good, devnulled, nirvanized
Cheers,
maxx