Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92165

Re: How to inverse a particle emitter

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.039
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:How': 0.09; '-10': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'scripting': 0.09; 'python': 0.11; '>1)': 0.16; '>2)': 0.16; '>on': 0.16; 'message-id:@4ax.com': 0.16; 'pity': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'beginner': 0.18; 'url:home': 0.18; '2015': 0.23; 'header:X -Complaints-To:1': 0.26; 'figure': 0.27; '+0000': 0.27; 'checking': 0.27; 'crash': 0.29; 'horizontal': 0.29; 'vertical': 0.29; 'fri,': 0.31; 'help,': 0.32; 'class': 0.33; 'could': 0.35; 'to:addr:python-list': 0.35; 'really': 0.35; 'turn': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'build': 0.40; 'per': 0.61; 'email addr:gmail.com': 0.64; 'fuel': 0.66; 'college': 0.67; 'hour': 0.69; 'hey,': 0.73; 'gain': 0.81; '(utc),': 0.84; '180': 0.84; 'thrust': 0.84; 'upside': 0.84; 'dennis': 0.91; 'edwards': 0.91; 'inches': 0.91; 'received:108': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: How to inverse a particle emitter
Date Fri, 05 Jun 2015 20:10:09 -0400
Organization IISS Elusive Unicorn
References <1bad33c0-a728-4345-883b-505f84d8ea9b@googlegroups.com> <mksbp8$smn$1@reader1.panix.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-73-119-127.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.208.1433549419.13271.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1433549419 news.xs4all.nl 2935 [2001:888:2000:d::a6]:56540
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3873
X-Received-Body-CRC 2383516331
Xref csiph.com comp.lang.python:92165

Show key headers only | View raw


On Fri, 5 Jun 2015 14:30:00 +0000 (UTC), Grant Edwards
<invalid@invalid.invalid> declaimed the following:

>On 2015-06-04, stephenppraneel7@gmail.com <stephenppraneel7@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
>
>1) Build a particle emitter
>
>2) Turn it upside down

<SNORT>

	That is in the same class as the "lunar lander" game on my college
mainframe...

	It did not do validity checking of inputs, with the result that one
could do

-10 lbs thrust at 180 degrees

and GAIN fuel while decelerating.

	I used to crash with twice the fuel I started with... (I also managed
an "excellent target accuracy" once... Pity I left the landing gear half
way around the moon -- my vertical rate was inches per hour while the
horizontal was in miles per hour)
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to inverse a particle emitter stephenppraneel7@gmail.com - 2015-06-04 16:15 -0700
  Re: How to inverse a particle emitter Rob Gaddi <rgaddi@technologyhighland.invalid> - 2015-06-04 23:31 +0000
  Re: How to inverse a particle emitter Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-04 17:35 -0600
  Re: How to inverse a particle emitter stephenppraneel7@gmail.com - 2015-06-04 16:47 -0700
    Re: How to inverse a particle emitter Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-04 19:10 -0600
    Re: How to inverse a particle emitter Michael Torrie <torriem@gmail.com> - 2015-06-04 20:17 -0600
  Re: How to inverse a particle emitter Gary Herron <gary.herron@islandtraining.com> - 2015-06-04 18:03 -0700
  Re: How to inverse a particle emitter Laura Creighton <lac@openend.se> - 2015-06-05 12:54 +0200
  Re: How to inverse a particle emitter Grant Edwards <invalid@invalid.invalid> - 2015-06-05 14:30 +0000
    Re: How to inverse a particle emitter Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-06-05 20:10 -0400
    Re: How to inverse a particle emitter Chris Angelico <rosuav@gmail.com> - 2015-06-06 10:32 +1000
  Re: How to inverse a particle emitter alister <alister.nospam.ware@ntlworld.com> - 2015-06-05 15:44 +0000
  Re: How to inverse a particle emitter Denis McMahon <denismfmcmahon@gmail.com> - 2015-06-07 21:18 +0000

csiph-web