Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:How': 0.09; 'scripting': 0.09; 'variables,': 0.09; 'python': 0.11; 'python.': 0.11; 'thursday,': 0.13; 'suggest': 0.15; 'bit.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'wrote:': 0.16; 'beginner': 0.18; 'language': 0.19; 'code,': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'figure': 0.27; 'etc).': 0.29; 'implement': 0.32; 'help,': 0.32; 'message-id:@gmail.com': 0.35; 'could': 0.35; 'to:addr :python-list': 0.35; 'really': 0.35; 'but': 0.36; 'basic': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'received:org': 0.38; 'pm,': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'learn': 0.60; 'email addr:gmail.com': 0.64; 'charset:windows-1252': 0.65; 'hey,': 0.73; 'utc-7,': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Thu, 04 Jun 2015 20:17:44 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How to inverse a particle emitter References: <1bad33c0-a728-4345-883b-505f84d8ea9b@googlegroups.com> <3a007fb2-d8a6-4a00-9567-90f49e82658b@googlegroups.com> In-Reply-To: <3a007fb2-d8a6-4a00-9567-90f49e82658b@googlegroups.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433470670 news.xs4all.nl 2903 [2001:888:2000:d::a6]:32873 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92116 On 06/04/2015 05:47 PM, stephenppraneel7@gmail.com wrote: > On Thursday, June 4, 2015 at 4:15:29 PM UTC-7, stephenp...@gmail.com wrote: >> hey, i really need help, im a straight up beginner in scripting and i need to figure out how to make an inverted particle emitter using python in maya > > unfortunitly i have to make this using python not mel Well, how would you do it in mel? Perhaps you could then do it similarly in Python. But I suggest that before you can do anything in Python you have to learn the language a little bit. You should be able to read Python code, for example, and tell what it does. And know how to implement basic algorithms (loops, if/then, variables, etc).