Posted: Thu Jul 24, 2003 9:40 am
Joined: 09 Dec 2002
Posts: 4
Hi everybody!
Very pleased with the Blender 2.28 release! So excited!
Everything works quit good for my old B 2.23 script except that i can not link them by mean of the
Script buttons window.
When filling the
name of script to link part of that window, my script are not executed even at frameChange or Redraw....
Does anybody know why ???
Thanks all
Phil.
Posted: Thu Jul 24, 2003 10:36 am
Joined: 09 Dec 2002
Posts: 4
i also continuously get the following message
"'scriptnr: 0 event=4, flag[index]=1
"
in my terminal....
Phil
Posted: Thu Jul 24, 2003 4:54 pm
Joined: 16 Oct 2002
Posts: 1177
From the little experiement that I did:
- Global scriptlinks do not work on FrameChange.
- Object's scriptlinks work but return the internal error message that you gave.
seems like we all forgot to test this in the prerelease
Martin
_________________
Life is what happens to you when you're busy making other plans.
- John Lennon
Posted: Fri Jul 25, 2003 7:41 am
Joined: 16 Oct 2002
Posts: 209
| theeth wrote: |
From the little experiement that I did:
- Global scriptlinks do not work on FrameChange. |
Grumble, grumble. This was one of the first things I had working when I started this back in february. I guess some updates must have screwed it up. Should not be difficult to fix.
| theeth wrote: |
| - Object's scriptlinks work but return the internal error message that you gave. |
Whoops, actually, that's not an error message. It's a debug print I accidentally left in the code. Nothing is wrong with that. I had used those messages to see how the events were handled with regards to Python scripting. Just ignore the message.
With regards,
Michel
_________________
You can have one of two things: Progress or Progress Reports.