Re: Adaptative subdivision of surface using python

2008-11-24 Thread Rodrigo Culagovski
This works with a previous beta version that supported python scripts. The current version doesn't. So it's not surprising that you're getting errors. Not much to do except ask David for the link to the python-enabled beta. Cheers, Rodrigo On Nov 24, 7:49 pm, oompa_l <[EMAIL PROTECTED]> wrote:

Re: Adaptative subdivision of surface using python

2008-11-24 Thread oompa_l
wanted to try out your subdivision files but I'm getting IO msgs on opening and a component that has no symbol - just cables converging on nothing. What do I need to get it going? ps - dont know the first thing about python... On Oct 28, 10:52 am, ksteinfe <[EMAIL PROTECTED]> wrote: > ditto on

Re: Adaptative subdivision of surface using python

2008-10-28 Thread ksteinfe
ditto on that - i'd love to see more python! On Oct 3, 11:12 am, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > "... who's also doingPythonfor Rhino5" > > That's the best news I've heard all month! > > Thanks for your reply. > > Rodrigo > > On Oct 3, 12:06 pm, David Rutten <[EMAIL PROTECTED]> wr

Re: Adaptative subdivision of surface using python

2008-10-08 Thread quantx
> What's missing is being able to work on all the points within one > "cycle". As it stands now, I can access each one of the points > generated by the Div component individually, but not in the same > script scope. Rodrigo, a possible solution for this until the new version comes out is to f

Re: Adaptative subdivision of surface using python

2008-10-06 Thread David Rutten
Rodrigo, the new version will support input lists for script components. Unfortunately the Python component has been ignored lately (partly because I'm changing my mind pretty much every other day and Steve is tired of trying to keep in synch, and partly because Steve is/has been on a tradeshow t

Re: Adaptative subdivision of surface using python

2008-10-06 Thread David Rutten
Hi Taz, frankly, I'm not a big fan of the google group interface. I'm sort of hoping we'll have a better solution for this someday soon. I'd prefer not to fragment the group too much. Those examples will follow once a public release is available. -- David Rutten Robert McNeel & Associates On O

Re: Adaptative subdivision of surface using python

2008-10-05 Thread Rodrigo Culagovski
What's missing is being able to work on all the points within one "cycle". As it stands now, I can access each one of the points generated by the Div component individually, but not in the same script scope. > > I follow what your doing but I don't know Python (sadly). Python's super easy to pic

Re: Adaptative subdivision of surface using python

2008-10-03 Thread Rodrigo Culagovski
fixes "holes". On Oct 4, 2:10 am, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > Uploaded new file, fixed wholes and ragged edges. > > http://groups.google.com/group/grasshopper3d/web/gaussian5.wrm > > On Oct 3, 11:08 pm, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > > > Taz, > > > yeah. I'm n

Re: Adaptative subdivision of surface using python

2008-10-03 Thread Rodrigo Culagovski
Uploaded new file, fixed wholes and ragged edges. http://groups.google.com/group/grasshopper3d/web/gaussian5.wrm On Oct 3, 11:08 pm, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > Taz, > > yeah. I'm not happy with the final result so far, but I do like the > fact that you can now mix recursive

Re: Adaptative subdivision of surface using python

2008-10-03 Thread Rodrigo Culagovski
Taz, yeah. I'm not happy with the final result so far, but I do like the fact that you can now mix recursive control structures with GH's analysis and generative tools, keeping things simple on both ends. Rodrigo On Oct 3, 9:33 pm, taz <[EMAIL PROTECTED]> wrote: > Rodrigo, > > That's starting t

Re: Adaptative subdivision of surface using python

2008-10-03 Thread taz
Rodrigo, That's starting to look interesting. David, Any plans to setup a splinter Google group for scripting based discussion? Or do you want to kick it all back to the plugin NG? Anyway, for my own (selfish) benefit I like to see more VB.NET scripting examples. taz On Oct 3, 11:12 am, Rod

Re: Adaptative subdivision of surface using python

2008-10-03 Thread Rodrigo Culagovski
"... who's also doing Python for Rhino5" That's the best news I've heard all month! Thanks for your reply. Rodrigo On Oct 3, 12:06 pm, David Rutten <[EMAIL PROTECTED]> wrote: > Hi Rodrigo, > > you have to somehow get an instance of an OnSurface or OnBrepFace > class, then you can call evaluati

Re: Adaptative subdivision of surface using python

2008-10-03 Thread David Rutten
Hi Rodrigo, you have to somehow get an instance of an OnSurface or OnBrepFace class, then you can call evaluation functions on that. I sadly don't know python very well (Python for Grasshopper was developed by Steve Baer, who's also doing Python for Rhino5.) I do know that computing curvature va

Adaptative subdivision of surface using python

2008-10-03 Thread Rodrigo Culagovski
Have posted an example of using python (and the scripting beta version, of course) to recursively subdivide a surface according to its Gaussian curvature. Still kind of rough, and has some holes. http://groups.google.com/group/grasshopper3d/web/gauss.3dm http://groups.google.com/group/grasshoppe