Scene Selector

A place to discuss non-Moho software for use in animation. Video editors, audio editors, 3D modelers, etc.

Moderators: Víctor Paredes, Belgarath, slowtiger

chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

I love the scene selector v_aviles . Good stuff.
User avatar
v_aviles
Posts: 86
Joined: Wed May 11, 2005 1:30 pm
Location: Puerto Rico
Contact:

Post by v_aviles »

chucky:
I love the scene selector v_aviles . Good stuff.
Thanks!
User avatar
v_aviles
Posts: 86
Joined: Wed May 11, 2005 1:30 pm
Location: Puerto Rico
Contact:

Post by v_aviles »

I "wrapped" the Scene Selector program and uploaded it ("Wrapped?? What the @&^$% is that???")

Visual Basic programs require some dependencies in order to run. Some tools, such as VB Power Wrap, add those dependencies to the Visual Basic executable, so no setup is required.

"VB-PowerWrap is a new utility from MoonLight Software that allows developers to distribute their programs without the host of various OCX's and DLL's. VB-PowerWrap can scan a VB project and wrap the appropriate dependency files and create a self-contained file for distribution. "

Anyway I created a setup program to install the application in a folder.

http://www.mediafire.com/?4ilo1qbtcvss9u3
Last edited by v_aviles on Thu Feb 02, 2012 5:54 pm, edited 1 time in total.
User avatar
realsnake
Posts: 274
Joined: Fri Oct 05, 2007 8:03 pm
Location: timing&

Post by realsnake »

whoa! nice app. if someone could write a script that will let users launch Scene selector directly from AS pro :idea:
Visit: My blog
User avatar
synthsin75
Posts: 9968
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Post by synthsin75 »

Here you go, Realsnake!

http://www.mediafire.com/?oxmmxjsyim2

Drop these two into your AS 'tool' folder and add this line where ever you want in the '_tool_list.txt':

Code: Select all

button  syn_scene_selector  ...

I have no way to test the bit for Mac/Linux. Let me know if it doesn't work, or you know the 'path' I need. :wink:



v_aviles,
I hope you don't mind I used your icon for the AS button.
teotoon
Posts: 135
Joined: Wed Aug 04, 2004 7:19 am
Location: Turkey

Post by teotoon »

Synthsin75, thank you very much, this is great! But, the "scene selector" opens the scene in a new window. Is there a way to open it in the current window?

By the way, I remember another app; MOREN, "Moho Rendering Engine". Having been made the appropriate changes, I think, this app also can be launched inside AS through this script...
User avatar
synthsin75
Posts: 9968
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Post by synthsin75 »

Sorry, there's no way to get around Windows opening a new instance of AS. That is OS behavior. I think the default behavior of Mac doesn't allow multiple instances, so it would open in the same instance on Mac.

Any external app can be opened with this. You'd just need to change the scripts name (internally as well) and change the path to the app you want opened. (And add another button for it in the tool list)

If I get the time, I guess I could make one script that could open several apps. Each time you hit the button you'd just have to select which app you're wanting to open.

MoRen, Panel Arranger, Papagayo, Scene Selector... Let me know if anyone thinks of any more to put on the list to access with a single button script in AS. :wink:

(If and when I get the time to do it :roll: )
chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

Hey yeah panel saver/arranger would be great Synth !
User avatar
realsnake
Posts: 274
Joined: Fri Oct 05, 2007 8:03 pm
Location: timing&

Post by realsnake »

No prob. :D and Its working thanks! synthsin75 8)
User avatar
v_aviles
Posts: 86
Joined: Wed May 11, 2005 1:30 pm
Location: Puerto Rico
Contact:

Post by v_aviles »

Thanks, synthsin75!
I hope you don't mind I used your icon for the AS button.
Of course I don't mind that you used the icon!
I have no way to test the bit for Mac/Linux. Let me know if it doesn't work, or you know the 'path' I need.
:cry: Sorry, this application is for Windows only...:cry:

My resolution for this year: learn to program in LUA... :shock:
User avatar
synthsin75
Posts: 9968
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Post by synthsin75 »

viewtopic.php?p=67666#67666

Here's the multi-app script, Chucky.


v_aviles,

I forgot this was a Windows only app. I made the open script to work on Mac also anyway. :oops: :wink:
chucky
Posts: 4650
Joined: Sun Jan 28, 2007 4:24 am

Post by chucky »

Image
User avatar
v_aviles
Posts: 86
Joined: Wed May 11, 2005 1:30 pm
Location: Puerto Rico
Contact:

Post by v_aviles »

A new upgrade of the Scene Selector program is available.

New features:
- Duplicate or delete AS files
- Delete the files on the backup folder(s)

Preferences screen, in which you can:
  • - Turn on/off the automatic backup creation
    - Allow the program to create backup sub-folders using the date as the name of the folder.

For example:
  • Backups
    • Bkp_03/27/09
      Bkp_03/28/09
      Bkp_03/29/09
Thanks to Ajahn Kusalo for all the suggestions!

Download it here:
http://www.mediafire.com/?4ilo1qbtcvss9u3
Last edited by v_aviles on Thu Feb 02, 2012 5:55 pm, edited 1 time in total.
User avatar
DK
Posts: 2854
Joined: Mon Aug 09, 2004 6:06 am
Location: Australia

Post by DK »

This is a great app v_aviles. Great to see it growing.

Thanks again
D.K
User avatar
Imago
Posts: 698
Joined: Wed Dec 10, 2008 9:48 am
Location: Sardinia

Post by Imago »

Every time I try to change the folder in the program, it gives me the "run-time error 52" and crashes!
How can I fix it?

P.S.
What is the right path to start Scene Selector from the button on Anime Studio?
Post Reply