GoW PyPRP 1.6.0 Beta 2 released

Announcements and discussion regarding any projects related to Cyan Worlds' Plasma Engine including (but not limited to) CyanWorlds.com Engine, Drizzle, OfflineKI, PyPRP, and libHSPlasma.

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Robert The Rebuilder » Sat Aug 22, 2009 6:54 pm

Christian: perhaps you should highlight in your initial post that the installation method is different; it can be the first bullet on the "what's new" summary portion of your post.

I mention this not only because of Jamey's confusion but of my own as well. Luckily, after experiencing similar errors in the release, I decided to RTFM and solved the problem. So, when you announce the final release of 1.6, make it bold, underlined and super-sized text that the installation procedure has changed.
Can we rebuild it? Yes, we can - here's how.

MOULagain KI# 1299

Myst Movie coming soon - spread the word!
User avatar
Robert The Rebuilder
 
Posts: 1383
Joined: Sat Sep 29, 2007 7:24 am
Location: Virginia, US

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Christian Walther » Sun Aug 23, 2009 12:54 am

Good idea. I've edited the first post accordingly.
Christian Walther
 
Posts: 443
Joined: Sun Jun 08, 2008 3:10 am
Location: Switzerland

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Kato » Sun Aug 23, 2009 7:59 am

Yeah, I can confirm that 1.6 won't complete a checkout because of that error.

-Kato
Image
(explorer card designed and created by me)
User avatar
Kato
 
Posts: 315
Joined: Fri Sep 28, 2007 8:02 pm
Location: South USA

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby boblishman » Sun Aug 23, 2009 8:14 am

I don't know if this is intentional, but my guess is that it may cause confusion for some users ...

when opening the latest zip download (from the first post) you get three "warning" messages from winzip.

winzip.jpg
winzip.jpg (193.71 KiB) Viewed 3499 times


is this intentional (or even necessary) ?
when it comes to Age creation ... "DOH" seems to be my middle name...
User avatar
boblishman
 
Posts: 882
Joined: Fri Oct 05, 2007 4:47 pm
Location: Spain

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Christian Walther » Sun Aug 23, 2009 11:46 am

Kato wrote:Yeah, I can confirm that 1.6 won't complete a checkout because of that error.

Wait - you're talking about the error from Subversion because of the question marks in file names, right? Problems with a checkout would be a new thing (assuming you're checking out HEAD, not one of the troublesome revisions itself), all we had were problems with an update. Can you elaborate?

boblishman wrote:I don't know if this is intentional, but my guess is that it may cause confusion for some users ...

It's neither intentional nor necessary, and has indeed already been fixed (though no fixed release is available yet). Thanks for the report anyway! For now you can ignore these files, I'm not sure what they are used for anyway. The pages looked fine for me when I checked them on Windows - I unzipped the archive using Windows Explorer, and it just skipped the problematic files without even a warning.
Christian Walther
 
Posts: 443
Joined: Sun Jun 08, 2008 3:10 am
Location: Switzerland

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby dendwaler » Sat Aug 29, 2009 1:42 pm

Hi all, i have tried PYPRP16 in the age I am building ( Turtle Isle) and noticed the following:

If you use the "Mirror" modifier on an object the mirror is applied sucessfully , but the bounds settings for the triangle mesh is not applied on the mirrored part.
In my case i have on one object both, a mirror and an array from the mirrored object.
Only the basic object is solid, the mirror and the array not.
Pity, because i can't use PYprp16 any longer because i have lots of mirrored shapes.
Those wonderfull Worlds are called " Ages" , because that is what it takes to build one.



Watch my latest Video Or even better..... watch the Cathedral's Complete Walkthrough made by Suleika!
User avatar
dendwaler
 
Posts: 936
Joined: Mon Jun 22, 2009 10:49 am
Location: Nederland

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Paradox » Sat Aug 29, 2009 1:46 pm

The collider should not be mirrored as far as I know. You need to set the collision settings for each of the copies of the object
Paradox
 
Posts: 1295
Joined: Fri Sep 28, 2007 6:48 pm
Location: Canada

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Christian Walther » Sat Aug 29, 2009 2:17 pm

dendwaler wrote:If you use the "Mirror" modifier on an object the mirror is applied sucessfully , but the bounds settings for the triangle mesh is not applied on the mirrored part.

Ah, good point. Obviously, we should also use the modified mesh when generating the bounds. I'll try to get a fix in for this tomorrow.

Pity, because i can't use PYprp16 any longer because i have lots of mirrored shapes.

You can just do as before and apply the modifiers before exporting.
Christian Walther
 
Posts: 443
Joined: Sun Jun 08, 2008 3:10 am
Location: Switzerland

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby dendwaler » Sun Aug 30, 2009 2:08 am

Yes of course, you are right,
I can still apply it first.
I really like this new feature, because i always work with unapplied models.
Its easier when you want to change something, but when the age grows it can be lot of work to apply everything before exporting.
Also you get a big list of applied and unapplied versions.

In this screenshot of a little part of my age, i have an example of a mirrored and arrayed object.
The pipe i am standing on, actually is only a small segment and on one side only, extruded cylinder.
Attachments
turtle3.jpg
turtle3.jpg (63.55 KiB) Viewed 3458 times
Those wonderfull Worlds are called " Ages" , because that is what it takes to build one.



Watch my latest Video Or even better..... watch the Cathedral's Complete Walkthrough made by Suleika!
User avatar
dendwaler
 
Posts: 936
Joined: Mon Jun 22, 2009 10:49 am
Location: Nederland

Re: GoW PyPRP 1.6.0 Beta 1 released

Postby Christian Walther » Sun Aug 30, 2009 11:15 am

OK, this is now fixed in http://svn.guildofwriters.com/pyprp/branches/1.6/PyPRP/prp_ObjClasses.py (you can download this and substitute it for the existing file of that name if you want to try it). Thanks for the report!

While testing this, I found some unrelated issues with bounds export - sphere bounds cause an error (some things look half-implemented there), and something seems to be wrong with the transform of box bounds. Will investigate.

Once that is done, it might be a good time to package up beta 2 with the fixes we have so far.
Christian Walther
 
Posts: 443
Joined: Sun Jun 08, 2008 3:10 am
Location: Switzerland

PreviousNext

Return to Plasma Development

Who is online

Users browsing this forum: No registered users and 5 guests