[visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- From: Andrew Straw <astraw@xxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Thu, 28 Jul 2005 08:25:52 +0200
Hi Tony,
I think most of the other stimuli have 'on' rather than 'enabled' as a
parameter... So for consistency, let's stick with 'on'. I'll add this
to the lib3ds stimulus as soon as I get around to the modelview matrix
issue for that stimulus. (Soon, I hope.)
Cheers!
Andrew
On Jul 27, 2005, at 10:17 PM, Tony Arkles wrote:
Tony Arkles wrote:
if !enabled:
return
Line 201, add:
if not enabled:
return
Ignore me entirely today please. I'm not sure what's going on.
One more try...
p = self.parameters
if not p.enabled:
return
Wow. I think I just tricked myself because of how simple it is. Sigh.
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles
- [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles
- [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles
Other related posts:
- » [visionegg] Enabling and disabling a stimulus (lib3ds in particular)
- » [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- » [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- » [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
Tony Arkles wrote:
if !enabled: return
Line 201, add: if not enabled: return
Ignore me entirely today please. I'm not sure what's going on. One more try...
p = self.parameters
if not p.enabled:
returnWow. I think I just tricked myself because of how simple it is. Sigh. ====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
- [visionegg] Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles
- [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles
- [visionegg] Re: Enabling and disabling a stimulus (lib3ds in particular)
- From: Tony Arkles