Page 1 of 1

ui::commands

Posted: Sat Oct 23, 2010 8:15 pm
by Burkhard
Hi JD, is it possible to clarify which commands are used for each browser (Icon ) opening by the toolbar?
There is a new tool which samples all the Plugins in one frame ( only when they are available in the plugins folder, without any changes to the original )
The plugins start about the ui command

Re: ui::commands

Posted: Sun Oct 24, 2010 10:05 am
by JDHill
Sorry, but I am not sure what you are referring to. Do you have a link to the tool so that I can check it out directly?

Re: ui::commands

Posted: Sun Oct 24, 2010 10:51 am
by Burkhard
This tool was under developement so I can show you only the links
Here is the discussion about the Tool. http://forums.sketchucation.com/viewtop ... 23&t=31576
Here is the first beta http://forums.sketchucation.com/viewtop ... 23&t=31906
I've modified some things ( like the UI and some for my own needs ) like:
add_action_callback("startoctane") { octane } The last is the call for the octane exporter i.e.

Re: ui::commands

Posted: Sun Oct 24, 2010 11:02 am
by JDHill
Okay, that's clearer. These should be the ruby commands you are looking for:

Exporting
  • MX::Export.export('mxs')
    MX::Export.export('studio')
    MX::Export.export('maxwell')
MXM
  • MX::Env.mxmfile_browse
    MX::Env.mxmgallery_browse
Tools
  • MX::SceneManager.toggle_window
    MX::Tools.select_tool
    MX::Tools.pick_dof
    MX::Tools.pick_focaldist
Info
  • MX::Env.show_plugin_manual
    MX::Env.show_maxwel_manual
    MX::AboutBox.show_modal

Let me know if this is the info you need.

Re: ui::commands

Posted: Sun Oct 24, 2010 11:08 am
by Burkhard
Thanks, ( I 've found these too, but didn't know that these are the commands - I'm not a programmer )
I'll give a feedback if it works.

Works, thanks again!