Wings 3D Development Forum

Full Version: Heightmap Surface [plug-in] (updated: 2014/Jun/30)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
(09-11-2013, 01:55 PM)micheus Wrote: [ -> ]
(09-11-2013, 01:39 PM)tkbd Wrote: [ -> ]I tried the new version, it almost worked fine(construction blocks ) and found a couple of problems.
Hi tkbd, thanks for testing it.
So, the problems that you talking about are two: Japanese language file and add more data to information line. Isn't it?

Yes,it is.
  • The problem that the dialog window of HeightMap-Plugin is an English display even if it changes language to Japanese.
  • The method of deleting the color-key already set on color-ramp is not written. Please add the description about it to Information line.
    (I felt so when I added too many color-key on a color lamp. )
tkbd, could you please check if it's ok now?!
I can see only white blocks here Biggrin
(09-27-2013, 03:16 PM)micheus Wrote: [ -> ]tkbd, could you please check if it's ok now?!
I can see only white blocks here Biggrin

Please tell me file or url of the plugin archive for test.
I assume white square may be caused by a character not found in the font.Smile
(10-02-2013, 10:30 PM)tkbd Wrote: [ -> ]Please tell me file or url of the plugin archive for test.
It always available at the first post.

Thanks for check it.
(10-02-2013, 10:49 PM)micheus Wrote: [ -> ]
(10-02-2013, 10:30 PM)tkbd Wrote: [ -> ]Please tell me file or url of the plugin archive for test.
It always available at the first post.

Thanks for check it.

The cause of this issue is due to quote missing on heightmap_dialog 31-34 data.
[Image: th_fixdata_zps7f377a15.png]

also Wings3D console output an error message.
Quote:wpc_heighmap_surface_jp.lang,line 42: syntax error before: 'i'
I uploaded the corrected jp lang file. See URL follow.
http://brace.client.jp/wings3d_141/file.html (fix_data.zip)
This issue occurred on v5.10 and v5.09 both,so I attached two file into the archive.

RegardBiggrin
(10-04-2013, 09:35 AM)tkbd Wrote: [ -> ]The cause of this issue is due to quote missing on heightmap_dialog 31-34 data.
That's because I added those lines by my self (using a translator, of course Smile).

Thank you for fix it.
It's not immediately apparent to myself how to install this.. would someone tell me which folder this is installed to?
(01-13-2014, 07:02 PM)alocrius Wrote: [ -> ]It's not immediately apparent to myself how to install this.. would someone tell me which folder this is installed to?
Download the proper file found in the first post in this thread. There is a read me file inside the .zip file.
It is tough to build objects from images..I think you have done great job but I have failed miserably.

____________
Removed the quote from the first post [Micheus]
On Wings 1.5.3 I do get an error after installing the plugin:
Code:
wpc_heightmap_surface:command/3: bad return value: {'EXIT',
                                                    {{badmatch,{error,enoent}},
                                                     [{wp9_dialogs,file_list,
                                                       3,
                                                       [{file,
                                                         "wp9_dialogs.erl"},
                                                        {line,284}]},
                                                      {wp9_dialogs,dialog_1,
                                                       5,
                                                       [{file,
                                                         "wp9_dialogs.erl"},
                                                        {line,82}]},
                                                      {wp9_dialogs,dialog,4,
                                                       [{file,
                                                         "wp9_dialogs.erl"},
                                                        {line,72}]},
                                                      {wings_develop,
                                                       time_command,2,
                                                       [{file,
                                                         "wings_develop.erl"},
                                                        {line,81}]},
                                                      {wings_plugin,command,
                                                       3,
                                                       [{file,
                                                         "wings_plugin.erl"},
                                                        {line,127}]},
                                                      {wings,raw_command_1,3,
                                                       [{file,"wings.erl"},
                                                        {line,592}]},
                                                      {wings,raw_command,4,
                                                       [{file,"wings.erl"},
                                                        {line,589}]},
                                                      {wings_wm,handle_event,
                                                       3,
                                                       [{file,[...]},
                                                        {line,...}]}]}}

This is with the heightmap_surface-erts.5.10.vFinal.zip ZIP from the first post. I know it worked in 1.5.1 but I haven't used it since... any idea what's wrong?
Pages: 1 2 3 4 5 6 7 8