[Plugin] Export 2d with Alpha
-
I had no idea it would cause oddities for PNG files... :s
The documentation (roll eyes) says:@unknownuser said:
(optional) Float compression factor for JPEG images, between 0.0 and 1.0
http://www.sketchup.com/intl/en/developer/docs/ourdoc/view#write_image
So I figured there was no need to disable/enable depending on filetype - which I have no means of obtaining either as the filedialog comes after the options (SketchUp API limitation). And 0.0 is a valid value for JPEG - at least according to the API... though I've never tried to set it that low.
This sounds like a SketchUp bug - or very poor API documentation.
Unfortunately there isn't a whole lot I can do to address this. -
hm... looking at the docs again, 1.0 is best quality - 0.0 is worst. Compression is probably incorrect label (I just inherited the API argument name) - Quality is probably a better label.
-
@thomthom said:
This sounds like a SketchUp bug - or very poor API documentation.
Unfortunately there isn't a whole lot I can do to address this.No worries, Thomas...
You have my deepest respect regardless of this...
At least I found the reason and know what to do to avoid this in the future... -
@thomthom said:
hm... looking at the docs again, 1.0 is best quality - 0.0 is worst. Compression is probably incorrect label (I just inherited the API argument name) - Quality is probably a better label.
Getting slightly confused...
Are you going to update the plugin then...?Question:
Why are the user not able to select the file-type from the drop down list...?
If the user had to select the file-type (i.e. JPG or PNG) the compression could be inactive when png is selected and transparency can be inactive (obviously) when the user have selected jpg... -
That could possibly be an option. Might do that ... some time. But currently my priorities are Bezier Surface and Vertex Tools.
-
@thomthom said:
That could possibly be an option. Might do that ... some time. But currently my priorities are Bezier Surface and Vertex Tools.
Take your time, Thomas...
-
I have installed the plug-in and also the required TT_lib2. The export option exists in views pulldown. I select and get the window where I select resolution, transparency- then I get a file browser window and the file option is blank and it does not seem to save a file- I must be doing something wrong. Does this work with SU8 free version?
Thanks
Quentin -
Works with free version yes, but due to a bug in the API you must manally type the file extension of the file.
-
Export 2D works great!!! Only issue is having to do it multiple times to make sure it fits in window
Any thought to either a preview panel to let use check it fits....or....zoom to fit and, once exported, return to original zoom level (maybe key off selection of shapes to be exported)
just a thought
-
I recommend that people use V-Ray Tools instead. You don't need V-Ray to use it, but it has a better interface for setting the safe frame and exporting.
-
Why is this plugin not in the SketchUcation plugin store...?
Is there another plugin, which is better for making a png with alpha/transparency background...? -
supposedly the VRAY plugin is suppose to be better. However, my experience is that VRAY doesnt do a single thing....just sits there. So I use this plugin extensively (even modified it to get defaults the way I want them).
Like I said earlier....this pluging works well....would recommend it....VRAY not on my recommended list (there are other plugins from various authors that I would not recommend at all).
-
I can highly recommend the [SU]Ch v1.0.1 plugin by renderiza, which also enables the user to make a png-file with alpha/transparency...
-
@frederik said:
Why is this plugin not in the SketchUcation plugin store...?
Is there another plugin, which is better for making a png with alpha/transparency background...?It is
-
@frederik said:
Why is this plugin not in the SketchUcation plugin store...?
Is there another plugin, which is better for making a png with alpha/transparency background...?It has been superseded by V-Ray Tools. I know it's a bit confusing that it says V-*Ray, but there's an export 2d function there that works better than this plugin.
-
oh you guys are going to love this one
export 2d stopped working....it would post menus...but no image written
(VRAY just never worked for me at all in any way on any day)
Tried to reload sketchup couple of times....no avail..still got menus but no actual image write
Went into the plugin and changed 1 text string by 1 character
(added a space in save file panel title)
Reloaded sketchup...works again
I suspect its the whole plugin mgmt infrastructure....not so much the actual pluginJust got to love all this "free" stuff
-
It works just fine for me as it comes "out of the box". I would have to conclude that it is a problem on your end and not the plugin.
-
You're contribution here is pretty much negative and unhelpful in every way.
Don't be surprised if the Mods react and you find yourself unable to access the forums/site with your account. It is pretty much inevitable at this stage.
Try sketchuppluginreviews.com if you want to spread your message
Sent from my iPad
-
"post menus"? What you mean by that?
Did you get any error messages in the Ruby Console?Changing the title of the save dialog should have no difference.
Only thing I can think of that might break with that fairly simple plugin is the usages of non-english characters - as Ruby 1.8 will then fail. Another thing is that one needs to explicitly type the file type.
I cannot reproduce this, so without any error messages I'm unable to do much.
SketchUp version and OS would also be useful. (Can be added to your forum profile.) -
Does this work in SU2013? I can't seem to find out where the plugin is installed to! No errors appear when I install it...
Advertisement