Just curious, anyone had suawe working?
I managed to get the script installed and the demoscene loads fine, but I cant hear any sound!
I'm running SU 8!
Just curious, anyone had suawe working?
I managed to get the script installed and the demoscene loads fine, but I cant hear any sound!
I'm running SU 8!
@tig said:
@mr tee said:
Thank you TIG!
i installed it but it doesnt work for some reason, wont launch the html interface.
How could i modify it to play audio files instead?Sorry! I mis-linked http://rhin.crai.archi.fr/rld/plugin_details.php?id=229 is
links.rb
what you want the other is a links manager and is encrypted too!
Download and read the file in Notepad...
You will see that it links files/urls to objects - you need to link sound files to objects...
It also usesUI.openURL(filepath)
you'd substitute that withUI.play_sound(soundpath)
...
Thanks!
I had a look at the code, did u mean copy bits of the code.
is that possible to make an object act as a button which trigger a sound stored on the harddrive somewhere?
@unknownuser said:
And there is the ever popular Homer Button:
http://forums.sketchucation.com/viewtopic.php?p=6879#p6879
Thanks BooFredlay!
This would also work actually. but myexperience in Ruby isnt that good.
I've managed to make custom button image and custom sound, but i wonder how to ad more buttons in that tool bar?(see code below)
Is there a way to make the buttons longer?
plugins = Sketchup.find_support_file("Plugins")
sfile = File.join(plugins, "ljudstudie", "r1.wav")
icon = File.join(plugins, "ljudstudie", "r1.png")
tb = UI::Toolbar.new("Ljudstudie")
cmd = UI::Command.new("Doh") { UI.play_sound(sfile) }
cmd.small_icon = icon
cmd.large_icon = icon
cmd.tooltip = cmd.status_bar_text = "R1"
tb.add_item(cmd)
tb.show
Thank you TIG!
i installed it but it doesnt work for some reason, wont launch the html interface.
How could i modify it to play audio files instead?
@tig said:
As well as TBD's
suave.rb
there are the simple API methods
UI.beep
for a simple system-beep
UI.sound(path_to_sound_file)
for a .wav file osa...
To attach it to an object requires more code...
Didier Bur's script to useUI.openURL(url)
when you click an object [can't recall its name off-hand] could be easily modified to play a sound with the code above...
As I cant get the suawe to work I'm trying the above method, but I cant find that peice of code from Didier Bur to attach it to an object.
cheers!
Thank you guys!
I'm having trouble to get the SUAVE to work..
is there anyone that have got it working? apparently the demo is playing m03 files? never heard of them!
I'm using su 8!
Thanks for response!
the suave might be perfect!
the ui stuff sounds good aswell..
thank you!
Hi all!
Do you guys know a way of playing sounds in sketchup!
Is there a script that could do that, triggered by clicking on a scene or something like that.
Thank you!!
Thanks Chris!
I'm using after effects!
That method should work Iguess.
Its going to be double renders of everything though!
Thank you!
Thanks for reply TIG!
The tool your talking about making sounds great, an easier to do!
Thanks for advice about process image tool like Gimp, do u know any other free app that could to that?
Thank you for answer!
No Mac here !!
for this project i'm not using any 3rd party renderers.
Soo there is no alpha support for sketchup?
Can you get transparent background uisng styles?
Hi! Im making a flythrough using Proper animation and smooth step.
Is it possible to render image sequnce with transperancy in the background, for layering in post?
No worries!
By the way what renderer are u using?
@gaieus said:
May I ask what is dynamic in that model? It does report as dynamic but when I insert it into my model, I cannot access any dynamics.
Nothing is really dynamic. but when I first started with this project I thought it was best to wrap them up in a component if we wanted to use some attributes later!
Im trying to understand collections, im not sure if the 3d warehouse is ment to work this way but ideally I would like to use them for our products in a hierarchy, where the underlying collections only shows under another collection.. at the moment the underlying one also is showing by itself??
I would like to send a link to a client where he can easalie overview and download all our products as models. is that possible in the warehouse?
Hi!
Yes i guess if I tell them to import instead s you suggested it should work.
Wrap as a group is good to!
Thanks!
Thanks for response and for explaining that topic!
I Think i'll upload them as components, have a look if you like:
http://sketchup.google.com/3dwarehouse/details?mid=c8d10e463cbec8a4ab610b0c94236463&prevstart=0
The idea is that it should be as easy as possible for people that are new to sketchup to use all our models.
It would also be good to be able to send a link to people so the can easily access all of our products in one collection.
But then i guess they will have the problem with the objects that are broken down?
thanks again!