[Plugin] Bitmap To Mesh
-
Version 0.4.0b
- Progress feedback
(And I managed to delete one of the example images in the original post. No undo... )
-
hi there,
Its there any posibility to reduce polygons? I tried Polyreduce plugin, which is on forum, but it doesnt work well. And my second question is about performance. I am using iMac, 2.66ghz, 4gb ram, nv9400. On this platform take generating of 150x150px height map around 4. minutes. Can you recomend something to speed it up? -
-
Thanks for the update thomthom,it's one of my favorite plugins
-
@ TT : well done ! it's great plugin .
-
-
thanks, works in verion 6 too.
-
Hey everyone, I am new to these forums and I have a quick question, I'm sorry in advance if it's already been answered. I just downloaded this plugin, and placed it in the right location...I have a Mac, so I wen to my internal hdd>app support>google sketchup 8>sketchup>plugins. Yet when I open sketchup it says the following: 'Error Loading File tt_bitmap2mesh.rb no such file to load -- TT_Lib2/core.rb'. This happened to me before, what I did to correct it. Any help would be appreciated. Thanks!
-
You have missed the "Requirements" in the first post:
You also need this plugin:
http://forums.sketchucation.com/download/file.php?id=63393 -
@gaieus said:
You have missed the "Requirements" in the first post:
[attachment=0:2ey2mpwh]<!-- ia0 -->tt-lib.png<!-- ia0 -->[/attachment:2ey2mpwh]
You also need this plugin:
http://forums.sketchucation.com/download/file.php?id=63393Oh ok that makes sense, thanks for the help!
-
I've downloaded and
put the two files in the folder plugin (SU)does not work (in SU7 and SU8)
I've downloaded tt_bitmap2mesh and TT_Lib2 - 2.5.8 (also tested TT_Lib)
put the 2 files in the folder plugindoes not work (in SU7 and SU8)
I've used this plugin often with WinXP on the old PC, I am now using Win7 64
Thanks a solution.
-
Could you post a screen shot of the plugins folder showing the files?
-
@marcomartim said:
I've downloaded and
put the two files in the folder plugin (SU)
does not work (in SU7 and SU8)
I've downloaded tt_bitmap2mesh and TT_Lib2 - 2.5.8 (also tested TT_Lib)
put the 2 files in the folder plugin
does not work (in SU7 and SU8)
I've used this plugin often with WinXP on the old PC, I am now using Win7 64
Thanks a solution.What 'two files' ?
You should havett_bitmap2mesh.rb
that downloads as it is and that goes into the Plugins folder.
Then you need to get the requiredTT_Lib2
set - it downloads in a zip file [currently namedTT_Lib2 - 2.5.8.zip
], you MUST extract the folder that's in that zip file. That folder us calledTT_Lib2
and it goes into the Plugins folder. It should contain lots of files and some subfolders inside it after the extraction, just as they are in the zip file when you view its contents...
When correctly installed it should work on all OSs and v7 or v8...
Check that you have full access rights to add files/folders into the Plugins folder - Windows might let you think you have done so but it can surreptitiously move them into a 'compatibility files' folder pending someone in authority OKing it - you need to be an Admin and have proper rights to do this...
After a restart of Sketchup... The menus are:
Draw > Mesh From Heightmap Context Menu > Mesh From Heightmap Context Menu > Mesh From Bitmap
-
@dave r said:
Could you post a screen shot of the plugins folder showing the files?
-
What's inside the
TT_Lib2
folder ?
When you say, 'It does not work...', what do you mean ?
For example...
Are there no menu items visible ? [see my recent post for detail of these]
Or do the menu items seem to do nothing ?
Are there are error messages displayed in the Window > Ruby Console when you run it ?
If you type [or copy+paste] this
TT::Plugins::BitmapToMesh.bitmap_to_mesh_tool()
<enter>
in the Ruby Console what happens ?
It it works recheck the menu items I mentioned...
-
Test File (bimap)
quadrado.bmp -
@tig said:
That folder us called
TT_Lib2
and it goes into the Plugins folder. It should contain lots of files and some subfolders inside it after the extraction, just as they are in the zip file when you view its contents...I know the plugin and its installation.; Used often
Everything is correct, the files are all present, but for some reason does not work.tested with various BMP 100x100 pixels.
It does not work, nothing happens.
-
@tig said:
If you type [or copy+paste] this
TT::Plugins::BitmapToMesh.bitmap_to_mesh_tool()
<enter>
in the Ruby Console what happens ?:
He opens the window to call the bimap,
made the selection BMP + enterββ,
window appears after the figure: -
I can see a problem - accented-characters in file-paths can cause problems in some Ruby functions - like File reading and checking.
When you moved the bitmap file toC:/quadrado.bmp
it worked because there were no accents in the path, BUTUsu**Γ‘**rio
[your name!] has the accent in the path to the file on your Desktop!
Try renaming your account toUsu**a**rio
and it should then work!
So the lesson is avoid accented-characters in folder-names and file-names that might be needed in Ruby code...
-
@tig said:
I can see a problem - accented-characters in file-paths can cause problems in some Ruby functions - like File reading and checking.
When you moved the bitmap file toC:/quadrado.bmp
it worked because there were no accents in the path, BUTUsu**Γ‘**rio
[your name!] has the accent in the path to the file on your Desktop!
Try renaming your account toUsu**a**rio
and it should then work!
So the lesson is avoid accented-characters in folder-names and file-names that might be needed in Ruby code...
These folder names are standard Windows version in Portuguese, rename it can cause problems in other software
Probably, other users have the same problem and without discovering the cause, leave this excellent plugin, at least if they read these posts will know why.
Thank you, hugs ...
Advertisement