I'm thinking of dropping the import tab from my GUI. To the best of my knowldege, there shouldn't be any settings that need to be set on an import, so having a standard menu entry in Blender's import section should be fine.
That frees up a spot on my menubar, so I'm thinking about moving all the Book and Page stuff to its own tab, seperate from the main Properties tab. That means that users don't have to flip to layer 'x' and select the Book or a Page to adjust it. They can just flip to the Book tab, and do their thing.
Questions, Comments, and Concerns are, as always, welcome.
Historic overview of previous work on PRPGUI
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Just a quick update for those of you interested in what's been going on. I haven't updated the WIKI page yet, I need to get myself situated again. I was doing most of my scripting work during free time at work (waiting for Linux installs to finish. Very intermittent work, to say the least), but my internship recently ended, so I need to finish getting all my stuff setup at home. School's starting for me today, though, so I don't know how often I'll be able to work on it...
Anyway, here's the update:
What's Done:
* Export GUI
* Most of the region types - footstep, swim, swim surface, panic link, climb, ladder (not yet in export plugin)
* GUI for all competed regions
* Framework for entire GUI system
What's Mostly Done:
* Code to write properties to objects/regions
* Code to tie into exporter
* GUI for object properties
What's Not Done:
* Implementing easy ladders in the export script
* Book/Page support (needs to be done before I can release the script.)
* current regions, camera regions
* sprites
* cameras
* Add page (I'll probably release without this, and add it as I have time)
I think That's everything. As soon as I have everything situated for myself again, I'll look at the code and update this if I was wrong about anything, or missed anything.
Anyway, here's the update:
What's Done:
* Export GUI
* Most of the region types - footstep, swim, swim surface, panic link, climb, ladder (not yet in export plugin)
* GUI for all competed regions
* Framework for entire GUI system
What's Mostly Done:
* Code to write properties to objects/regions
* Code to tie into exporter
* GUI for object properties
What's Not Done:
* Implementing easy ladders in the export script
* Book/Page support (needs to be done before I can release the script.)
* current regions, camera regions
* sprites
* cameras
* Add page (I'll probably release without this, and add it as I have time)
I think That's everything. As soon as I have everything situated for myself again, I'll look at the code and update this if I was wrong about anything, or missed anything.

Your friendly neighborhood shard admin
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Alright. Got myself settled in, going back to work. I'm re-vamping the way I read-in object properties, since I learned a couple of things about Python that'll make it a lot easier to maintain and expand, and probably a bit faster.
This also means a re-vamp of the button-handlers for objects/regions. I'd also like to add camera and sprite support, but I might release without those at first.
This also means a re-vamp of the button-handlers for objects/regions. I'd also like to add camera and sprite support, but I might release without those at first.

Your friendly neighborhood shard admin
Indeed, you probably don't need those for a first release. But I only say that because I'm eager to try your tool.
It'll be good to have them, but you can add them in later IMHO.
With that first release their might be some comments/critics/bugs that crop up that you might want to take care of before adding anything else.

With that first release their might be some comments/critics/bugs that crop up that you might want to take care of before adding anything else.
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
The first release will be what I have set up right now: support for most region types, no cameras, no sprites, no ladders (unless Trylon finishes new ladders before then.)
Light support might also be non-existant, since I have no idea how to make a nice user-friendly light-selection system, at least not right now.
Light support might also be non-existant, since I have no idea how to make a nice user-friendly light-selection system, at least not right now.

Your friendly neighborhood shard admin