thargor6 / mb3d

Mandelbulb3D
GNU Lesser General Public License v2.1
176 stars 34 forks source link

Ortographic error in LightAdjust.dfm #11

Open Jakeukalane opened 4 years ago

Jakeukalane commented 4 years ago

https://github.com/thargor6/mb3d/blob/66c45c98eb666e1cb0ccb8aaf36bccbb3fc574d2/LightAdjust.dfm

Line: 1575. Hint = 'Oject colors on cuts and 2d inside, click to change them.'

Should say: Hint = 'Object colors on cuts and 2d inside, click to change them.'

Thanks for still developing new functions of MB3D. What you are doing to MB3D is amazing.

thargor6 commented 4 years ago

Thank you for your feedback, it is much appreciated!

And, I will fix this error later!

Best regards, Andreas

Am Fr., 15. Mai 2020 um 18:01 Uhr schrieb Jakeukalane < notifications@github.com>:

https://github.com/thargor6/mb3d/blob/66c45c98eb666e1cb0ccb8aaf36bccbb3fc574d2/LightAdjust.dfm

Line: 1575. Hint = 'Oject colors on cuts and 2d inside, click to change them.'

Should say: Hint = 'Object colors on cuts and 2d inside, click to change them.'

Thanks for still developing new functions of MB3D. What you are doing to MB3D is amazing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thargor6/mb3d/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3RSFHMHNY6PNGP44XIHDRRVRLZANCNFSM4NBWDFJA .

Jakeukalane commented 4 years ago

You are welcome! Alas, if there is possible a localization of language, I am willing to do the translation for Spanish. Maybe should I open another topic (if localization is even possible/desirable)?

Greetings!, Alberto

thargor6 commented 3 years ago

I'm not really sure. I think, the software is to be considered "dead" and any significant effort will not make much sense.

Jakeukalane commented 3 years ago

Also I found this:

https://github.com/thargor6/mb3d/blob/c87fcf0c6b18be6cbdd2d9d3aae27e4050cd6957/ImageProcess.pas

Line 998 Mand3DForm.OutMessage('Could not build wavelet levels, no ambient shadow calced.');

I believe it should say: Mand3DForm.OutMessage('Could not build wavelet levels, no ambient shadow calculed.');

Thanks