Hi Simon,
Nice & Useful plugin.
Hi Simon,
Thanks for this update.
Very useful extension for those loving playing with Dynamic Components in sketchUp.
Hi Simon,
Nice and well done plugin.
Very useful and easy to manage with Enscape.
Thanks.
Hello & Welcome, Simjoubert !
Nice and useful plugin.
A revised and working version can be downloaded HERE
Thank you for your two above, prompt actions. It’s greatly appreciated.
judedouch
Hi, Samuel
Thank you so much for doing this.
Works fine.
Simple is best.
judedouch
I've also got the same problem when Using the plugin , it just says "Processing" when I click "apply" and nothing more appens.
That problem occurs on my PC with SU 2014Pro and SU 2013Pro running on Windows XP Pro Sp3.
To Fix that problem on my PC I've done the following :
In ImageMagick.rb file located in ae_TextureResizer folder, I've made the following changes to Windows script host object ( adding in Run Method of WshShell a third argument "bWaitOnReturn=true") and add WScript suffix to CreateObject so lines 660, 661 and 664 have been revised as follow.
Line 660 : Add WScript. to CreateObject("WScript.Shell")] like that:
f.puts %[Set WshShell = WScript.CreateObject("WScript.Shell")]
Line 661 : Disable the code in this line like that:
#f.puts %[WshShell.Run """#{fbat}""", 0]
Line 664 : Enable the code in this line like that :
f.puts %[WshShell.Run """#{fbat}""", 0, true]
Previously, I've observed that the batch file named "commands.bat" create by ImageMagick.rb at C:\Documents and Settings\User\Local Settings\Tmp\skp_textureresizer\xyzabc folder is not lauched by the Visual Bacic file named "commands.vbs" create also by ImageMagic.rb file at line 657.
When I double click on the commands.bat file , the TextureResize plugin finalize the processing and then delete all components writen in C:\Documents and Settings\Jean\Local Settings\Tmp\skp_textureresizer\xyzabc folder.