Re: [Ironpython-users] Who's using IronPython?

2011-08-09 Thread Steve Baer
Company Name: Robert McNeel & Associates (www.mcneel.com) Product: Rhinoceros URL: http://python.rhino3d.com, http://www.rhino3d.com/ , http://mac.rhino3d.com/ Description of product/project: Rhino is a 3d NURBS modeling application for designers to design and build products ranging in size fro

Re: [Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Steve Baer
Hi Lucas, If this question is targeted toward Rhino3d, the Windows version has a script debugger built in. I haven’t had the time to put anything together for the OSX implementation; and I really want to see if I can figure out how to get python remote debugging working so you can use tools lik

Re: [Ironpython-users] IronPython hosting - providingsyntax highlighting (and intellisense?!) to customers

2012-03-12 Thread Steve Baer
writing the python editor for Rhino. -Steve Steve Baer Robert McNeel & Associates www.rhino3d.com python.rhino3d.com From: Keith Rome Sent: Monday, March 12, 2012 8:36 AM To: Nick Aschberger ; ironpython-users@python.org Subject: Re: [Ironpython-users] IronPython hosting - providingsy

Re: [Ironpython-users] numpy in IronPython

2014-05-30 Thread Steve Baer
ave a 64bit version for Window in the next version of Rhino. Any suggestions? -Steve Steve Baer Robert McNeel & Associates www.rhino3d.com On Fri, May 30, 2014 at 1:12 PM, Jeff Hardy wrote: > On Fri, May 30, 2014 at 2:50 PM, Doug Blank wrote: > >> numpy is a numeric package fo

Re: [Ironpython-users] numpy in IronPython

2014-06-02 Thread Steve Baer
>>> On Fri, May 30, 2014 at 5:22 PM, Steve Baer wrote: >>> >>>> I would definitely be interested in helping, but don't exactly know >>>> where to start. We have a lot of users who would love to get access to >>>> numpy on our OSX and 64bit

Re: [Ironpython-users] Delete a large object in ironpython, and releasing the memory?

2015-12-21 Thread Steve Baer
In this case, the class that you are referring to is IDisposable. Call the Dispose function on the Mesh instance when you are done with it. -Steve Steve Baer Robert McNeel & Associates www.rhino3d.com On Sun, Dec 20, 2015 at 4:00 AM, Djordje Spasic via Ironpython-users < ironpytho

Re: [Ironpython-users] Delete a large object in ironpython, and releasing the memory?

2015-12-21 Thread Steve Baer
aining Point3d objects from which > the "largeMesh" is made > gc.collect() > largeMesh.Dispose() > > ? > > Thank you. > Djordje Spasic > > > > From: Steve Baer > To: "ironpython-users@python.org" > Sent: Monday, December 21, 201

Re: [Ironpython-users] Manpower for Ironpython. Digest, Vol 59, Issue 2

2016-06-25 Thread Steve Baer
mpany has had a lot of success using discourse forums to build a community around our product. Is IronPython part of the .Net Foundation? If it is, maybe we can piggyback our their discourse forum by requesting an IronPython category and then directing people there for support. Just a thought.

Re: [Ironpython-users] IronPython Development Update

2016-07-08 Thread Steve Baer
if possible, I just never actually knew how I could help. Our users use IronPython in so many ways to help them create amazing things. Thanks for all that you guys have done. -Steve Steve Baer Robert McNeel & Associates www.rhino3d.com On Fri, Jul 8, 2016 at 10:01 AM, Jeff Hardy wrote: &g

Re: [Ironpython-users] How to free memory in ironpython

2016-11-08 Thread Steve Baer
Do they have a sample in C# for how you should use their SDK? That may help us figure out if something should be done differently in IronPython. -Steve Steve Baer Robert McNeel & Associates www.rhino3d.com On Mon, Nov 7, 2016 at 1:25 PM, Djordje Spasic via Ironpython-users < ironpytho