View RSS Feed

Steve Baer

  1. Python Resources

    Here’s a list of links for learning more about Rhino and Python. Please let me know about any valuable resources that you may find and I’ll add them to this list.

    There is a wealth of information on Python at http://www.python.org/

    Learning Python
    OnlineBooks ...
    Categories
    Uncategorized
  2. Getting started: 2 - A little python syntax

    The python scripting languages contains a large set of features which you can find documentation on at http://docs.python.org/tutorial/. I’m going to just focus on a few keywords and concepts that may be helpful to get you up and running.

    Concept 1: Space is Important
    For people who have written code or scripts in other languages, this is one of the most unusual concepts when transitioning to Python. Python uses indentation to define "blocks" of code. The script is ...

    Updated 04-07-2010 at 08:22 PM by Steve Baer

    Categories
    Uncategorized
  3. Getting Started: 1 - "Hello Rhino"

    So you want to start playing with Python and see how you can use it to automate all of your Rhino tasks.

    First off you are going to need either the latest Rhino 5 for Windows WIP or the latest Rhino for OSX WIP. These can be found at:
    Windows http://download.rhino3d.com/rhino/5.0/wip
    Mac http://wiki.mcneel.com/rhino/mac/python

    Once you’ve got everything installed Rhino will have some new commands:
    EditPythonScript - This is currently only available ...

    Updated 04-07-2010 at 08:19 PM by Steve Baer

    Categories
    Uncategorized
  4. def Welcome( tries=2 ):

    If you are coming here from our Ning site, thanks for transferring over and sorry about the switch. Ning was having problems dealing with formatted code in forum and blog posts which is somewhat bad for a site devoted to scripting
    You’ve probably already figured out that this site is all about using the Python scripting language inside of Rhino (hopefully it wasn’t too difficult to figure out.) Python embedded in Rhino is a new feature that we are actively working on in both our Windows ...
    Categories
    Uncategorized
Page 2 of 2
FirstFirst 1 2