Anders Holden Deleuran

Results 9 comments of Anders Holden Deleuran

Exactly :) One other minor wish is to add support for the "windows key" + arrow up/down/left/right shortcuts for maximizing/minimizing/left/right windows. These are quite handy when quickly setting up GH/Rhino/GHPython...

As in a creating .gha file from a Python script? That would be most excellent!

Would it be possible to add a simple password protection while this is further explored? Whenever I issue "code sensitive" components I have to wrap them in a cluster. This...

Thanks Dale, Would that not require using C# or VB though? I really like how fast and easy it is to write and test a Python component. The only (well,...

Thanks Brian, That is certainly true (see also this thread: http://www.grasshopper3d.com/forum/topics/password-protected-cluster-opening-solution), however I am not looking to to issue a highly secured component. Merely one which you cannot simply double...

Hi Giulio, For me the issue is mainly problematic when issuing GHPython components to users which should simply use the component, not edit the code. I've noticed that both students...

Hi all, I just tried compiling a .dll from a IronPython script file based on the links provided by @piac here: http://discourse.mcneel.com/t/best-way-to-distribute-python-script-without-exposing-the-source-code/3995/2 Using clr.CompileModules() I managed to compile a simple...

Ahh yes, I can imagine that being an issue. Looking forward to seeing what you come up with.Thanks for the update Giulio :)

Nice, this will be very useful when wrangling large scripts. I didn't even knew that one could do this in the main editor! You might want to consider adding shortcut...