« Return to Thread: Layers prototype

User properties and NullOutputScript bugs - was: Layers prototype

by hoako :: Rate this Message:

Reply to Author | View in Thread

Joaquín Duo wrote:
> Hi!
>
> In the patch tracker is a patch for two script.
> http://sourceforge.net/tracker/index.php?func=detail&aid=1953238&group_id=11113&atid=311113
> This scripts add Layer functionality easily to the document. Also Key Bindings
> could be set for set assigning layers. (hiding and deleting not yet implemented,
> but will be)
Tim while making this prototype if found two bugs:
User properties:
When user properties are created via script, when the file is reloaded, they are
reordered missing it's original order. (this doesn't happen on manually created
user properties)

NullOutputScript:
When opening a file it evaluates its script before its user properties are created.
I guess is has to do with /scripting/null_output_script.cpp
line 51: connect_script_changed_signal(sigc::mem_fun(*this,
&null_output_script::on_execute));

Check here to test them: (opening the K-3D files is enough)
http://sourceforge.net/tracker/index.php?func=detail&aid=1955922&group_id=11113&atid=111113

Can you point me how/where should i fix these bugs?

Also i did used the int32_t and inode* user properties successfully, thanks
again for that fix!

Cheers!
Joaquín


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

 « Return to Thread: Layers prototype