Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'url:sourceforge': 0.03; '"a"': 0.09; 'porting': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'language': 0.14; 'length,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:start': 0.16; 'wrote:': 0.17; 'memory': 0.18; 'parameters': 0.20; 'file.': 0.20; 'properties': 0.24; 'header :User-Agent:1': 0.26; 'i.e.': 0.27; 'header:X-Complaints-To:1': 0.28; 'classes': 0.30; 'file': 0.32; 'instances': 0.33; 'received:comcast.net': 0.33; 'to:addr:python-list': 0.33; 'so,': 0.35; 'received:org': 0.36; 'created': 0.36; 'possible': 0.37; 'ones': 0.37; 'previous': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'description': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'kind': 0.61; 'between': 0.63; 'different': 0.63; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; 'subject:this': 0.84; '(limited': 0.84; 'have?': 0.84; 'scene': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Kene Meniru Subject: Re: Can't seem to start on this Followup-To: gmane.comp.python.general Date: Thu, 03 Jan 2013 07:53:08 -0500 Organization: illom.org References: <50E50D08.201@lightbird.net> <50E51BED.1030008@lightbird.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: c-69-143-75-245.hsd1.md.comcast.net User-Agent: KNode/4.4.7 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Kene.Meniru@illom.org List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357217605 news.xs4all.nl 6890 [2001:888:2000:d::a6]:37216 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36056 Mitya Sirenef wrote: > So, how many instances do you want to make.. what kind of different > functionality / properties they will have? > > - mitya > I am porting a modeling system I created using POV-Ray scene description language available at sourceforge at http://sourceforge.net/projects/kobldes/ The user can create as many marks as possible (limited by memory available). The difference between each mark are the parameters provided i.e. name, length, and position in the scene. If the user wishes to customize part of the program they must update the classes or create new ones before using it in the scene. File "A" in my previous illustrations can be considered the scene file.