On Mon, Mar 15, 2010 at 4:53 AM, Alan Gauld wrote:
>
> "David Hutto" wrote
>
> Caveat: I know zero about Blender... but...
>
I *thought* that since the code was in Python it might be the way I was
executing it. I think now it might be how the other windows are updated in
blender when the command
"David Hutto" wrote
Caveat: I know zero about Blender... but...
When I execute the script, it shows my main window, then if I
press the CKEY it's *supposed* to call the cleanSlate() function,
My problem is, it doesn't execute cleanSlate() until I hit the
ESCKEY, or the QKEY.
--- On Mon, 3/15/10, David Hutto wrote:
> From: David Hutto
> Subject: Command not issued until after escape from loop
> To: tutor@python.org
> Date: Monday, March 15, 2010, 2:15 AM
> In the following code, the portion
> I'm having a problem with is outlined in stars, but since
> the overall c
In the following code, the portion I'm having a problem with is outlined in
stars, but since the overall code was short, I included it, just in case
something else might be hindering the process.
When I execute the script, it shows my main window, then if I press the CKEY
it's *supposed* to cal