Page 1 of 6
GoW PyPRP 1.5.0

Posted:
Thu Jul 03, 2008 12:21 pm
by Tsar Hoikas
Hi everyone, the long awaited GoW PyPRP 1.5 is finally here! This release should be the final version in the 1.x series before we release 2.0, so get ready for some fun

New Features
- Object Animations (Bone anims not included)
- Light Animations
- Physical Sound Groups
- Subworlds
- And a few more random messages
As always, you can download this release
here.
Re: GoW PyPRP 1.5.0

Posted:
Thu Jul 03, 2008 1:12 pm
by D'Lanor
I compared my 1.5.0 logfile with the one from 1.4.0 and could not help noticing this:
- Code: Select all
[Sound Emitter WindAmbEmit]
[Coordinate Interface WindAmbEmit]
[LogicHelper]
No actions in list
None
Exporting modifiers
No modifiers
None
[Point WindAmbEmit]
[Coordinate Interface WindAmbEmit]
[LogicHelper]
No actions in list
None
Exporting modifiers
No modifiers
None
Sound emitters are exported twice now. And here is the fix:
prp_ResManager.py Line 503: replaced
if alctype=="randomsound": with
elif alctype=="randomsound":See SVN revision 267 in my contrib folder.
Re: GoW PyPRP 1.5.0

Posted:
Thu Jul 03, 2008 7:24 pm
by Tsar Hoikas
That's merged to the trunk and the 1.5 tag and will be included in the next release...
Now, let me find a big stick to beat Lontahv with.
Re: GoW PyPRP 1.5.0

Posted:
Thu Jul 03, 2008 10:08 pm
by Grogyan
Hooray!!!
One small question, I would like polease an example of using the feature of animated lights
Thanks
Re: GoW PyPRP 1.5.0

Posted:
Thu Jul 03, 2008 10:59 pm
by Nadnerb
Just look at the example age already in the wiki tutorial. Just animate the light colors in blender like you usually would, and it'll export them. Keep in mind this ignores energy settings.
Re: GoW PyPRP 1.5.0

Posted:
Fri Jul 04, 2008 3:23 am
by Frits
Maybe a stupid question, but the new files begin with prp and the old one's with alc.
Do I have to delete the old one's or are they working side by side?
Regards,
Frits
Re: GoW PyPRP 1.5.0

Posted:
Fri Jul 04, 2008 3:31 am
by Nadnerb
You must delete all of your old PyPRP files. This includes those that begin with "alc", and "uruprp".
Re: GoW PyPRP 1.5.0

Posted:
Fri Jul 04, 2008 9:13 am
by andylegate
:loud clapping with standing ovation!:
Outstanding guys!
Re: GoW PyPRP 1.5.0

Posted:
Sat Jul 05, 2008 4:51 am
by boblishman
I know I must be doing (or not doing) something stupid ... but ... I removed all the old files beginging with alc & uruprp ... installled the new 1.5.0 files (all begining with prp_) ... and when I try and export my age, I get ...

- plugin.jpg (57.01 KiB) Viewed 10977 times
I have used Update Menus in the Scripts window, quit Blender (several times) even restarted my machine ... what else should I be doing (or not doing?) ?
Re: GoW PyPRP 1.5.0

Posted:
Sat Jul 05, 2008 4:58 am
by D'Lanor
Hmm, it doesn't say which module that error is in. I checked and there is absolutely no reference left in 1.5.0 to alcconfig. The new config file btw is prp_Config.py