Page 6 of 9
Re: PyPRP new version downloadable now
Posted: Sat Jan 12, 2008 9:00 pm
by Grogyan
Still doesn't work, or am I still missing something?
I still get the same error as above.
Clean book and all old objects been appended from previous Age.
Edit Deleted the Camera, and that error goes away, but still uru complains that "files are missing or corrupt"
Re: PyPRP new version downloadable now
Posted: Sat Jan 12, 2008 10:54 pm
by Kato
For those using FuncChk, please download the new
version I've fixed/uploaded.It
shouldn't (but probably does

) have the sound problem of the other one, and it's designed to work with the new tutorial I'm writing.
Please let me know if it works or not (remember to extract the entire ZIP before exporting).
-Kato
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 12:26 am
by Trylon
Sorry about the lack of tutorials.
As Nadnerdb said, I didn't have the time yet to do so (well, I've been coding for 6 weeks straight on this).
I'm planning to do some stuff on that in the coming week.
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 12:30 am
by Chacal
Thanks for all the work, trylon.
You focus on development, others can write tutorials.
A question: you obviously know a lot more about Plasma objects than the old information in the wiki.
Is this information written somewhere? Can it be made available?
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 12:35 am
by Paradox
We were asked back by Cyan in 2005 not to post any new information on the wiki. In spite of the numerous requests to continue publicly documenting the classes, Cyan has never replied.
Currently, even with many new classes being discovered and implemented, we are unable to post that documentation, making it hard even for developers to get things fully implemented.
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 1:05 am
by Grogyan
I can understand that they want to protect their IP, but its also a roadblock for their promise to work with you guys to implement some compatible tools.
I'll have to wait till a tutorial comes up, to help me fix this bug in my little Age
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 1:11 am
by Grogyan
Kato wrote:For those using FuncChk, please download the new
version I've fixed/uploaded.It
shouldn't (but probably does

) have the sound problem of the other one, and it's designed to work with the new tutorial I'm writing.
Please let me know if it works or not (remember to extract the entire ZIP before exporting).
-Kato
Still has a bug in it, the plugin reports a warning
- Show Spoiler
Code: Select all
Exporting Camera Modifier Object
Calculating FOV for lens is 35 mm
Camera Brain: fixed
Exporting CameraBrain1
Decoding MixedRef: None
WARNING: Could not decode False to an object type code. Type of object: <type 'bool'>
Error: Decoding error on keystring None and basetype False
Decoding MixedRef: None
WARNING: Could not decode False to an object type code. Type of object: <type 'bool'>
Error: Decoding error on keystring None and basetype False
Exporting CameraBrain1_Fixed
Decoding MixedRef: None
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 1:31 am
by Nadnerb
However, it does successfully export with the sound embedded.

The error comes from having a string property where one ought to have a bool.
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 2:20 am
by Lontahv
I have gotten alpha vertex-paint to work(sort of)! I have two versions of the same mesh--with different textures, then I make a second vertex-paint layer and paint some black on to it, then I export it and I get Xraying instead of alpha were there is semi-alpha.

How can I fix this?
Re: PyPRP new version downloadable now
Posted: Sun Jan 13, 2008 2:49 am
by Lontahv
Problem fixed.
