From 6da3d0e6b591f555f255eb15393ff7c3b5fbd248 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 27 Apr 2023 12:38:11 -0500 Subject: [PATCH] Mods: Remove Raytracing Deprecated. Replaced by 3rd party addon 'Render'. --- src/Doc/BuildDevDoc.cfg.in | 1 - src/Doc/BuildWebDoc.cfg.in | 1 - src/Doc/sphinx/RayTracing.rst | 8 - src/Doc/sphinx/index.rst | 1 - src/Gui/PreferencePackTemplates/Shortcuts.cfg | 11 +- src/Mod/.gitattributes | 1 - src/Mod/AddonManager/Addon.py | 25 +- .../data/depends_on_all_workbenches.xml | 3 +- src/Mod/CMakeLists.txt | 4 - src/Mod/Raytracing/App/AppRaytracing.cpp | 62 -- src/Mod/Raytracing/App/AppRaytracingPy.cpp | 243 ----- src/Mod/Raytracing/App/CMakeLists.txt | 68 -- src/Mod/Raytracing/App/FreeCADpov | 106 -- src/Mod/Raytracing/App/LuxFeature.cpp | 113 --- src/Mod/Raytracing/App/LuxFeature.h | 65 -- src/Mod/Raytracing/App/LuxProject.cpp | 133 --- src/Mod/Raytracing/App/LuxProject.h | 72 -- src/Mod/Raytracing/App/LuxTools.cpp | 131 --- src/Mod/Raytracing/App/LuxTools.h | 49 - src/Mod/Raytracing/App/PovTools.cpp | 357 ------- src/Mod/Raytracing/App/PovTools.h | 120 --- src/Mod/Raytracing/App/PreCompiled.cpp | 24 - src/Mod/Raytracing/App/PreCompiled.h | 44 - src/Mod/Raytracing/App/RayFeature.cpp | 99 -- src/Mod/Raytracing/App/RayFeature.h | 65 -- src/Mod/Raytracing/App/RayProject.cpp | 125 --- src/Mod/Raytracing/App/RayProject.h | 71 -- src/Mod/Raytracing/App/RaySegment.cpp | 52 - src/Mod/Raytracing/App/RaySegment.h | 65 -- .../Raytracing/App/resources/FCAnimation.inc | 104 -- .../Raytracing/App/resources/FCAnimation.ini | 56 -- .../Raytracing/App/resources/FCAnimation.pov | 231 ----- src/Mod/Raytracing/App/resources/FCSimple.pov | 84 -- src/Mod/Raytracing/CMakeLists.txt | 53 - src/Mod/Raytracing/Gui/AppRaytracingGui.cpp | 84 -- src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp | 250 ----- src/Mod/Raytracing/Gui/CMakeLists.txt | 85 -- src/Mod/Raytracing/Gui/Command.cpp | 934 ------------------ src/Mod/Raytracing/Gui/DlgSettingsRay.ui | 390 -------- src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp | 99 -- src/Mod/Raytracing/Gui/DlgSettingsRayImp.h | 58 -- src/Mod/Raytracing/Gui/FreeCADpov | 106 -- src/Mod/Raytracing/Gui/PovrayHighlighter.cpp | 125 --- src/Mod/Raytracing/Gui/PovrayHighlighter.h | 51 - src/Mod/Raytracing/Gui/PreCompiled.cpp | 23 - src/Mod/Raytracing/Gui/PreCompiled.h | 66 -- .../Raytracing/Gui/Resources/Raytracing.qrc | 57 -- .../Gui/Resources/icons/Raytrace_Camera.svg | 159 --- .../Gui/Resources/icons/Raytrace_Export.svg | 97 -- .../icons/Raytrace_ExportProject.svg | 281 ------ .../Gui/Resources/icons/Raytrace_Lux.svg | 134 --- .../Gui/Resources/icons/Raytrace_New.svg | 519 ---------- .../icons/Raytrace_NewPartSegment.svg | 277 ------ .../Gui/Resources/icons/Raytrace_Part.svg | 135 --- .../Gui/Resources/icons/Raytrace_Render.svg | 529 ---------- .../Resources/icons/Raytrace_ResetCamera.svg | 166 ---- .../Resources/icons/RaytracingWorkbench.svg | 207 ---- .../icons/preferences-raytracing.svg | 329 ------ .../Gui/Resources/translations/Raytracing.ts | 520 ---------- .../Resources/translations/Raytracing_af.qm | Bin 12405 -> 0 bytes .../Resources/translations/Raytracing_af.ts | 522 ---------- .../Resources/translations/Raytracing_ar.qm | Bin 11948 -> 0 bytes .../Resources/translations/Raytracing_ar.ts | 522 ---------- .../Resources/translations/Raytracing_be.qm | Bin 12730 -> 0 bytes .../Resources/translations/Raytracing_be.ts | 522 ---------- .../Resources/translations/Raytracing_bg.qm | Bin 12609 -> 0 bytes .../Resources/translations/Raytracing_bg.ts | 522 ---------- .../Resources/translations/Raytracing_ca.qm | Bin 13081 -> 0 bytes .../Resources/translations/Raytracing_ca.ts | 522 ---------- .../Resources/translations/Raytracing_cs.qm | Bin 12211 -> 0 bytes .../Resources/translations/Raytracing_cs.ts | 522 ---------- .../Resources/translations/Raytracing_de.qm | Bin 13053 -> 0 bytes .../Resources/translations/Raytracing_de.ts | 522 ---------- .../Resources/translations/Raytracing_el.qm | Bin 13343 -> 0 bytes .../Resources/translations/Raytracing_el.ts | 520 ---------- .../translations/Raytracing_es-AR.qm | Bin 13184 -> 0 bytes .../translations/Raytracing_es-AR.ts | 520 ---------- .../translations/Raytracing_es-ES.qm | Bin 13216 -> 0 bytes .../translations/Raytracing_es-ES.ts | 520 ---------- .../Resources/translations/Raytracing_eu.qm | Bin 12995 -> 0 bytes .../Resources/translations/Raytracing_eu.ts | 522 ---------- .../Resources/translations/Raytracing_fi.qm | Bin 12679 -> 0 bytes .../Resources/translations/Raytracing_fi.ts | 522 ---------- .../Resources/translations/Raytracing_fil.qm | Bin 13194 -> 0 bytes .../Resources/translations/Raytracing_fil.ts | 522 ---------- .../Resources/translations/Raytracing_fr.qm | Bin 13279 -> 0 bytes .../Resources/translations/Raytracing_fr.ts | 520 ---------- .../Resources/translations/Raytracing_gl.qm | Bin 12835 -> 0 bytes .../Resources/translations/Raytracing_gl.ts | 522 ---------- .../Resources/translations/Raytracing_hr.qm | Bin 12690 -> 0 bytes .../Resources/translations/Raytracing_hr.ts | 520 ---------- .../Resources/translations/Raytracing_hu.qm | Bin 13210 -> 0 bytes .../Resources/translations/Raytracing_hu.ts | 522 ---------- .../Resources/translations/Raytracing_id.qm | Bin 12588 -> 0 bytes .../Resources/translations/Raytracing_id.ts | 522 ---------- .../Resources/translations/Raytracing_it.qm | Bin 13081 -> 0 bytes .../Resources/translations/Raytracing_it.ts | 520 ---------- .../Resources/translations/Raytracing_ja.qm | Bin 10448 -> 0 bytes .../Resources/translations/Raytracing_ja.ts | 522 ---------- .../Resources/translations/Raytracing_ka.qm | Bin 12835 -> 0 bytes .../Resources/translations/Raytracing_ka.ts | 522 ---------- .../Resources/translations/Raytracing_kab.qm | Bin 13269 -> 0 bytes .../Resources/translations/Raytracing_kab.ts | 522 ---------- .../Resources/translations/Raytracing_ko.qm | Bin 12108 -> 0 bytes .../Resources/translations/Raytracing_ko.ts | 522 ---------- .../Resources/translations/Raytracing_lt.qm | Bin 12647 -> 0 bytes .../Resources/translations/Raytracing_lt.ts | 520 ---------- .../Resources/translations/Raytracing_nl.qm | Bin 13145 -> 0 bytes .../Resources/translations/Raytracing_nl.ts | 522 ---------- .../Resources/translations/Raytracing_no.qm | Bin 12399 -> 0 bytes .../Resources/translations/Raytracing_no.ts | 522 ---------- .../Resources/translations/Raytracing_pl.qm | Bin 12681 -> 0 bytes .../Resources/translations/Raytracing_pl.ts | 522 ---------- .../translations/Raytracing_pt-BR.qm | Bin 12872 -> 0 bytes .../translations/Raytracing_pt-BR.ts | 522 ---------- .../translations/Raytracing_pt-PT.qm | Bin 13024 -> 0 bytes .../translations/Raytracing_pt-PT.ts | 520 ---------- .../Resources/translations/Raytracing_ro.qm | Bin 12822 -> 0 bytes .../Resources/translations/Raytracing_ro.ts | 520 ---------- .../Resources/translations/Raytracing_ru.qm | Bin 12878 -> 0 bytes .../Resources/translations/Raytracing_ru.ts | 520 ---------- .../Resources/translations/Raytracing_sk.qm | Bin 12519 -> 0 bytes .../Resources/translations/Raytracing_sk.ts | 522 ---------- .../Resources/translations/Raytracing_sl.qm | Bin 12408 -> 0 bytes .../Resources/translations/Raytracing_sl.ts | 522 ---------- .../translations/Raytracing_sr-CS.qm | Bin 12349 -> 0 bytes .../translations/Raytracing_sr-CS.ts | 522 ---------- .../Resources/translations/Raytracing_sr.qm | Bin 12308 -> 0 bytes .../Resources/translations/Raytracing_sr.ts | 522 ---------- .../translations/Raytracing_sv-SE.qm | Bin 12334 -> 0 bytes .../translations/Raytracing_sv-SE.ts | 522 ---------- .../Resources/translations/Raytracing_tr.qm | Bin 12360 -> 0 bytes .../Resources/translations/Raytracing_tr.ts | 520 ---------- .../Resources/translations/Raytracing_uk.qm | Bin 12702 -> 0 bytes .../Resources/translations/Raytracing_uk.ts | 522 ---------- .../translations/Raytracing_val-ES.qm | Bin 13402 -> 0 bytes .../translations/Raytracing_val-ES.ts | 522 ---------- .../Resources/translations/Raytracing_vi.qm | Bin 12254 -> 0 bytes .../Resources/translations/Raytracing_vi.ts | 522 ---------- .../translations/Raytracing_zh-CN.qm | Bin 9345 -> 0 bytes .../translations/Raytracing_zh-CN.ts | 522 ---------- .../translations/Raytracing_zh-TW.qm | Bin 9189 -> 0 bytes .../translations/Raytracing_zh-TW.ts | 522 ---------- src/Mod/Raytracing/Gui/ViewProvider.cpp | 200 ---- src/Mod/Raytracing/Gui/ViewProvider.h | 70 -- src/Mod/Raytracing/Gui/Workbench.cpp | 90 -- src/Mod/Raytracing/Gui/Workbench.h | 50 - src/Mod/Raytracing/Init.py | 26 - src/Mod/Raytracing/InitGui.py | 49 - src/Mod/Raytracing/RaytracingExample.py | 98 -- src/Mod/Raytracing/RaytracingGlobal.h | 47 - src/Mod/Raytracing/Templates/LuxClassic.lxs | 165 ---- src/Mod/Raytracing/Templates/LuxOutdoor.lxs | 112 --- src/Mod/Raytracing/Templates/ProjectStd.pov | 53 - .../Raytracing/Templates/RadiosityNormal.pov | 41 - .../Templates/RadiosityOutdoorHQ.pov | 41 - src/Mod/Raytracing/raytracing.dox | 5 - src/Mod/Web/Gui/Workbench.cpp | 11 - src/Tools/dir2qrc.py | 1 - src/Tools/update_qt_language_files.py | 24 + src/Tools/updatecrowdin.py | 5 - src/Tools/updatets.py | 5 - 162 files changed, 32 insertions(+), 31291 deletions(-) delete mode 100644 src/Doc/sphinx/RayTracing.rst delete mode 100644 src/Mod/Raytracing/App/AppRaytracing.cpp delete mode 100644 src/Mod/Raytracing/App/AppRaytracingPy.cpp delete mode 100644 src/Mod/Raytracing/App/CMakeLists.txt delete mode 100644 src/Mod/Raytracing/App/FreeCADpov delete mode 100644 src/Mod/Raytracing/App/LuxFeature.cpp delete mode 100644 src/Mod/Raytracing/App/LuxFeature.h delete mode 100644 src/Mod/Raytracing/App/LuxProject.cpp delete mode 100644 src/Mod/Raytracing/App/LuxProject.h delete mode 100644 src/Mod/Raytracing/App/LuxTools.cpp delete mode 100644 src/Mod/Raytracing/App/LuxTools.h delete mode 100644 src/Mod/Raytracing/App/PovTools.cpp delete mode 100644 src/Mod/Raytracing/App/PovTools.h delete mode 100644 src/Mod/Raytracing/App/PreCompiled.cpp delete mode 100644 src/Mod/Raytracing/App/PreCompiled.h delete mode 100644 src/Mod/Raytracing/App/RayFeature.cpp delete mode 100644 src/Mod/Raytracing/App/RayFeature.h delete mode 100644 src/Mod/Raytracing/App/RayProject.cpp delete mode 100644 src/Mod/Raytracing/App/RayProject.h delete mode 100644 src/Mod/Raytracing/App/RaySegment.cpp delete mode 100644 src/Mod/Raytracing/App/RaySegment.h delete mode 100644 src/Mod/Raytracing/App/resources/FCAnimation.inc delete mode 100644 src/Mod/Raytracing/App/resources/FCAnimation.ini delete mode 100644 src/Mod/Raytracing/App/resources/FCAnimation.pov delete mode 100644 src/Mod/Raytracing/App/resources/FCSimple.pov delete mode 100644 src/Mod/Raytracing/CMakeLists.txt delete mode 100644 src/Mod/Raytracing/Gui/AppRaytracingGui.cpp delete mode 100644 src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp delete mode 100644 src/Mod/Raytracing/Gui/CMakeLists.txt delete mode 100644 src/Mod/Raytracing/Gui/Command.cpp delete mode 100644 src/Mod/Raytracing/Gui/DlgSettingsRay.ui delete mode 100644 src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp delete mode 100644 src/Mod/Raytracing/Gui/DlgSettingsRayImp.h delete mode 100644 src/Mod/Raytracing/Gui/FreeCADpov delete mode 100644 src/Mod/Raytracing/Gui/PovrayHighlighter.cpp delete mode 100644 src/Mod/Raytracing/Gui/PovrayHighlighter.h delete mode 100644 src/Mod/Raytracing/Gui/PreCompiled.cpp delete mode 100644 src/Mod/Raytracing/Gui/PreCompiled.h delete mode 100644 src/Mod/Raytracing/Gui/Resources/Raytracing.qrc delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Camera.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Export.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ExportProject.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Lux.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_New.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_NewPartSegment.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Part.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Render.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ResetCamera.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/icons/preferences-raytracing.svg delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_cs.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_cs.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_de.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_de.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fi.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fi.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_gl.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_gl.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hu.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hu.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_id.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_id.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_it.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_it.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ja.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ja.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ko.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ko.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-BR.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-BR.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ro.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ro.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sk.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sk.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sv-SE.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sv-SE.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_tr.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_tr.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_uk.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_uk.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_val-ES.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_val-ES.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-CN.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-CN.ts delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-TW.qm delete mode 100644 src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-TW.ts delete mode 100644 src/Mod/Raytracing/Gui/ViewProvider.cpp delete mode 100644 src/Mod/Raytracing/Gui/ViewProvider.h delete mode 100644 src/Mod/Raytracing/Gui/Workbench.cpp delete mode 100644 src/Mod/Raytracing/Gui/Workbench.h delete mode 100644 src/Mod/Raytracing/Init.py delete mode 100644 src/Mod/Raytracing/InitGui.py delete mode 100644 src/Mod/Raytracing/RaytracingExample.py delete mode 100644 src/Mod/Raytracing/RaytracingGlobal.h delete mode 100644 src/Mod/Raytracing/Templates/LuxClassic.lxs delete mode 100644 src/Mod/Raytracing/Templates/LuxOutdoor.lxs delete mode 100644 src/Mod/Raytracing/Templates/ProjectStd.pov delete mode 100644 src/Mod/Raytracing/Templates/RadiosityNormal.pov delete mode 100644 src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov delete mode 100644 src/Mod/Raytracing/raytracing.dox create mode 100644 src/Tools/update_qt_language_files.py diff --git a/src/Doc/BuildDevDoc.cfg.in b/src/Doc/BuildDevDoc.cfg.in index 2808f140d8..f4dc7a906f 100644 --- a/src/Doc/BuildDevDoc.cfg.in +++ b/src/Doc/BuildDevDoc.cfg.in @@ -1402,7 +1402,6 @@ PREDEFINED = HAVE_SWIG \ AppPartDesignExport= \ AppPartExport= \ AppPartGuiExport= \ - AppRaytracingExport= \ AppRobotExport= \ AppSketcherExport= \ AppStartExport= \ diff --git a/src/Doc/BuildWebDoc.cfg.in b/src/Doc/BuildWebDoc.cfg.in index a0903907d0..50411a853d 100644 --- a/src/Doc/BuildWebDoc.cfg.in +++ b/src/Doc/BuildWebDoc.cfg.in @@ -2310,7 +2310,6 @@ PREDEFINED = HAVE_SWIG \ AppPartDesignExport= \ AppPartExport= \ AppPartGuiExport= \ - AppRaytracingExport= \ AppRobotExport= \ AppSketcherExport= \ AppStartExport= \ diff --git a/src/Doc/sphinx/RayTracing.rst b/src/Doc/sphinx/RayTracing.rst deleted file mode 100644 index 59239aeb9b..0000000000 --- a/src/Doc/sphinx/RayTracing.rst +++ /dev/null @@ -1,8 +0,0 @@ -The RayTracing module -===================== - -.. toctree:: - :maxdepth: 4 - -.. automodule:: Raytracing - :members: diff --git a/src/Doc/sphinx/index.rst b/src/Doc/sphinx/index.rst index 5427793c3c..f5bf79c905 100644 --- a/src/Doc/sphinx/index.rst +++ b/src/Doc/sphinx/index.rst @@ -31,7 +31,6 @@ This is the complete python API reference of the FreeCAD application DraftWorkingPlane.rst Arch.rst Drawing.rst - RayTracing.rst * :ref:`genindex` * :ref:`modindex` diff --git a/src/Gui/PreferencePackTemplates/Shortcuts.cfg b/src/Gui/PreferencePackTemplates/Shortcuts.cfg index 384b1c710d..a2872d7f9a 100644 --- a/src/Gui/PreferencePackTemplates/Shortcuts.cfg +++ b/src/Gui/PreferencePackTemplates/Shortcuts.cfg @@ -452,15 +452,6 @@ - - - - - - - - - @@ -962,4 +953,4 @@ - \ No newline at end of file + diff --git a/src/Mod/.gitattributes b/src/Mod/.gitattributes index c8bed0fc78..c8b465e1d0 100644 --- a/src/Mod/.gitattributes +++ b/src/Mod/.gitattributes @@ -96,7 +96,6 @@ Part/** -text PartDesign/** -text Plot/** -text Points/** -text -Raytracing/** -text ReverseEngineering/** -text Robot/** -text Sandbox/** -text diff --git a/src/Mod/AddonManager/Addon.py b/src/Mod/AddonManager/Addon.py index adb896cd27..2356845eb3 100644 --- a/src/Mod/AddonManager/Addon.py +++ b/src/Mod/AddonManager/Addon.py @@ -55,7 +55,6 @@ INTERNAL_WORKBENCHES = { "path": "Path", "plot": "Plot", "points": "Points", - "raytracing": "Raytracing", "robot": "Robot", "sketcher": "Sketcher", "spreadsheet": "Spreadsheet", @@ -176,9 +175,7 @@ class Addon: # The url should never end in ".git", so strip it if it's there parsed_url = urlparse(self.url) if parsed_url.path.endswith(".git"): - self.url = ( - parsed_url.scheme + "://" + parsed_url.netloc + parsed_url.path[:-4] - ) + self.url = parsed_url.scheme + "://" + parsed_url.netloc + parsed_url.path[:-4] if parsed_url.query: self.url += "?" + parsed_url.query if parsed_url.fragment: @@ -212,9 +209,7 @@ class Addon: result = f"FreeCAD {self.repo_type}\n" result += f"Name: {self.name}\n" result += f"URL: {self.url}\n" - result += ( - "Has metadata\n" if self.metadata is not None else "No metadata found\n" - ) + result += "Has metadata\n" if self.metadata is not None else "No metadata found\n" if self.macro is not None: result += "Has linked Macro object\n" return result @@ -243,9 +238,7 @@ class Addon: status = Addon.Status.UNCHECKED else: status = Addon.Status.NOT_INSTALLED - instance = Addon( - cache_dict["name"], cache_dict["url"], status, cache_dict["branch"] - ) + instance = Addon(cache_dict["name"], cache_dict["url"], status, cache_dict["branch"]) for key, value in cache_dict.items(): instance.__dict__[key] = value @@ -517,9 +510,7 @@ class Addon: _, file_extension = os.path.splitext(real_icon) store = os.path.join(self.cache_directory, "PackageMetadata") - self.cached_icon_filename = os.path.join( - store, self.name, "cached_icon" + file_extension - ) + self.cached_icon_filename = os.path.join(store, self.name, "cached_icon" + file_extension) return self.cached_icon_filename @@ -668,9 +659,7 @@ class Addon: wb_name = "" if self.repo_type == Addon.Kind.PACKAGE: - for wb in self.metadata.content[ - "workbench" - ]: # we may have more than one wb. + for wb in self.metadata.content["workbench"]: # we may have more than one wb. if wb_name != "": wb_name += "," wb_name += wb.classname @@ -801,7 +790,5 @@ class MissingDependencies: self.python_requires.sort() self.python_optional.sort() self.python_optional = [ - option - for option in self.python_optional - if option not in self.python_requires + option for option in self.python_optional if option not in self.python_requires ] diff --git a/src/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml b/src/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml index 58a18d4798..79a5c6145a 100644 --- a/src/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml +++ b/src/Mod/AddonManager/AddonManagerTest/data/depends_on_all_workbenches.xml @@ -23,7 +23,6 @@ path Plot POINTS - RayTRAcing ROBOTWB Sketcher workbench Spreadsheet @@ -31,4 +30,4 @@ - \ No newline at end of file + diff --git a/src/Mod/CMakeLists.txt b/src/Mod/CMakeLists.txt index 3ee5aec3c6..c83b3f197d 100644 --- a/src/Mod/CMakeLists.txt +++ b/src/Mod/CMakeLists.txt @@ -74,10 +74,6 @@ if(BUILD_POINTS) add_subdirectory(Points) endif(BUILD_POINTS) -if(BUILD_RAYTRACING) - add_subdirectory(Raytracing) -endif(BUILD_RAYTRACING) - if(BUILD_REVERSEENGINEERING) add_subdirectory(ReverseEngineering) endif(BUILD_REVERSEENGINEERING) diff --git a/src/Mod/Raytracing/App/AppRaytracing.cpp b/src/Mod/Raytracing/App/AppRaytracing.cpp deleted file mode 100644 index ba66b72a26..0000000000 --- a/src/Mod/Raytracing/App/AppRaytracing.cpp +++ /dev/null @@ -1,62 +0,0 @@ -/*************************************************************************** - * Copyright (c) Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#include -#include -#include - -#include "LuxFeature.h" -#include "LuxProject.h" -#include "RayFeature.h" -#include "RayProject.h" -#include "RaySegment.h" - - -namespace Raytracing { - extern PyObject* initModule(); -} - - -PyMOD_INIT_FUNC(Raytracing) -{ - // load dependent module - try { - Base::Interpreter().loadModule("Part"); - } - catch(const Base::Exception& e) { - PyErr_SetString(PyExc_ImportError, e.what()); - PyMOD_Return(nullptr); - } - - Raytracing::RaySegment ::init(); - Raytracing::RayFeature ::init(); - Raytracing::RayProject ::init(); - Raytracing::LuxFeature ::init(); - Raytracing::LuxProject ::init(); - - - PyObject* mod = Raytracing::initModule(); - Base::Console().Log("Loading Raytracing module... done\n"); - PyMOD_Return(mod); -} diff --git a/src/Mod/Raytracing/App/AppRaytracingPy.cpp b/src/Mod/Raytracing/App/AppRaytracingPy.cpp deleted file mode 100644 index 0e08725f14..0000000000 --- a/src/Mod/Raytracing/App/AppRaytracingPy.cpp +++ /dev/null @@ -1,243 +0,0 @@ -/*************************************************************************** - * Copyright (c) Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#include - -#include -#include -#include -#include -#include - -#include "LuxTools.h" -// automatically generated..... -#include "FreeCADpov.h" - - -using namespace std; - - -namespace Raytracing { -class Module : public Py::ExtensionModule -{ -public: - Module() : Py::ExtensionModule("Raytracing") - { - add_varargs_method("writeProjectFile",&Module::writeProjectFile - ); - add_varargs_method("getProjectFile",&Module::getProjectFile - ); - add_varargs_method("getPartAsPovray",&Module::getPartAsPovray - ); - add_varargs_method("getPartAsLux",&Module::getPartAsLux - ); - add_varargs_method("writePartFile",&Module::writePartFile - ); - add_varargs_method("writeDataFile",&Module::writeDataFile - ); - add_varargs_method("writePartFileCSV",&Module::writePartFileCSV - ); - add_varargs_method("writeCameraFile",&Module::writeCameraFile - ); - add_varargs_method("copyResource",&Module::copyResource - ); - initialize("This module is the Raytracing module."); // register with Python - } - - ~Module() override {} - -private: - Py::Object writeProjectFile(const Py::Tuple& args) - { - const char *fromPython = "FreeCAD.pov"; - if (! PyArg_ParseTuple(args.ptr(), "|(s)", &fromPython)) - throw Py::Exception(); - - Base::ofstream fout; - Base::FileInfo fi(fromPython); - fout.open(fi); - - fout << FreeCAD ; - fout.close(); - return Py::None(); - } - Py::Object getProjectFile(const Py::Tuple& /*args*/) - { - return Py::String(FreeCAD); - } - Py::Object getPartAsPovray(const Py::Tuple& args) - { - float r=0.5,g=0.5,b=0.5; - PyObject *ShapeObject; - const char *PartName; - if (! PyArg_ParseTuple(args.ptr(), "sO!|fff",&PartName, - &(Part::TopoShapePy::Type), &ShapeObject,&r,&g,&b)) - throw Py::Exception(); - - std::stringstream out; - const TopoDS_Shape &aShape = static_cast(ShapeObject)->getTopoShapePtr()->getShape(); - - PovTools::writeShape(out,PartName,aShape,(float)0.1); - // This must not be done in PovTools::writeShape! - out << "// instance to render" << endl - << "object {" << PartName << endl - << " texture {" << endl - << " pigment {color rgb <"<}" << endl - << " finish {StdFinish } //definition on top of the project" << endl - << " }" << endl - << "}" << endl ; - return Py::String(out.str()); - } - Py::Object getPartAsLux(const Py::Tuple& args) - { - float r=0.5,g=0.5,b=0.5; - PyObject *ShapeObject; - const char *PartName; - if (! PyArg_ParseTuple(args.ptr(), "sO!|fff",&PartName, - &(Part::TopoShapePy::Type), &ShapeObject,&r,&g,&b)) - throw Py::Exception(); - - std::stringstream out; - const TopoDS_Shape &aShape = static_cast(ShapeObject)->getTopoShapePtr()->getShape(); - - // write a material entry - // This must not be done in PovTools::writeShape! - out << "MakeNamedMaterial \"FreeCADMaterial_" << PartName << "\"" << endl; - out << " \"color Kd\" [" << r << " " << g << " " << b << "]" << endl; - out << " \"float sigma\" [0.000000000000000]" << endl; - out << " \"string type\" [\"matte\"]" << endl << endl; - - LuxTools::writeShape(out,PartName,aShape,(float)0.1); - return Py::String(out.str()); - } - Py::Object writePartFile(const Py::Tuple& args) - { - PyObject *ShapeObject; - const char *FileName,*PartName; - if (! PyArg_ParseTuple(args.ptr(), "ssO!",&FileName,&PartName, - &(Part::TopoShapePy::Type), &ShapeObject)) - throw Py::Exception(); - - const TopoDS_Shape &aShape = static_cast(ShapeObject)->getTopoShapePtr()->getShape(); - - PovTools::writeShape(FileName,PartName,aShape,(float)0.1); - - return Py::None(); - } - Py::Object writeDataFile(const Py::Tuple& args) - { - PyObject *dataObject; - const char *FileName,*PartName; - if (! PyArg_ParseTuple(args.ptr(), "ssO!",&FileName,&PartName, - &(Data::ComplexGeoDataPy::Type), &dataObject)) - throw Py::Exception(); - - const Data::ComplexGeoData* aData = static_cast - (dataObject)->getComplexGeoDataPtr(); - - PovTools::writeData(FileName,PartName,aData,0.1f); - - return Py::None(); - } - Py::Object writePartFileCSV(const Py::Tuple& args) - { - PyObject *ShapeObject; - const char *FileName; - float Acur,Length; - if (!PyArg_ParseTuple(args.ptr(), "O!sff",&(Part::TopoShapePy::Type), - &ShapeObject,&FileName,&Acur,&Length)) - throw Py::Exception(); - - TopoDS_Shape aShape = static_cast(ShapeObject)->getTopoShapePtr()->getShape(); - PovTools::writeShapeCSV(FileName,aShape,Acur,Length); - return Py::None(); - } - Py::Object writeCameraFile(const Py::Tuple& args) - { - PyObject *Arg[4]; - const char *FileName; - double vecs[4][3]; - if (!PyArg_ParseTuple(args.ptr(), "sO!O!O!O!",&FileName,&PyTuple_Type, - &Arg[0],&PyTuple_Type, &Arg[1],&PyTuple_Type, &Arg[2],&PyTuple_Type, &Arg[3])) - throw Py::Exception(); - - // go through the Tuple of Tuples - for (int i=0;i<4;i++) { - // check the right size of the Tuple of floats - if (PyTuple_GET_SIZE(Arg[i]) != 3) - throw Py::ValueError("Wrong parameter format, four Tuple of three floats needed!"); - - // go through the Tuple of floats - for (int l=0;l<3;l++) { - PyObject* temp = PyTuple_GetItem(Arg[i],l); - // check Type - if (PyFloat_Check(temp)) - vecs[i][l] = PyFloat_AsDouble(temp); - else if (PyLong_Check(temp)) - vecs[i][l] = (double) PyLong_AsLong(temp); - else - throw Py::ValueError("Wrong parameter format, four Tuple of three floats needed!"); - } - } - - // call the write method of PovTools.... - PovTools::writeCamera(FileName,CamDef(gp_Vec(vecs[0][0],vecs[0][1],vecs[0][2]), - gp_Vec(vecs[1][0],vecs[1][1],vecs[1][2]), - gp_Vec(vecs[2][0],vecs[2][1],vecs[2][2]), - gp_Vec(vecs[3][0],vecs[3][1],vecs[3][2]))); - - return Py::None(); - } - Py::Object copyResource(const Py::Tuple& args) - { - const char *FileName,*DestDir; - if (! PyArg_ParseTuple(args.ptr(), "ss",&FileName,&DestDir)) - throw Py::Exception(); - - std::string resName = App::Application::getHomePath(); - resName += "Mod"; - resName += PATHSEP ; - resName += "Raytracing"; - resName += PATHSEP ; - resName += "resources"; - resName += PATHSEP; - resName += FileName; - - Base::Console().Warning("Using fileName = %s\nRaytracer scene file not generated " - "because function is not implemented yet.\nYou can copy " - "the standard scene file FreeCAD.pov to your raytracing " - "directory to render the scene.\n",resName.c_str()); - - // This command should create the povray scene file, but does currently do nothing. - - return Py::None(); - } -}; - -PyObject* initModule() -{ - return Base::Interpreter().addModule(new Module); -} - -} // namespace Raytracing diff --git a/src/Mod/Raytracing/App/CMakeLists.txt b/src/Mod/Raytracing/App/CMakeLists.txt deleted file mode 100644 index 97024d0fc8..0000000000 --- a/src/Mod/Raytracing/App/CMakeLists.txt +++ /dev/null @@ -1,68 +0,0 @@ -if(MSVC) - add_definitions(-DFCAppRaytracing -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH) -else(MSVC) - add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H) -endif(MSVC) - -include_directories( - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/src - ${CMAKE_CURRENT_BINARY_DIR} - ${Boost_INCLUDE_DIRS} - ${OCC_INCLUDE_DIR} - ${PYTHON_INCLUDE_DIRS} - ${XercesC_INCLUDE_DIRS} - ${ZLIB_INCLUDE_DIR} -) -link_directories(${OCC_LIBRARY_DIR}) - - -set(Raytracing_LIBS - Part - ${OCC_LIBRARIES} - ${OCC_DEBUG_LIBRARIES} - FreeCADApp -) - -macro(generate_from_py2 BASE_NAME OUTPUT_FILE) - file(TO_NATIVE_PATH ${CMAKE_SOURCE_DIR}/src/Tools/PythonToCPP.py TOOL_PATH) - file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/${BASE_NAME} SOURCE_PATH) - add_custom_command( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${OUTPUT_FILE} - COMMAND ${PYTHON_EXECUTABLE} ${TOOL_PATH} ${SOURCE_PATH} ${OUTPUT_FILE} - MAIN_DEPENDENCY ${BASE_NAME} - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - COMMENT Building files out of ${BASE_NAME}.py) -endmacro(generate_from_py2) - -generate_from_py2(FreeCADpov FreeCADpov.h) - -SET(Raytracing_SRCS - AppRaytracing.cpp - AppRaytracingPy.cpp - FreeCADpov - PovTools.cpp - PovTools.h - LuxTools.cpp - LuxTools.h - PreCompiled.cpp - PreCompiled.h - RayFeature.cpp - RayFeature.h - RayProject.cpp - RayProject.h - RaySegment.cpp - RaySegment.h - LuxFeature.h - LuxFeature.cpp - LuxProject.h - LuxProject.cpp -) - -add_library(Raytracing SHARED ${Raytracing_SRCS}) -target_link_libraries(Raytracing ${Raytracing_LIBS}) - -SET_BIN_DIR(Raytracing Raytracing /Mod/Raytracing) -SET_PYTHON_PREFIX_SUFFIX(Raytracing) - -INSTALL(TARGETS Raytracing DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/src/Mod/Raytracing/App/FreeCADpov b/src/Mod/Raytracing/App/FreeCADpov deleted file mode 100644 index e1d7856d48..0000000000 --- a/src/Mod/Raytracing/App/FreeCADpov +++ /dev/null @@ -1,106 +0,0 @@ -// FreeCAD Povray standard file -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -// -w320 -h240 -// -w8000 -h6000 +a0.3 -// Use povray -iLehreW221animation.pov LehreW221animation.ini to trace. -// Use povray -w1280 -h720 +a0.3 -iLehreW221animation.pov LehreW221animation.ini to trace. - -// Include Standard-Colors provided by povray -#include "colors.inc" -// Include Standard-Textures and Finishes provided by povray -#include "textures.inc" -#include "woods.inc" - -// default texture -//default { -// texture { pigment {rgb 1} finish {ambient 0.2 reflection 0.2 specular 0.7} } -//} - - -sky_sphere { - pigment { rgb <0.8,0.8,0.8> } - pigment { - gradient x - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <0.1,0.1,0.1,1>] - [1.00 color rgbt <0.1,0.1,0.1,1>] - } - scale 0.05 - } - pigment { - gradient y - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <0.1,0.1,0.1,1>] - [1.00 color rgbt <0.1,0.1,0.1,1>] - } - scale 0.05 - } -} - - -// Fussboden -plane { // checkered floor - y, -1 - texture - { - pigment { - checker - color rgb 1 - color rgb 0.5 - scale 0.5 - } - finish{ - diffuse 0.2 - ambient 0.4 - } - } - scale 1000 -} - - -// includes the Part mesh written from FreeCAD -#include "TempPart.inc" -object {Part - texture { pigment {rgb <0.3,0.8,0.3>} finish {ambient 0.2 reflection 0.2 specular 0.7} } - } - -// includes the camera from FreeCAD -#include "TempCamera.inc" -camera { - location CamPos - look_at LookAt - sky Up - angle 50 -} - - - -// Lightsource -light_source { -<-1573.9813500000005,1310.07165000000003,-2000.1032>, color White -} diff --git a/src/Mod/Raytracing/App/LuxFeature.cpp b/src/Mod/Raytracing/App/LuxFeature.cpp deleted file mode 100644 index e2c0defe7e..0000000000 --- a/src/Mod/Raytracing/App/LuxFeature.cpp +++ /dev/null @@ -1,113 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Yorik van Havre * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#ifndef _PreComp_ -# include -# include -#endif - -#include - -#include "LuxFeature.h" -#include "LuxTools.h" - - -using namespace Raytracing; -using namespace std; - -PROPERTY_SOURCE(Raytracing::LuxFeature, Raytracing::RaySegment) - -//=========================================================================== -// Feature -//=========================================================================== - -LuxFeature::LuxFeature(void) -{ - ADD_PROPERTY(Source,(nullptr)); - ADD_PROPERTY(Color,(App::Color(0.5f,0.5f,0.5f))); - ADD_PROPERTY(Transparency,(0)); -} - -short LuxFeature::mustExecute() const -{ - if (Source.isTouched()) - return 1; - if (Color.isTouched()) - return 1; - if (Transparency.isTouched()) - return 1; - return RaySegment::mustExecute(); -} - -App::DocumentObjectExecReturn *LuxFeature::execute(void) -{ - std::stringstream result; - std::string ViewName = getNameInDocument(); - - App::DocumentObject* link = Source.getValue(); - if (!link) - return new App::DocumentObjectExecReturn("No object linked"); - if (!link->getTypeId().isDerivedFrom(Part::Feature::getClassTypeId())) - return new App::DocumentObjectExecReturn("Linked object is not a Part object"); - TopoDS_Shape shape = static_cast(link)->Shape.getShape().getShape(); - std::string Name(std::string("Lux_")+static_cast(link)->getNameInDocument()); - if (shape.IsNull()) - return new App::DocumentObjectExecReturn("Linked shape object is empty"); - ShapeAnalysis_ShapeContents test; - test.Clear(); - test.Perform(shape); - if (test.NbFaces() < 1) - return new App::DocumentObjectExecReturn("Shape contains no face to render"); - - // write a material entry - // This must not be done in LuxTools::writeShape! - const App::Color& c = Color.getValue(); - long t = Transparency.getValue(); - if (t == 0) { - result << "MakeNamedMaterial \"FreeCADMaterial_" << Name << "\"" << endl - << " \"color Kd\" [" << c.r << " " << c.g << " " << c.b << "]" << endl - << " \"float sigma\" [0.000000000000000]" << endl - << " \"string type\" [\"matte\"]" << endl << endl; - } else { - float trans = t/100.0f; - result << "MakeNamedMaterial \"FreeCADMaterial_Base_" << Name << "\"" << endl - << " \"color Kd\" [" << c.r << " " << c.g << " " << c.b << "]" << endl - << " \"float sigma\" [0.000000000000000]" << endl - << " \"string type\" [\"matte\"]" << endl << endl - << "MakeNamedMaterial \"FreeCADMaterial_Null_" << Name << "\"" << endl - << " \"string type\" [\"null\"]" << endl << endl - << "MakeNamedMaterial \"FreeCADMaterial_" << Name << "\"" << endl - << " \"string namedmaterial1\" [\"FreeCADMaterial_Null_" << Name << "\"]" << endl - << " \"string namedmaterial2\" [\"FreeCADMaterial_Base_" << Name << "\"]" << endl - << " \"float amount\" [" << trans << "]" << endl - << " \"string type\" [\"mix\"]" << endl << endl; - } - - LuxTools::writeShape(result,Name.c_str(),shape); - - // Apply the resulting fragment - Result.setValue(result.str().c_str()); - - return App::DocumentObject::StdReturn; -} diff --git a/src/Mod/Raytracing/App/LuxFeature.h b/src/Mod/Raytracing/App/LuxFeature.h deleted file mode 100644 index 9b73535eb2..0000000000 --- a/src/Mod/Raytracing/App/LuxFeature.h +++ /dev/null @@ -1,65 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Yorik van Havre * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _LuxFeature_h_ -#define _LuxFeature_h_ - -#include -#include - -#include "RaySegment.h" - - -namespace Raytracing -{ - -class Property; - -/** Base class of all Feature classes in FreeCAD - */ -class RaytracingExport LuxFeature: public Raytracing::RaySegment -{ - PROPERTY_HEADER_WITH_OVERRIDE(Raytracing::LuxFeature); -public: - /// Constructor - LuxFeature(void); - - App::PropertyLink Source; - App::PropertyColor Color; - App::PropertyPercent Transparency; - - /** @name methods override Feature */ - //@{ - short mustExecute() const override; - /// recalculate the Feature - App::DocumentObjectExecReturn *execute(void) override; - - /// returns the type name of the ViewProvider - const char* getViewProviderName(void) const override { - return "Gui::ViewProviderDocumentObject"; - } - //@} -}; - -} //namespace Raytracing - -#endif //_LuxFeature_h_ diff --git a/src/Mod/Raytracing/App/LuxProject.cpp b/src/Mod/Raytracing/App/LuxProject.cpp deleted file mode 100644 index 064343a368..0000000000 --- a/src/Mod/Raytracing/App/LuxProject.cpp +++ /dev/null @@ -1,133 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Yorik van Havre * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#ifndef _PreComp_ -# include -# include -# include -# include -#endif - -#include -#include -#include - -#include "LuxProject.h" -#include "LuxFeature.h" - - -using namespace Raytracing; -using namespace std; - -PROPERTY_SOURCE(Raytracing::LuxProject, App::DocumentObjectGroup) - -//=========================================================================== -// Feature -//=========================================================================== - -LuxProject::LuxProject(void) -{ - ADD_PROPERTY_TYPE(PageResult, (nullptr), 0, App::Prop_Output, "Resulting Luxrender Scene file"); - ADD_PROPERTY_TYPE(Template, (""), 0, App::Prop_None, "Template for the Luxrender project"); - ADD_PROPERTY_TYPE(Camera, (""), 0, App::Prop_None, "Camera settings"); -} - -void LuxProject::onDocumentRestored() -{ - Base::FileInfo templateInfo(Template.getValue()); - if (!templateInfo.exists()) { - Base::FileInfo fi(Template.getValue()); - if (fi.fileName().empty()) - fi.setFile(PageResult.getValue()); - string path = App::Application::getResourceDir() + "Mod/Raytracing/Templates/" + fi.fileName(); - // try to find the template in user dir/Templates first - Base::FileInfo tempfi(App::Application::getUserAppDataDir() + "data/Mod/Raytracing/Templates/" + fi.fileName()); - if (tempfi.exists()) - path = tempfi.filePath(); - Template.setValue(path); - } -} - -App::DocumentObjectExecReturn *LuxProject::execute(void) -{ - if (string(PageResult.getValue()).empty()) - PageResult.setValue(Template.getValue()); - - Base::FileInfo fi(Template.getValue()); - if (!fi.isReadable()) { - Base::Console().Log("LuxProject::execute() not able to open %s!\n",Template.getValue()); - string error = string("Cannot open file ") + Template.getValue(); - return new App::DocumentObjectExecReturn(error); - } - // open Template file - string line; - ifstream file (fi.filePath().c_str()); - - // make a temp file for FileIncluded Property - string tempName = PageResult.getExchangeTempFile(); - ofstream ofile(tempName.c_str()); - - // copy the input of the resource file - while (getline (file,line)) { - // check if the marker in the template is found - if(line.find("#RaytracingContent") == string::npos) { - if(line.find("#RaytracingCamera") == string::npos) { - // if not - write through - ofile << line << endl; - } else { - // in luxrender, the camera info must be written at a specific place - ofile << Camera.getValue(); - } - } else { - // get through the children and collect all the views - ofile << "# declares FreeCAD objects" << endl - << "# Generated by FreeCAD (http://www.freecad.org/)" << endl << endl; - const vector &Grp = Group.getValues(); - for (vector::const_iterator It= Grp.begin();It!=Grp.end();++It) { - if ((*It)->getTypeId().isDerivedFrom(Raytracing::RaySegment::getClassTypeId())) { - Raytracing::RaySegment *View = static_cast(*It); - ofile << View->Result.getValue(); - ofile << endl; - } - } - ofile << "# End of FreeCAD objects" << endl; - } - } - - file.close(); - ofile.close(); - - PageResult.setValue(tempName.c_str()); - - return App::DocumentObject::StdReturn; -} - -short LuxProject::mustExecute() const -{ - if (Camera.isTouched()) - return 1; - if (Template.isTouched()) - return 1; - return 0; -} diff --git a/src/Mod/Raytracing/App/LuxProject.h b/src/Mod/Raytracing/App/LuxProject.h deleted file mode 100644 index 44e494561b..0000000000 --- a/src/Mod/Raytracing/App/LuxProject.h +++ /dev/null @@ -1,72 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Yorik van Havre * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _LuxProject_h_ -#define _LuxProject_h_ - -#include -#include -#include - - -namespace Raytracing -{ - -class Property; - -/** Base class of all Feature classes in FreeCAD - */ -//class RayFeature: public Part::PartFeature -class RaytracingExport LuxProject: public App::DocumentObjectGroup -{ - PROPERTY_HEADER_WITH_OVERRIDE(Raytracing::LuxProject); - -public: - /// Constructor - LuxProject(void); - - App::PropertyFileIncluded PageResult; - App::PropertyFile Template; - App::PropertyString Camera; - - - /** @name methods override Feature */ - //@{ - /// recalculate the Feature - App::DocumentObjectExecReturn *execute(void) override; - short mustExecute() const override; - const char* getViewProviderName(void) const override { - return "RaytracingGui::ViewProviderLux"; - } - /// get called after a document has been fully restored - void onDocumentRestored() override; - //@} - - -}; - - -} //namespace Raytracing - - - -#endif //_LuxFeature_h_ diff --git a/src/Mod/Raytracing/App/LuxTools.cpp b/src/Mod/Raytracing/App/LuxTools.cpp deleted file mode 100644 index eaf7944f4b..0000000000 --- a/src/Mod/Raytracing/App/LuxTools.cpp +++ /dev/null @@ -1,131 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#ifndef _PreComp_ -# include - -# include -# include -# include -# include -#endif - -#include -#include -#include - -#include "PovTools.h" -#include "LuxTools.h" - - -using Base::Console; -using namespace Raytracing; - -std::string LuxTools::getCamera(const CamDef& Cam) -{ - std::stringstream out; - out << "# declares position and view direction" << std::endl - << "# Generated by FreeCAD (http://www.freecad.org/)" - << std::endl - - // writing Camera positions - << "LookAt " << Cam.CamPos.X() << " " << Cam.CamPos.Y() << " " << Cam.CamPos.Z() << " " - // writing lookat - << Cam.LookAt.X() << " " << Cam.LookAt.Y() << " " << Cam.LookAt.Z() << " " - // writing the Up Vector - << Cam.Up.X() << " " << Cam.Up.Y() << " " << Cam.Up.Z() << std::endl; - - return out.str(); -} - -void LuxTools::writeShape(std::ostream &out, const char *PartName, const TopoDS_Shape& Shape, float fMeshDeviation) -{ - Base::Console().Log("Meshing with Deviation: %f\n",fMeshDeviation); - - TopExp_Explorer ex; - BRepMesh_IncrementalMesh MESH(Shape,fMeshDeviation); - - // counting faces and start sequencer - int l = 1; - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next(),l++) {} - Base::SequencerLauncher seq("Writing file", l); - - // write object - out << "AttributeBegin # \"" << PartName << "\"" << std::endl; - out << "Transform [1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1]" << std::endl; - out << "NamedMaterial \"FreeCADMaterial_" << PartName << "\"" << std::endl; - out << "Shape \"mesh\"" << std::endl; - - // gather vertices, normals and face indices - std::stringstream triindices; - std::stringstream N; - std::stringstream P; - l = 1; - int vi = 0; - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next(),l++) { - - // get the shape and mesh it - const TopoDS_Face& aFace = TopoDS::Face(ex.Current()); - - std::vector points; - std::vector vertexnormals; - std::vector facets; - if (!Part::Tools::getTriangulation(aFace, points, facets)) { - break; - } - - Part::Tools::getPointNormals(points, facets, vertexnormals); - Part::Tools::getPointNormals(points, aFace, vertexnormals); - - // writing vertices - for (std::size_t i=0; i < points.size(); i++) { - P << points[i].X() << " " << points[i].Y() << " " << points[i].Z() << " "; - } - - // writing per vertex normals - for (std::size_t j=0; j < vertexnormals.size(); j++) { - N << vertexnormals[j].X() << " " << vertexnormals[j].Y() << " " << vertexnormals[j].Z() << " "; - } - - // writing triangle indices - for (std::size_t k=0; k < facets.size(); k++) { - Standard_Integer n1, n2, n3; - facets[k].Get(n1, n2, n3); - triindices << n1 + vi << " " << n3 + vi << " " << n2 + vi << " "; - } - - vi = vi + points.size(); - - seq.next(); - - } // end of face loop - - // write mesh data - out << " \"integer triindices\" [" << triindices.str() << "]" << std::endl; - out << " \"point P\" [" << P.str() << "]" << std::endl; - out << " \"normal N\" [" << N.str() << "]" << std::endl; - out << " \"bool generatetangents\" [\"false\"]" << std::endl; - out << " \"string name\" [\"" << PartName << "\"]" << std::endl; - out << "AttributeEnd # \"\"" << std::endl; -} diff --git a/src/Mod/Raytracing/App/LuxTools.h b/src/Mod/Raytracing/App/LuxTools.h deleted file mode 100644 index ea6a480b9f..0000000000 --- a/src/Mod/Raytracing/App/LuxTools.h +++ /dev/null @@ -1,49 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _LuxTools_h_ -#define _LuxTools_h_ - -#include - -#include "PovTools.h" - - -class TopoDS_Shape; -class TopoDS_Face; - -namespace Data { class ComplexGeoData; } - -namespace Raytracing -{ - - class RaytracingExport LuxTools - { - public: - /// returns the given camera position as luxray defines - static std::string getCamera(const CamDef& Cam); - /// returns the given shape as luxrender material + shape data - static void writeShape(std::ostream &out, const char *PartName, const TopoDS_Shape& Shape, float fMeshDeviation=0.1); - }; -} // namespace Raytracing - -#endif // _LuxTools_h_ diff --git a/src/Mod/Raytracing/App/PovTools.cpp b/src/Mod/Raytracing/App/PovTools.cpp deleted file mode 100644 index a810875172..0000000000 --- a/src/Mod/Raytracing/App/PovTools.cpp +++ /dev/null @@ -1,357 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#ifndef _PreComp_ -# include - -# include -# include -# include -# include -#endif - -#include -#include -#include -#include -#include - -#include "PovTools.h" - - -using Base::Console; - -using namespace Raytracing; -using namespace std; - -#include "PovTools.h" - -//#include "TempCamera.inc" -//camera { -// location CamPos -// look_at LookAt -// sky Up -// angle 45 -//} - -std::string PovTools::getCamera(const CamDef& Cam, int width, int height) -{ - std::stringstream out; - out << "// declares position and view direction\n" << endl - << "// Generated by FreeCAD (http://www.freecad.org/)" << endl - - // writing Camera positions - << "#declare cam_location = <" << Cam.CamPos.X() <<"," << Cam.CamPos.Z() <<"," << Cam.CamPos.Y()<<">;" << endl - - // writing lookat - << "#declare cam_look_at = <" << Cam.LookAt.X() <<"," << Cam.LookAt.Z() <<"," << Cam.LookAt.Y() <<">;"<< endl - - // writing the Up Vector - << "#declare cam_sky = <" << Cam.Up.X() <<"," << Cam.Up.Z() <<"," << Cam.Up.Y() <<">;"<< endl - - // array of zoom factors - << "#declare cam_angle = 45; " << endl - // instance of the camera - << "camera {" << endl - << " location cam_location" << endl - << " look_at cam_look_at" << endl - << " sky cam_sky" << endl - << " angle cam_angle " << endl - << " right x*" << width << "/" << height << endl - << "}"<< endl; - return out.str(); -} - -void PovTools::writeCamera(const char* FileName, const CamDef& Cam) -{ - std::vector vCam; - vCam.push_back(Cam); - writeCameraVec(FileName,vCam); -} - - -void PovTools::writeCameraVec(const char* FileName, const std::vector& CamVec) -{ - std::stringstream out; - std::vector::const_iterator It; - out << "// declares position and view directions\n" - << "// Generated by FreeCAD (http://www.freecad.org/)\n\n" - << "// Total number of camera positions\n" - << "#declare nCamPos = " << CamVec.size() << ";\n\n"; - - // writing Camera positions - out << "// Array of positions\n" - << "#declare CamPos = array[" << CamVec.size() << "] {\n"; - for (It = CamVec.begin(); It != CamVec.end(); ++It) - out << " <" << It->CamPos.X() <<"," << It->CamPos.Z() <<"," << It->CamPos.Y() <<">,\n"; - out << "};\n" - // writing Camera Direction vector - << "// Array of Directions (only for special calculations)\n" - << "#declare CamDir = array[" << CamVec.size() << "] {\n"; - - for (It = CamVec.begin(); It != CamVec.end(); ++It) - out << " <" << It->CamDir.X() <<"," << It->CamDir.Z() <<"," << It->CamDir.Y() <<">,\n"; - out << "};\n" - // writing lookat - << "// Array of Look At positions\n" - << "#declare LookAt = array[" << CamVec.size() << "] {\n"; - - for (It = CamVec.begin(); It != CamVec.end(); ++It) - out << " <" << It->LookAt.X() <<"," << It->LookAt.Z() <<"," << It->LookAt.Y() <<">,\n"; - out << "};\n" - // writing the Up Vector - << "// // Array of up vectors\n" - << "#declare Up = array[" << CamVec.size() << "] {\n"; - - for (It = CamVec.begin(); It != CamVec.end(); ++It) - out << " <" << It->Up.X() <<"," << It->Up.Z() <<"," << It->Up.Y() <<">,\n"; - out << "};\n" - // array of zoom factors - << "// // Array of up vectors\n" - << "#declare CamZoom = array[" << CamVec.size() << "] {\n"; - - for (It = CamVec.begin(); It != CamVec.end(); ++It) - out << " 45,\n"; - out << "};\n"; - - - // open the file and write - Base::ofstream fout(FileName); - fout << out.str() << endl; - fout.close(); -} - -void PovTools::writeData(const char *FileName, const char *PartName, - const Data::ComplexGeoData* data, float /*fMeshDeviation*/) -{ - // open the file and write - Base::ofstream fout(FileName); - // write the file - fout << "// Written by FreeCAD http://www.freecad.org/" << endl; - - unsigned long count = data->countSubElements("Face"); - for (unsigned long i=0; i points; - std::vector normals; - std::vector facets; - Data::Segment* segm = data->getSubElement("Face", i); - data->getFacesFromSubElement(segm, points, normals, facets); - delete segm; - - // writing per face header - fout << "// element number" << i << " +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" << endl - << "#declare " << PartName << i << " = mesh2{" << endl - << " vertex_vectors {" << endl - << " " << points.size() << "," << endl; - - // writing vertices - for (std::vector::iterator it = points.begin(); it != points.end(); ++it) { - fout << " <" - << it->x << "," - << it->y << "," - << it->z << ">," - << endl; - } - - // writing per vertex normals - fout << " }" << endl - << " normal_vectors {" << endl - << " " << normals.size() << "," << endl; - - for (std::vector::iterator it = normals.begin(); it != normals.end(); ++it) { - fout << " <" - << it->x << "," - << it->y << "," - << it->z << ">," - << endl; - } - - // writing triangle indices - fout << " }" << endl - << " face_indices {" << endl - << " " << facets.size() << "," << endl; - for (std::vector::iterator it = facets.begin(); it != facets.end(); ++it) { - fout << " <" << it->I1 << ","<< it->I3 << ","<< it->I2 << ">," << endl; - } - - // end of face - fout << " }" << endl - << "} // end of element" << i << endl << endl; - } - - fout << endl << endl << "// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" << endl - << "#declare " << PartName << " = union {" << endl; - for (unsigned long i=1; i < count; i++) { - fout << "mesh2{ " << PartName << i << "}" << endl; - } - fout << "}" << endl; - fout.close(); -} - -void PovTools::writeShape(const char *FileName, const char *PartName, - const TopoDS_Shape& Shape, float fMeshDeviation) -{ - // open the file and write - Base::ofstream fout(FileName); - writeShape(fout,PartName,Shape,fMeshDeviation); - fout.close(); -} - -void PovTools::writeShape(std::ostream &out, const char *PartName, - const TopoDS_Shape& Shape, float fMeshDeviation) -{ - Base::Console().Log("Meshing with Deviation: %f\n",fMeshDeviation); - - TopExp_Explorer ex; - BRepMesh_IncrementalMesh MESH(Shape,fMeshDeviation); - - - // counting faces and start sequencer - int l = 1; - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next(),l++) {} - Base::SequencerLauncher seq("Writing file", l); - - // write the file - out << "// Written by FreeCAD http://www.freecad.org/" << endl; - l = 1; - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next(),l++) { - - // get the shape and mesh it - const TopoDS_Face& aFace = TopoDS::Face(ex.Current()); - - std::vector points; - std::vector vertexnormals; - std::vector facets; - if (!Part::Tools::getTriangulation(aFace, points, facets)) { - break; - } - Part::Tools::getPointNormals(points, facets, vertexnormals); - Part::Tools::getPointNormals(points, aFace, vertexnormals); - - // writing per face header - out << "// face number" << l << " +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" << endl - << "#declare " << PartName << l << " = mesh2{" << endl - << " vertex_vectors {" << endl - << " " << points.size() << "," << endl; - // writing vertices - for (std::size_t i=0; i < points.size(); i++) { - out << " <" - << points[i].X() << "," - << points[i].Z() << "," - << points[i].Y() << ">," - << endl; - } - out << " }" << endl - // writing per vertex normals - << " normal_vectors {" << endl - << " " << vertexnormals.size() << "," << endl; - for (std::size_t j=0; j < vertexnormals.size(); j++) { - out << " <" - << vertexnormals[j].X() << "," - << vertexnormals[j].Z() << "," - << vertexnormals[j].Y() << ">," - << endl; - } - - out << " }" << endl - // writing triangle indices - << " face_indices {" << endl - << " " << facets.size() << "," << endl; - for (std::size_t k=0; k < facets.size(); k++) { - Standard_Integer n1, n2, n3; - facets[k].Get(n1, n2, n3); - out << " <" << n1 << ","<< n3 << "," << n2 << ">," << endl; - } - // end of face - out << " }" << endl - << "} // end of Face"<< l << endl << endl; - - seq.next(); - - } // end of face loop - - - out << endl << endl << "// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" << endl - << "#declare " << PartName << " = union {" << endl; - for (int i=1; i < l; i++) { - out << "mesh2{ " << PartName << i << "}" << endl; - } - out << "}" << endl; -} - -void PovTools::writeShapeCSV(const char *FileName, - const TopoDS_Shape& Shape, - float fMeshDeviation, - float fLength) -{ - const char cSeperator = ','; - - Base::Console().Log("Meshing with Deviation: %f\n",fMeshDeviation); - - TopExp_Explorer ex; - BRepMesh_IncrementalMesh MESH(Shape,fMeshDeviation); - - // open the file and write - Base::FileInfo fi(FileName); - Base::ofstream fout(fi); - - // counting faces and start sequencer - int l = 1; - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next(),l++) {} - Base::SequencerLauncher seq("Writing file", l); - - // write the file - for (ex.Init(Shape, TopAbs_FACE); ex.More(); ex.Next()) { - - // get the shape and mesh it - const TopoDS_Face& aFace = TopoDS::Face(ex.Current()); - - std::vector points; - std::vector vertexnormals; - std::vector facets; - if (!Part::Tools::getTriangulation(aFace, points, facets)) { - break; - } - - Part::Tools::getPointNormals(points, facets, vertexnormals); - Part::Tools::getPointNormals(points, aFace, vertexnormals); - - // writing per face header - // writing vertices - for (std::size_t i=0; i < points.size(); i++) { - fout << points[i].X() << cSeperator - << points[i].Z() << cSeperator - << points[i].Y() << cSeperator - << vertexnormals[i].X() * fLength << cSeperator - << vertexnormals[i].Z() * fLength << cSeperator - << vertexnormals[i].Y() * fLength << cSeperator - << endl; - } - - seq.next(); - - } // end of face loop - - fout.close(); -} diff --git a/src/Mod/Raytracing/App/PovTools.h b/src/Mod/Raytracing/App/PovTools.h deleted file mode 100644 index ef290abac3..0000000000 --- a/src/Mod/Raytracing/App/PovTools.h +++ /dev/null @@ -1,120 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _PovTools_h_ -#define _PovTools_h_ - -#include -#include - -#include - - -class TopoDS_Shape; -class TopoDS_Face; - -namespace Data { class ComplexGeoData; } - -namespace Raytracing -{ - -/// helper class to store a complete camera position -class CamDef -{ -public: - CamDef(const gp_Vec& cCamPos, - const gp_Vec& cCamDir, - const gp_Vec& cLookAt, - const gp_Vec& cUp) - : - CamPos(cCamPos), - CamDir(cCamDir), - LookAt(cLookAt), - Up(cUp) - {} - - CamDef(const CamDef& copyMe) { - this->operator=(copyMe); - } - - const CamDef& operator=(const CamDef& copyMe) - { - CamPos = copyMe.CamPos; - CamDir = copyMe.CamDir; - LookAt = copyMe.LookAt; - Up = copyMe.Up; - - return *this; - } - - gp_Vec CamPos; - gp_Vec CamDir; - gp_Vec LookAt; - gp_Vec Up; -}; - - -class RaytracingExport PovTools -{ -public: - /// returns the given camera position as povray defines in a file - static std::string getCamera(const CamDef& Cam, - int width=800, - int height=600); - - /// writes the given camera position as povray defines in a file - static void writeCamera(const char* FileName, - const CamDef& Cam); - - /// writes the given camera positions as povray defines in a file - static void writeCameraVec(const char* FileName, - const std::vector& CamVec); - - /// write a given shape as povray file to disk - static void writeData(const char *FileName, - const char *PartName, - const Data::ComplexGeoData*, - float fMeshDeviation=0.1); - - /// write a given shape as povray file to disk - static void writeShape(const char *FileName, - const char *PartName, - const TopoDS_Shape& Shape, - float fMeshDeviation=0.1); - - /// write a given shape as povray in a stream - static void writeShape(std::ostream &out, - const char *PartName, - const TopoDS_Shape& Shape, - float fMeshDeviation=0.1); - - /// write a given shape as points and normal Vectors in a comma separated format - static void writeShapeCSV(const char *FileName, - const TopoDS_Shape& Shape, - float fMeshDeviation, - float fLength); -}; - - -} // namespace Raytracing - -#endif // _PovTools_h_ diff --git a/src/Mod/Raytracing/App/PreCompiled.cpp b/src/Mod/Raytracing/App/PreCompiled.cpp deleted file mode 100644 index 3e85848b9a..0000000000 --- a/src/Mod/Raytracing/App/PreCompiled.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - - -#include "PreCompiled.h" diff --git a/src/Mod/Raytracing/App/PreCompiled.h b/src/Mod/Raytracing/App/PreCompiled.h deleted file mode 100644 index 11e89819e6..0000000000 --- a/src/Mod/Raytracing/App/PreCompiled.h +++ /dev/null @@ -1,44 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef __PRECOMPILED__ -#define __PRECOMPILED__ - -#include - -#ifdef _PreComp_ - -// STL -#include -#include - -// OpenCascade View -#include -#include -#include -#include -#include -#include - -#endif //_PreComp_ - -#endif diff --git a/src/Mod/Raytracing/App/RayFeature.cpp b/src/Mod/Raytracing/App/RayFeature.cpp deleted file mode 100644 index 511555cda2..0000000000 --- a/src/Mod/Raytracing/App/RayFeature.cpp +++ /dev/null @@ -1,99 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -#endif - -#include - -#include "RayFeature.h" -#include "PovTools.h" - - -using namespace Raytracing; -using namespace std; - -PROPERTY_SOURCE(Raytracing::RayFeature, Raytracing::RaySegment) - -//=========================================================================== -// Feature -//=========================================================================== - -RayFeature::RayFeature(void) -{ - ADD_PROPERTY(Source,(nullptr)); - ADD_PROPERTY(Color,(App::Color(0.5f,0.5f,0.5f))); - ADD_PROPERTY(Transparency,(0)); -} - -short RayFeature::mustExecute() const -{ - if (Source.isTouched()) - return 1; - if (Color.isTouched()) - return 1; - if (Transparency.isTouched()) - return 1; - return RaySegment::mustExecute(); -} - -App::DocumentObjectExecReturn *RayFeature::execute(void) -{ - std::stringstream result; - std::string ViewName = getNameInDocument(); - - App::DocumentObject* link = Source.getValue(); - if (!link) - return new App::DocumentObjectExecReturn("No object linked"); - if (!link->getTypeId().isDerivedFrom(Part::Feature::getClassTypeId())) - return new App::DocumentObjectExecReturn("Linked object is not a Part object"); - TopoDS_Shape shape = static_cast(link)->Shape.getShape().getShape(); - std::string Name(std::string("Pov_")+static_cast(link)->getNameInDocument()); - if (shape.IsNull()) - return new App::DocumentObjectExecReturn("Linked shape object is empty"); - - PovTools::writeShape(result,Name.c_str(),shape); - - // This must not be done in PovTools::writeShape! - long t = Transparency.getValue(); - const App::Color& c = Color.getValue(); - result << "// instance to render" << endl - << "object {" << Name << endl - << " texture {" << endl; - if (t == 0) { - result << " pigment {color rgb <"<}" << endl; - } - else { - float trans = t/100.0f; - result << " pigment {color rgb <"< transmit "< * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _RayFeature_h_ -#define _RayFeature_h_ - -#include -#include - -#include "RaySegment.h" - - -namespace Raytracing -{ - -class Property; - -/** Base class of all Feature classes in FreeCAD - */ -class RaytracingExport RayFeature: public Raytracing::RaySegment -{ - PROPERTY_HEADER_WITH_OVERRIDE(Raytracing::RayFeature); -public: - /// Constructor - RayFeature(void); - - App::PropertyLink Source; - App::PropertyColor Color; - App::PropertyPercent Transparency; - - /** @name methods override Feature */ - //@{ - short mustExecute() const override; - /// recalculate the Feature - App::DocumentObjectExecReturn *execute(void) override; - - /// returns the type name of the ViewProvider - const char* getViewProviderName(void) const override { - return "Gui::ViewProviderDocumentObject"; - } - //@} -}; - -} //namespace Raytracing - -#endif //_RayFeature_h_ diff --git a/src/Mod/Raytracing/App/RayProject.cpp b/src/Mod/Raytracing/App/RayProject.cpp deleted file mode 100644 index 5f562d1929..0000000000 --- a/src/Mod/Raytracing/App/RayProject.cpp +++ /dev/null @@ -1,125 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -# include -#endif - -#include -#include -#include -#include - -#include "RayProject.h" -#include "RayFeature.h" - - -using namespace Raytracing; -using namespace std; - -PROPERTY_SOURCE(Raytracing::RayProject, App::DocumentObjectGroup) - -//=========================================================================== -// Feature -//=========================================================================== - -RayProject::RayProject(void) -{ - ADD_PROPERTY_TYPE(PageResult, (nullptr), 0, App::Prop_Output, "Resulting povray Project file"); - ADD_PROPERTY_TYPE(Template, (""), 0, App::Prop_None, "Template for the Povray project"); - ADD_PROPERTY_TYPE(Camera, (""), 0, App::Prop_None, "Camera settings"); -} - -void RayProject::onDocumentRestored() -{ - Base::FileInfo templateInfo(Template.getValue()); - if (!templateInfo.exists()) { - Base::FileInfo fi(Template.getValue()); - if (fi.fileName().empty()) - fi.setFile(PageResult.getValue()); - std::string path = App::Application::getResourceDir() + "Mod/Raytracing/Templates/" + fi.fileName(); - // try to find the template in user dir/Templates first - Base::FileInfo tempfi(App::Application::getUserAppDataDir() + "data/Mod/Raytracing/Templates/" + fi.fileName()); - if (tempfi.exists()) - path = tempfi.filePath(); - Template.setValue(path); - } -} - -App::DocumentObjectExecReturn *RayProject::execute(void) -{ - if (std::string(PageResult.getValue()).empty()) - PageResult.setValue(Template.getValue()); - - Base::FileInfo fi(Template.getValue()); - if (!fi.isReadable()) { - Base::Console().Log("RayProject::execute() not able to open %s!\n",Template.getValue()); - std::string error = std::string("Cannot open file ") + Template.getValue(); - return new App::DocumentObjectExecReturn(error); - } - // open Template file - string line; - ifstream file ( fi.filePath().c_str() ); - - // make a temp file for FileIncluded Property - string tempName = PageResult.getExchangeTempFile(); - ofstream ofile(tempName.c_str()); - - // copy the input of the resource file - while (getline (file,line)) { - // check if the marker in the template is found - if(line.find("//RaytracingContent") == string::npos) - // if not - write through - ofile << line << endl; - else { - ofile << Camera.getValue(); - - // get through the children and collect all the views - const std::vector &Grp = Group.getValues(); - for (std::vector::const_iterator It= Grp.begin();It!=Grp.end();++It) { - if ((*It)->getTypeId().isDerivedFrom(Raytracing::RaySegment::getClassTypeId())) { - Raytracing::RaySegment *View = static_cast(*It); - ofile << View->Result.getValue(); - ofile << endl << endl << endl; - } - } - } - } - - file.close(); - ofile.close(); - - PageResult.setValue(tempName.c_str()); - - return App::DocumentObject::StdReturn; -} - -short RayProject::mustExecute() const -{ - if (Camera.isTouched()) - return 1; - if (Template.isTouched()) - return 1; - return 0; -} diff --git a/src/Mod/Raytracing/App/RayProject.h b/src/Mod/Raytracing/App/RayProject.h deleted file mode 100644 index de9a654caf..0000000000 --- a/src/Mod/Raytracing/App/RayProject.h +++ /dev/null @@ -1,71 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2008 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _RayProject_h_ -#define _RayProject_h_ - -#include -#include -#include - - -namespace Raytracing -{ - -class Property; - -/** Base class of all Feature classes in FreeCAD - */ -class RaytracingExport RayProject: public App::DocumentObjectGroup -{ - PROPERTY_HEADER_WITH_OVERRIDE(Raytracing::RayProject); - -public: - /// Constructor - RayProject(void); - - App::PropertyFileIncluded PageResult; - App::PropertyFile Template; - App::PropertyString Camera; - - - /** @name methods override Feature */ - //@{ - /// recalculate the Feature - App::DocumentObjectExecReturn *execute(void) override; - short mustExecute() const override; - const char* getViewProviderName(void) const override { - return "RaytracingGui::ViewProviderPovray"; - } - /// get called after a document has been fully restored - void onDocumentRestored() override; - //@} - - -}; - - -} //namespace Raytracing - - - -#endif //_RayFeature_h_ diff --git a/src/Mod/Raytracing/App/RaySegment.cpp b/src/Mod/Raytracing/App/RaySegment.cpp deleted file mode 100644 index 4f9d18bd6a..0000000000 --- a/src/Mod/Raytracing/App/RaySegment.cpp +++ /dev/null @@ -1,52 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -#endif - -#include "RaySegment.h" - - -using namespace Raytracing; - -//=========================================================================== -// RaySegment -//=========================================================================== - -PROPERTY_SOURCE(Raytracing::RaySegment, App::DocumentObject) - -RaySegment::RaySegment(void) -{ - App::PropertyType type = static_cast((App::Prop_Output|App::Prop_Hidden)); - ADD_PROPERTY_TYPE(Result ,(nullptr),0,type,"Resulting SVG fragment of that view"); -} - -RaySegment::~RaySegment() -{ -} - -App::DocumentObjectExecReturn *RaySegment::execute(void) -{ - return App::DocumentObject::StdReturn; -} diff --git a/src/Mod/Raytracing/App/RaySegment.h b/src/Mod/Raytracing/App/RaySegment.h deleted file mode 100644 index af983868b5..0000000000 --- a/src/Mod/Raytracing/App/RaySegment.h +++ /dev/null @@ -1,65 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2007 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef _RaySegment_h_ -#define _RaySegment_h_ - -#include -#include -#include - - -namespace Raytracing -{ - -/** Base class of all View Features in the drawing module - */ -class RaytracingExport RaySegment: public App::DocumentObject -{ - PROPERTY_HEADER_WITH_OVERRIDE(Raytracing::RaySegment); - -public: - /// Constructor - RaySegment(void); - ~RaySegment() override; - - App::PropertyString Result; - - - /** @name methods override Feature */ - //@{ - /// recalculate the Feature - App::DocumentObjectExecReturn *execute(void) override; - - /// returns the type name of the ViewProvider - const char* getViewProviderName(void) const override { - return "Gui::ViewProviderDocumentObject"; - } - //@} -}; - - -} //namespace Raytracing - - - -#endif diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.inc b/src/Mod/Raytracing/App/resources/FCAnimation.inc deleted file mode 100644 index 65c75497e7..0000000000 --- a/src/Mod/Raytracing/App/resources/FCAnimation.inc +++ /dev/null @@ -1,104 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Georg Wiora * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -// Persistence of Vision Ray Tracer Scene Description File -// File: FreeCadAnimation.inc -// Vers: 3.6 -// Desc: Provides functionality to create povray animations with freecad -// Povray clock variable counts 0 to 1 -// Camera positions must be defined before including this file -// Date: 03-Mar-2005 -// Auth: Dr. Georg Wiora -// FreeCAD Povray standard file - - -// Made for Povray version 3.6 -#version 3.6; - -// Check for animation active -#if (clock_on) - - // Time per scene in seconds - #declare TimePerScene = final_clock/(nCamPos-1); - #debug concat("Time per Scene: ",str(TimePerScene,5,3),"\n") - - #macro debugprint() - #debug concat("Szene ",str(sz,3,0),"\n") - #debug concat("T=",str(T,5,2)," T0=",str(T0,5,2)," T1=",str(T1,5,2)," T2=",str(T2,5,2)," T1Sin=",str(T1Sin,5,2),"\n") - #end - - // Current time is always zero based - #declare T = clock; - - // Compute Scene number: One scene less than camera positions - #declare sz = floor(T / TimePerScene) ; - // check for end of scene definition - #if ((clock / TimePerScene) >= (nCamPos-1)) - #warning "Clock value is beyond last camera position. I will try to extrapolate the last motion vector." - // limit scene counter to maximum - #declare sz = nCamPos-1; - #declare sz1 = nCamPos-2; - #declare sz2 = nCamPos-1; - #else - // Scene index for vector computations - #declare sz1 = sz; - #declare sz2 = sz+1; - #end - - // Time Variables - #declare T0 = T-TimePerScene*sz ; // Relative scene time - #declare T1 = T0/TimePerScene ; // Normalised scene time - #declare T2 = 1-T1 ; // Reversed normalised scene time - #declare T1Sin = pow(sin(radians(T1*90)),2); // Sin-square time for smooth movements - debugprint() - - // Interpolate camera position between scenes - #declare CamPosT = CamPos[sz] + (CamPos[sz2]-CamPos[sz1])*T1 ; - #declare CamDirT = CamDir[sz] + (CamDir[sz2]-CamDir[sz1])*T1 ; - #declare LookAtT = LookAt[sz] + (LookAt[sz2]-LookAt[sz1])*T1 ; - #declare UpT = Up[sz] + (Up[sz2] -Up[sz1] )*T1 ; - #declare CamZoomT = CamZoom[sz] + (CamZoom[sz2]-CamZoom[sz1])*T1Sin ; - - - // Cameradefinition - #declare MovieCamera = camera - { - perspective - up UpT - right x*image_width/image_height - angle CamZoomT - location CamPosT - look_at LookAtT - up UpT - } -#else - // No animation. Define default camera at position 0 - #declare MovieCamera = camera - { - perspective - up Up[0] - right x*image_width/image_height - angle CamZoom[0] - location CamPos[0] - look_at LookAt[0] - up Up[0] - } - -#end diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.ini b/src/Mod/Raytracing/App/resources/FCAnimation.ini deleted file mode 100644 index d9cbeee5b8..0000000000 --- a/src/Mod/Raytracing/App/resources/FCAnimation.ini +++ /dev/null @@ -1,56 +0,0 @@ -;*************************************************************************** -;* Copyright (c) 2005 Georg Wiora * -;* * -;* This library is free software; you can redistribute it and/or * -;* modify it under the terms of the GNU Library General Public * -;* License as published by the Free Software Foundation; either * -;* version 2 of the License, or (at your option) any later version. * -;* * -;* This library is distributed in the hope that it will be useful, * -;* but WITHOUT ANY WARRANTY; without even the implied warranty of * -;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -;* GNU Library General Public License for more details. * -;* * -;* You should have received a copy of the GNU Library General Public * -;* License along with this library; see the file COPYING.LIB. If not, * -;* write to the Free Software Foundation, Inc., 59 Temple Place, * -;* Suite 330, Boston, MA 02111-1307, USA * -;* * -;*************************************************************************** - - -Input_File_Name=FreeCAD2.pov -; Specify an output directory -Output_File_Name=.\png\FreeCad2_.png - -;Antialias=Off - -; Low Quality -;Quality=3 -; Speed options -Display=Off -Verbose=Off - -; Use field swapping for double rate video output -;Field_Render=On - -; Create PNG (N) for less storage usage -Output_File_Type=N - -Antialias_Threshold=0.2 -Antialias_Depth=3 - -Initial_Frame=0 -Final_Frame=1999 - -; Compute partial animation -;Subset_Start_Frame=0 -;Subset_End_Frame=29 - -; Clock range is always [0..1] -Initial_Clock=0.0 -Final_Clock=1.0 - - -Cyclic_Animation=off -Pause_when_Done=off diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.pov b/src/Mod/Raytracing/App/resources/FCAnimation.pov deleted file mode 100644 index 716aa1647f..0000000000 --- a/src/Mod/Raytracing/App/resources/FCAnimation.pov +++ /dev/null @@ -1,231 +0,0 @@ -// FreeCAD Povray standard file -/*************************************************************************** - * Copyright (c) 2005 Juergen Riegel * - * Copyright (c) 2005 Georg Wiora * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -// -w320 -h240 -// -w8000 -h6000 +a0.3 -// Use povray -iLehreW221animation.pov LehreW221animation.ini to trace. -// Use povray -w1280 -h720 +a0.3 -iLehreW221animation.pov LehreW221animation.ini to trace. - -// Include Standard-Colors provided by povray -#include "colors.inc" -// Include Standard-Textures and Finishes provided by povray -#include "textures.inc" -#include "woods.inc" - -// Include Camera definitions from FreeCad -#include "TempAnimationDef.inc" -// Include Animation functions -#include "FreeCadAnimation.inc" - - -// Width of texture lines in percent of period length -#declare lWidth = 0.007; -// Colors for grid -#declare GridCol1 = rgb <0.9,0,0>; -#declare GridCol2 = rgb <0.9,0.9,0>; -// Transparent color for Grid -#declare GridTran = rgbf <1,1,1,1.0>; - -// Colormap for Coordinate grid -#declare scalemap = color_map { - [0.000 color GridCol1] // Beginning of red bar for main unit - [lWidth color GridCol1] // End of red bar - [(0.001+lWidth) color GridTran] // Beginning of first gap - [0.249 color GridTran] // End of first gap - [0.250 color GridCol2] // Beginning of yellow bar for sub unit - [(0.250+lWidth) color GridCol2] // End of yellow bar - [(0.251+lWidth) color GridTran] // Beginning of second gap - [0.499 color GridTran] // End of first gap - [0.500 color GridCol2] // Beginning of yellow bar for sub unit - [(0.500+lWidth) color GridCol2] // End of yellow bar - [(0.501+lWidth) color GridTran] // Beginning of second gap - [0.749 color GridTran] // End of first gap - [0.750 color GridCol2] // Beginning of yellow bar for sub unit - [(0.750+lWidth) color GridCol2] // End of yellow bar - [(0.751+lWidth) color GridTran] // Beginning of second gap - [1.0 color GridTran] // End of second gap - }; - -// finish for objects -#declare MyFinish = finish -{ - ambient 0.3 - diffuse 0.0 - reflection 0.25 - specular .6 - roughness 0.01 - brilliance 0.1 - metallic -} ; - -// finish for grid lines -#declare LineFinish = finish -{ - ambient 0.0 - diffuse 1.0 -}; - - -// Texture for coordinate lines -#declare scaletexture = // Background color - // horizontal lines - texture { - pigment { - gradient y - color_map {scalemap} - } - finish {LineFinish} - }; - /* - // Contour lines - texture { - pigment { - gradient z - color_map {scalemap} - } - finish {LineFinish} - }; - // vertical lines - texture { - pigment { - gradient x - color_map {scalemap} - } - finish {LineFinish} - };*/ - -// The final texture for the objects -#declare finaltexture = - texture { - pigment {rgb <0.7,0.9,0.7>} - finish {MyFinish} - } - texture { scaletexture - finish - { - ambient 0.4 - reflection 0.25 - specular .6 - roughness 0.01 - brilliance 0.1 - metallic - } - scale 400 - }; - - -// Sky sphere is a real sphere in this case with a diameter of 8 meters -sphere { 0*x 8000 inverse - texture { pigment { rgb 0.3 } - finish {ambient 0.5 diffuse 0.5} - } - texture - { - pigment { - radial - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <1,1,1,1>] - [1.00 color rgbt <1,1,1,1>] - } - frequency 36 - } - finish {LineFinish} - } - texture - { - pigment { - gradient y - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <1,1,1,1>] - [1.00 color rgbt <1,1,1,1>] - } - scale 500 - } - finish {LineFinish} - } -} - - -// Floor -plane { // checkered floor - y, -1 - texture - { - pigment { - checker - color rgb <255,246,193>/255 //<110,192,170>/255 - color rgb <220,220,220>/255 - scale 0.5 - } - finish{ - diffuse 0.3 - ambient 0.7 - } - } - scale 1000 -} - - -// Door - -#include "SeitenvandFC01.inc" -mesh { // side wall - texture { finaltexture } -} - -#include "Tuer19FC01.inc" -mesh { Tuer19 - texture { finaltexture } -} - -#include "Tuer16morphFC01.inc" -mesh { Tuer16 - texture { finaltexture } -} - - -//Test part - -/* -cylinder { - 0*y, 405*y, 700 - open - translate <2000,0,1200> - texture { finaltexture } -} - - */ - -// Insert Camera -camera { MovieCamera } - - -// Lightsource -light_source { -<-1573.9813500000005,1310.07165000000003,-2000.1032>, color White -} diff --git a/src/Mod/Raytracing/App/resources/FCSimple.pov b/src/Mod/Raytracing/App/resources/FCSimple.pov deleted file mode 100644 index e30aecd0a8..0000000000 --- a/src/Mod/Raytracing/App/resources/FCSimple.pov +++ /dev/null @@ -1,84 +0,0 @@ -// Persistence of Vision Ray Tracer Scene Description File -// File: ?.pov -// Vers: 3.6 -// Desc: Basic Scene Example -// Date: mm/dd/yy -// Auth: ? -// - -#version 3.6; - -#include "colors.inc" - -global_settings { - assumed_gamma 1.0 -} - - -// ---------------------------------------- - -// includes the Part mesh written from FreeCAD -#include "TempPart.inc" -object {Part - texture { pigment {rgb <0.3,0.8,0.3>} finish {ambient 0.2 reflection 0.2 specular 0.7} } - } - - - -// ---------------------------------------- - -// includes the camera from FreeCAD -#include "TempCamera.inc" -camera { - location CamPos[0] - look_at LookAt[0] - sky Up[0] - angle 50 -} - - -light_source { - CamPos[0] - CamDir[0] * 5 + Up[0] * 10 // light's position - color rgb <1, 1, 1> // light's color -} - -// ---------------------------------------- - - -sky_sphere { - pigment { - gradient y - color_map { - [0.0 rgb <0.6,0.7,1.0>] - [0.7 rgb <0.0,0.1,0.8>] - } - } -} - - -// ---------------------------------------- - -plane { - y, -1 - pigment { color rgb <0.7,0.5,0.3> } -} - -sphere { - 0.0, 1 - texture { - pigment { - radial - frequency 8 - color_map { - [0.00 color rgb <1.0,0.4,0.2> ] - [0.33 color rgb <0.2,0.4,1.0> ] - [0.66 color rgb <0.4,1.0,0.2> ] - [1.00 color rgb <1.0,0.4,0.2> ] - } - } - finish{ - specular 0.6 - } - } -} - diff --git a/src/Mod/Raytracing/CMakeLists.txt b/src/Mod/Raytracing/CMakeLists.txt deleted file mode 100644 index 9c707dec7e..0000000000 --- a/src/Mod/Raytracing/CMakeLists.txt +++ /dev/null @@ -1,53 +0,0 @@ - -add_subdirectory(App) -if(BUILD_GUI) - add_subdirectory(Gui) -endif(BUILD_GUI) - -set(Raytracing_Scripts - Init.py - RaytracingExample.py -) - -if(BUILD_GUI) - list (APPEND Raytracing_Scripts InitGui.py) -endif(BUILD_GUI) - -SET(Raytracing_Templates - Templates/LuxClassic.lxs - Templates/LuxOutdoor.lxs - Templates/ProjectStd.pov - Templates/RadiosityNormal.pov - Templates/RadiosityOutdoorHQ.pov -) - -add_custom_target(RaytracingScripts ALL - SOURCES ${Raytracing_Scripts} ${Raytracing_Templates} -) - -fc_target_copy_resource(RaytracingScripts - ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_BINARY_DIR}/Mod/Raytracing - ${Raytracing_Scripts} -) - -fc_target_copy_resource(RaytracingScripts - ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Raytracing - ${Raytracing_Templates} -) - -INSTALL( - FILES - ${Raytracing_Scripts} - DESTINATION - Mod/Raytracing -) - -INSTALL( - FILES - ${Raytracing_Templates} - DESTINATION - ${CMAKE_INSTALL_DATADIR}/Mod/Raytracing/Templates -) - diff --git a/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp b/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp deleted file mode 100644 index 461c50dc1e..0000000000 --- a/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp +++ /dev/null @@ -1,84 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#include -#include -#include -#include -#include -#include - -#include "DlgSettingsRayImp.h" -#include "ViewProvider.h" -#include "Workbench.h" - - -using namespace RaytracingGui; - -// use a different name to CreateCommand() -void CreateRaytracingCommands(void); - -void loadRaytracingResource() -{ - // add resources and reloads the translators - Q_INIT_RESOURCE(Raytracing); - Gui::Translator::instance()->refresh(); -} - -namespace RaytracingGui { - PyObject* initModule(); -} - - -PyMOD_INIT_FUNC(RaytracingGui) -{ - if (!Gui::Application::Instance) { - PyErr_SetString(PyExc_ImportError, "Cannot load Gui module in console application."); - PyMOD_Return(nullptr); - } - - try { - Base::Interpreter().loadModule("Raytracing"); - } - catch(const Base::Exception& e) { - PyErr_SetString(PyExc_ImportError, e.what()); - PyMOD_Return(nullptr); - } - PyObject* mod = RaytracingGui::initModule(); - Base::Console().Log("Loading GUI of Raytracing module... done\n"); - - // instantiating the commands - CreateRaytracingCommands(); - RaytracingGui::ViewProviderLux ::init(); - RaytracingGui::ViewProviderPovray ::init(); - RaytracingGui::Workbench ::init(); - - // register preferences pages - new Gui::PrefPageProducer ("Raytracing"); - - // add resources and reloads the translators - loadRaytracingResource(); - - PyMOD_Return(mod); -} diff --git a/src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp b/src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp deleted file mode 100644 index 765e5e1e5e..0000000000 --- a/src/Mod/Raytracing/Gui/AppRaytracingGuiPy.cpp +++ /dev/null @@ -1,250 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2008 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -# include -# include - -# include -# include -# include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "PovrayHighlighter.h" - - -namespace RaytracingGui { -class Module : public Py::ExtensionModule -{ -public: - Module() : Py::ExtensionModule("RaytracingGui") - { - add_varargs_method("open",&Module::open, - "open(string) -- Create a new text document and load the file into the document." - ); - add_varargs_method("insert",&Module::open, - "insert(string,string) -- Create a new text document and load the file into the document." - ); - add_varargs_method("povViewCamera",&Module::povViewCamera, - "string povViewCamera() -- returns the povray camera definition of the active 3D view." - ); - add_varargs_method("luxViewCamera",&Module::luxViewCamera, - "string luxViewCamera() -- returns the luxrender camera definition of the active 3D view." - ); - initialize("This module is the RaytracingGui module."); // register with Python - } - - ~Module() override {} - -private: - Py::Object open(const Py::Tuple& args) - { - // only used to open Povray files - char* Name; - const char* DocName; - if (!PyArg_ParseTuple(args.ptr(), "et|s","utf-8",&Name,&DocName)) - throw Py::Exception(); - std::string EncodedName = std::string(Name); - PyMem_Free(Name); - try { - QString fileName = QString::fromUtf8(EncodedName.c_str()); - QFileInfo fi; - fi.setFile(fileName); - QString ext = fi.completeSuffix().toLower(); - QList views = Gui::getMainWindow()->findChildren(); - for (QList::Iterator it = views.begin(); it != views.end(); ++it) { - if ((*it)->fileName() == fileName) { - (*it)->setFocus(); - return Py::None(); - } - } - - if (ext == QLatin1String("pov") || ext == QLatin1String("inc")) { - Gui::TextEditor* editor = new Gui::TextEditor(); - editor->setSyntaxHighlighter(new PovrayHighlighter(editor)); - Gui::EditorView* edit = new Gui::EditorView(editor, Gui::getMainWindow()); - edit->open(fileName); - edit->resize(400, 300); - Gui::getMainWindow()->addWindow(edit); - } - } - catch (const Base::Exception& e) { - throw Py::RuntimeError(e.what()); - } - return Py::None(); - } - - Py::Object povViewCamera(const Py::Tuple& args) - { - // no arguments - if (!PyArg_ParseTuple(args.ptr(), "")) - throw Py::Exception(); - try { - std::string out; - const char* ppReturn=nullptr; - - Gui::Document* doc = Gui::Application::Instance->activeDocument(); - if (doc) { - doc->sendMsgToFirstView(Gui::MDIView::getClassTypeId(), "GetCamera", &ppReturn); - } - else { - throw Py::RuntimeError("No active document found"); - } - - if (!ppReturn) { - throw Py::RuntimeError("Could not read camera information from active view"); - } - - SoNode* rootNode; - SoInput in; - in.setBuffer((void*)ppReturn,std::strlen(ppReturn)); - SoDB::read(&in,rootNode); - - if (!rootNode || !rootNode->getTypeId().isDerivedFrom(SoCamera::getClassTypeId())) { - throw Py::RuntimeError("Could not read camera information from ASCII stream"); - } - - // root-node returned from SoDB::readAll() has initial zero - // ref-count, so reference it before we start using it to - // avoid premature destruction. - SoCamera * Cam = static_cast(rootNode); - Cam->ref(); - - SbRotation camrot = Cam->orientation.getValue(); - - SbVec3f upvec(0, 1, 0); // init to default up vector - camrot.multVec(upvec, upvec); - - SbVec3f lookat(0, 0, -1); // init to default view direction vector - camrot.multVec(lookat, lookat); - - SbVec3f pos = Cam->position.getValue(); - float Dist = Cam->focalDistance.getValue(); - Cam->unref(); // free memory - - // making gp out of the Coin stuff - gp_Vec gpPos(pos.getValue()[0],pos.getValue()[1],pos.getValue()[2]); - gp_Vec gpDir(lookat.getValue()[0],lookat.getValue()[1],lookat.getValue()[2]); - lookat *= Dist; - lookat += pos; - gp_Vec gpLookAt(lookat.getValue()[0],lookat.getValue()[1],lookat.getValue()[2]); - gp_Vec gpUp(upvec.getValue()[0],upvec.getValue()[1],upvec.getValue()[2]); - - // getting image format - ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Raytracing"); - int width = hGrp->GetInt("OutputWidth", 800); - int height = hGrp->GetInt("OutputHeight", 600); - - // call the write method of PovTools.... - out = Raytracing::PovTools::getCamera(Raytracing::CamDef(gpPos,gpDir,gpLookAt,gpUp),width,height); - - return Py::String(out); - } - catch (const Base::Exception& e) { - throw Py::RuntimeError(e.what()); - } - } - - Py::Object luxViewCamera(const Py::Tuple& args) - { - // no arguments - if (!PyArg_ParseTuple(args.ptr(), "")) - throw Py::Exception(); - try { - std::string out; - const char* ppReturn=nullptr; - - Gui::Document* doc = Gui::Application::Instance->activeDocument(); - if (doc) { - doc->sendMsgToFirstView(Gui::MDIView::getClassTypeId(), "GetCamera", &ppReturn); - } - else { - throw Py::RuntimeError("No active document found"); - } - - if (!ppReturn) { - throw Py::RuntimeError("Could not read camera information from active view"); - } - - SoNode* rootNode; - SoInput in; - in.setBuffer((void*)ppReturn,std::strlen(ppReturn)); - SoDB::read(&in,rootNode); - - if (!rootNode || !rootNode->getTypeId().isDerivedFrom(SoCamera::getClassTypeId())) { - throw Py::RuntimeError("Could not read camera information from ASCII stream"); - } - - // root-node returned from SoDB::readAll() has initial zero - // ref-count, so reference it before we start using it to - // avoid premature destruction. - SoCamera * Cam = static_cast(rootNode); - Cam->ref(); - - SbRotation camrot = Cam->orientation.getValue(); - - SbVec3f upvec(0, 1, 0); // init to default up vector - camrot.multVec(upvec, upvec); - - SbVec3f lookat(0, 0, -1); // init to default view direction vector - camrot.multVec(lookat, lookat); - - SbVec3f pos = Cam->position.getValue(); - float Dist = Cam->focalDistance.getValue(); - Cam->unref(); // free memory - - // making gp out of the Coin stuff - gp_Vec gpPos(pos.getValue()[0],pos.getValue()[1],pos.getValue()[2]); - gp_Vec gpDir(lookat.getValue()[0],lookat.getValue()[1],lookat.getValue()[2]); - lookat *= Dist; - lookat += pos; - gp_Vec gpLookAt(lookat.getValue()[0],lookat.getValue()[1],lookat.getValue()[2]); - gp_Vec gpUp(upvec.getValue()[0],upvec.getValue()[1],upvec.getValue()[2]); - - // call the write method of PovTools.... - out = Raytracing::LuxTools::getCamera(Raytracing::CamDef(gpPos,gpDir,gpLookAt,gpUp)); - - return Py::String(out); - } - catch (const Base::Exception& e) { - throw Py::RuntimeError(e.what()); - } - } -}; - -PyObject* initModule() -{ - return Base::Interpreter().addModule(new Module); -} - -} // namespace RaytracingGui diff --git a/src/Mod/Raytracing/Gui/CMakeLists.txt b/src/Mod/Raytracing/Gui/CMakeLists.txt deleted file mode 100644 index 91de12ecfc..0000000000 --- a/src/Mod/Raytracing/Gui/CMakeLists.txt +++ /dev/null @@ -1,85 +0,0 @@ -if(MSVC) - add_definitions(-DHAVE_ACOSH -DHAVE_ATANH -DHAVE_ASINH) -else(MSVC) - add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H) -endif(MSVC) - -include_directories( - ${CMAKE_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/src - ${CMAKE_BINARY_DIR}/src - ${CMAKE_CURRENT_BINARY_DIR} - ${Boost_INCLUDE_DIRS} - ${COIN3D_INCLUDE_DIRS} - ${OCC_INCLUDE_DIR} - ${PYTHON_INCLUDE_DIRS} - ${ZLIB_INCLUDE_DIR} - ${XercesC_INCLUDE_DIRS} -) -link_directories(${OCC_LIBRARY_DIR}) - -set(RaytracingGui_LIBS - Raytracing - FreeCADGui -) - -macro(generate_from_py2 BASE_NAME OUTPUT_FILE) - file(TO_NATIVE_PATH ${CMAKE_SOURCE_DIR}/src/Tools/PythonToCPP.py TOOL_PATH) - file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/${BASE_NAME} SOURCE_PATH) - add_custom_command( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${OUTPUT_FILE} - COMMAND ${PYTHON_EXECUTABLE} ${TOOL_PATH} ${SOURCE_PATH} ${OUTPUT_FILE} - MAIN_DEPENDENCY ${BASE_NAME} - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - COMMENT Building files out of ${BASE_NAME}.py) -endmacro(generate_from_py2) - -generate_from_py2(FreeCADpov FreeCADpov.h) - -SET(Resource_SRCS - ${Resource_SRCS} - Resources/Raytracing.qrc -) -SOURCE_GROUP("Resource" FILES ${Resource_SRCS}) - -set(RaytracingGui_UIC_SRCS - DlgSettingsRay.ui -) - -qt_add_resources(Resource_SRCS Resources/Raytracing.qrc) - -SET(RaytracingGui_SRCS - ${Resource_SRCS} - ${RaytracingGui_UIC_HDRS} - AppRaytracingGui.cpp - AppRaytracingGuiPy.cpp - Command.cpp - DlgSettingsRay.ui - DlgSettingsRayImp.cpp - DlgSettingsRayImp.h - FreeCADpov - PovrayHighlighter.cpp - PovrayHighlighter.h - PreCompiled.cpp - PreCompiled.h - ViewProvider.cpp - ViewProvider.h - Workbench.cpp - Workbench.h -) - -SET(RaytracingGuiIcon_SVG - Resources/icons/RaytracingWorkbench.svg -) - -add_library(RaytracingGui SHARED ${RaytracingGui_SRCS} ${RaytracingGuiIcon_SVG}) -target_link_libraries(RaytracingGui ${RaytracingGui_LIBS}) - - -SET_BIN_DIR(RaytracingGui RaytracingGui /Mod/Raytracing) -SET_PYTHON_PREFIX_SUFFIX(RaytracingGui) - -fc_copy_sources(RaytracingGui "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Raytracing" ${RaytracingGuiIcon_SVG}) - -INSTALL(TARGETS RaytracingGui DESTINATION ${CMAKE_INSTALL_LIBDIR}) -INSTALL(FILES ${RaytracingGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Raytracing/Resources/icons") diff --git a/src/Mod/Raytracing/Gui/Command.cpp b/src/Mod/Raytracing/Gui/Command.cpp deleted file mode 100644 index bde165ea4f..0000000000 --- a/src/Mod/Raytracing/Gui/Command.cpp +++ /dev/null @@ -1,934 +0,0 @@ - /*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -# include -# include -# include -# include -# include -# include - -# include -# include -# include -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "FreeCADpov.h" - - -//=========================================================================== -// CmdRaytracingWriteCamera -//=========================================================================== -DEF_STD_CMD_A(CmdRaytracingWriteCamera) - -CmdRaytracingWriteCamera::CmdRaytracingWriteCamera() - :Command("Raytracing_WriteCamera") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("Export camera to POV-Ray..."); - sToolTipText = QT_TR_NOOP("Export the camera position of the active 3D view in POV-Ray format to a file"); - sWhatsThis = "Raytracing_WriteCamera"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_Camera"; -} - -void CmdRaytracingWriteCamera::activated(int) -{ - const char* ppReturn=nullptr; - getGuiApplication()->sendMsgToActiveView("GetCamera",&ppReturn); - if (ppReturn) { - std::string str(ppReturn); - if (str.find("PerspectiveCamera") == std::string::npos) { - int ret = QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No perspective camera"), - qApp->translate("CmdRaytracingWriteView","The current view camera is not perspective" - " and thus resulting in a POV-Ray image that may look different than" - " what was expected.\nDo you want to continue?"), - QMessageBox::Yes|QMessageBox::No); - if (ret != QMessageBox::Yes) - return; - } - - SoInput in; - in.setBuffer((void*)ppReturn,std::strlen(ppReturn)); - - SoNode* rootNode; - SoDB::read(&in,rootNode); - - if (!rootNode || !rootNode->getTypeId().isDerivedFrom(SoCamera::getClassTypeId())) - throw Base::FileException("CmdRaytracingWriteCamera::activated(): Could not read " - "camera information from ASCII stream....\n"); - - // root-node returned from SoDB::readAll() has initial zero - // ref-count, so reference it before we start using it to - // avoid premature destruction. - SoCamera * Cam = static_cast(rootNode); - Cam->ref(); - - SbRotation camrot = Cam->orientation.getValue(); - - SbVec3f upvec(0, 1, 0); // init to default up vector - camrot.multVec(upvec, upvec); - - SbVec3f lookat(0, 0, -1); // init to default view direction vector - camrot.multVec(lookat, lookat); - - SbVec3f pos = Cam->position.getValue(); - float Dist = Cam->focalDistance.getValue(); - - QStringList filter; - filter << QString::fromLatin1("%1 (*.pov)").arg(QObject::tr("POV-Ray")); - filter << QString::fromLatin1("%1 (*.*)").arg(QObject::tr("All Files")); - QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;"))); - if (fn.isEmpty()) - return; - std::string cFullName = (const char*)fn.toUtf8(); - - // building up the python string - std::stringstream out; - out << "Raytracing.writeCameraFile(\"" << strToPython(cFullName) << "\"," - << "(" << pos.getValue()[0] <<"," << pos.getValue()[1] <<"," << pos.getValue()[2] <<")," - << "(" << lookat.getValue()[0] <<"," << lookat.getValue()[1] <<"," << lookat.getValue()[2] <<")," ; - lookat *= Dist; - lookat += pos; - out << "(" << lookat.getValue()[0] <<"," << lookat.getValue()[1] <<"," << lookat.getValue()[2] <<")," - << "(" << upvec.getValue()[0] <<"," << upvec.getValue()[1] <<"," << upvec.getValue()[2] <<") )" ; - - doCommand(Doc,"import Raytracing"); - doCommand(Gui,"%s", out.str().c_str()); - - // Bring ref-count of root-node back to zero to cause the - // destruction of the camera. - Cam->unref(); - } -} - -bool CmdRaytracingWriteCamera::isActive(void) -{ - return getGuiApplication()->sendHasMsgToActiveView("GetCamera"); -} - -//=========================================================================== -// CmdRaytracingWritePart -//=========================================================================== -DEF_STD_CMD_A(CmdRaytracingWritePart) - -CmdRaytracingWritePart::CmdRaytracingWritePart() - :Command("Raytracing_WritePart") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("Export part to POV-Ray..."); - sToolTipText = QT_TR_NOOP("Write the selected Part (object) as a POV-Ray file"); - sWhatsThis = "Raytracing_WritePart"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_Part"; -} - -void CmdRaytracingWritePart::activated(int) -{ - QStringList filter; - filter << QString::fromLatin1("%1 (*.pov)").arg(QObject::tr("POV-Ray")); - filter << QString::fromLatin1("%1 (*.*)").arg(QObject::tr("All Files")); - QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;"))); - if (fn.isEmpty()) - return; - std::string cFullName = (const char*)fn.toUtf8(); - - // name of the objects in the pov file - std::string Name = "Part"; - std::vector obj = Gui::Selection().getObjectsOfType(Part::Feature::getClassTypeId()); - if (obj.empty()) - return; - - std::stringstream out; - //Raytracing.writePartFile(App.document().GetActiveFeature().getShape()) - out << "Raytracing.writePartFile(\"" << strToPython(cFullName) << "\",\"" - << Name << "\",App.ActiveDocument." << obj.front()->getNameInDocument() << ".Shape)"; - - doCommand(Doc,"import Raytracing"); - doCommand(Doc,"%s",out.str().c_str()); -} - -bool CmdRaytracingWritePart::isActive(void) -{ - return Gui::Selection().countObjectsOfType(Part::Feature::getClassTypeId()) == 1; -} - -//=========================================================================== -// CmdRaytracingWriteView -//=========================================================================== -DEF_STD_CMD_A(CmdRaytracingWriteView) - -CmdRaytracingWriteView::CmdRaytracingWriteView() - :Command("Raytracing_WriteView") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("Export view to POV-Ray..."); - sToolTipText = QT_TR_NOOP("Write the active 3D view with camera and all its content to a POV-Ray file"); - sWhatsThis = "Raytracing_WriteView"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_Export"; -} - -void CmdRaytracingWriteView::activated(int) -{ - const char* ppReturn=nullptr; - Gui::Application::Instance->sendMsgToActiveView("GetCamera",&ppReturn); - if (ppReturn) { - std::string str(ppReturn); - if (str.find("PerspectiveCamera") == std::string::npos) { - int ret = QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No perspective camera"), - qApp->translate("CmdRaytracingWriteView","The current view camera is not perspective" - " and thus resulting in a POV-Ray image that may look different than" - " what was expected.\nDo you want to continue?"), - QMessageBox::Yes|QMessageBox::No); - if (ret != QMessageBox::Yes) - return; - } - } - - QStringList filter; - filter << QString::fromLatin1("%1 (*.pov)").arg(QObject::tr("POV-Ray")); - filter << QString::fromLatin1("%1 (*.*)").arg(QObject::tr("All Files")); - QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), - QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;"))); - if (fn.isEmpty()) - return; - std::string cFullName = (const char*)fn.toUtf8(); - cFullName = strToPython(cFullName); - - - // get all objects of the active document - std::vector DocObjects = getActiveGuiDocument()->getDocument()-> - getObjectsOfType(); - - openCommand("Write view"); - doCommand(Doc,"import Raytracing,RaytracingGui"); - doCommand(Doc,"OutFile = open(\"%s\",\"w\")",cFullName.c_str()); - - try { - doCommand(Doc,"result = open(App.getResourceDir()+'Mod/Raytracing/Templates/ProjectStd.pov').read()"); - doCommand(Doc,"content = ''"); - doCommand(Doc,"content += RaytracingGui.povViewCamera()"); - // go through all document objects - for (std::vector::const_iterator it=DocObjects.begin();it!=DocObjects.end();++it) { - Gui::ViewProvider* vp = getActiveGuiDocument()->getViewProvider(*it); - if (vp && vp->isVisible()) { - App::PropertyColor *pcColor = dynamic_cast(vp->getPropertyByName("ShapeColor")); - if (pcColor) { - App::Color col = pcColor->getValue(); - doCommand(Doc,"content += Raytracing.getPartAsPovray('%s',App.activeDocument().%s.Shape,%f,%f,%f)", - (*it)->getNameInDocument(),(*it)->getNameInDocument(),col.r,col.g,col.b); - } - } - } - doCommand(Doc,"result = result.replace('//RaytracingContent',content)"); - doCommand(Doc,"OutFile.write(result)"); - doCommand(Doc,"OutFile.close()"); - doCommand(Doc,"del OutFile"); - commitCommand(); - } - catch (...) { - doCommand(Doc,"OutFile.close()"); - doCommand(Doc,"del OutFile"); - abortCommand(); - throw; - } -} - -bool CmdRaytracingWriteView::isActive(void) -{ - App::Document* doc = App::GetApplication().getActiveDocument(); - if (doc) { - return doc->countObjectsOfType(Part::Feature::getClassTypeId()) > 0; - } - - return false; -} - - -//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -//=========================================================================== -// Raytracing_NewPovrayProject -//=========================================================================== - -DEF_STD_CMD_AC(CmdRaytracingNewPovrayProject) - -CmdRaytracingNewPovrayProject::CmdRaytracingNewPovrayProject() - : Command("Raytracing_NewPovrayProject") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("New POV-Ray project"); - sToolTipText = QT_TR_NOOP("Insert new POV-Ray project into the document"); - sWhatsThis = "Raytracing_NewPovrayProject"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_New"; -} - -void CmdRaytracingNewPovrayProject::activated(int iMsg) -{ - const char* ppReturn=nullptr; - Gui::Application::Instance->sendMsgToActiveView("GetCamera",&ppReturn); - if (ppReturn) { - std::string str(ppReturn); - if (str.find("PerspectiveCamera") == std::string::npos) { - int ret = QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No perspective camera"), - qApp->translate("CmdRaytracingWriteView","The current view camera is not perspective" - " and thus resulting in a POV-Ray image that may look different than" - " what was expected.\nDo you want to continue?"), - QMessageBox::Yes|QMessageBox::No); - if (ret != QMessageBox::Yes) - return; - } - } - - std::string FeatName = getUniqueObjectName("PovProject"); - - Gui::ActionGroup* pcAction = qobject_cast(getAction()); - if (pcAction->actions().isEmpty()) { - QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No template"), - qApp->translate("CmdRaytracingWriteView","Cannot create a project because there is no template installed.")); - return; - } - - const QList actions = pcAction->actions(); - QFileInfo tfi(actions.at(iMsg)->property("Template").toString()); - if (tfi.isReadable()) { - try { - openCommand("Create POV-Ray project"); - doCommand(Doc,"import Raytracing,RaytracingGui"); - doCommand(Doc,"App.activeDocument().addObject('Raytracing::RayProject','%s')",FeatName.c_str()); - doCommand(Doc,"App.activeDocument().%s.Template = '%s'",FeatName.c_str(), (const char*)tfi.filePath().toUtf8()); - doCommand(Doc,"App.activeDocument().%s.Camera = RaytracingGui.povViewCamera()",FeatName.c_str()); - commitCommand(); - } - catch (...) { - abortCommand(); - throw; - } - } - else { - QMessageBox::critical(Gui::getMainWindow(), - qApp->translate("CmdRaytracingNewPovrayProject","No template"), - qApp->translate("CmdRaytracingNewPovrayProject","No template available")); - } -} - -Gui::Action * CmdRaytracingNewPovrayProject::createAction(void) -{ - Gui::ActionGroup* pcAction = new Gui::ActionGroup(this, Gui::getMainWindow()); - pcAction->setDropDownMenu(true); - applyCommandData(this->className(), pcAction); - - auto addTemplates = [pcAction](const std::string& path) { - QDir dir(QString::fromUtf8(path.c_str()), QString::fromLatin1("*.pov")); - for (unsigned int i=0; iaddAction(fi.baseName()); - a->setIcon(Gui::BitmapFactory().iconFromTheme("Raytrace_New")); - - a->setProperty("Template", dir.absoluteFilePath(dir[i])); - } - }; - - std::string path = App::Application::getResourceDir(); - path += "Mod/Raytracing/Templates/"; - addTemplates(path); - - path = App::Application::getUserAppDataDir(); - path += "data/Mod/Raytracing/Templates/"; - addTemplates(path); - - path = App::Application::getUserAppDataDir(); - path += "Templates/"; - addTemplates(path); - - _pcAction = pcAction; - languageChange(); - if (!pcAction->actions().isEmpty()) { - pcAction->setIcon(qAsConst(pcAction)->actions()[0]->icon()); - pcAction->setProperty("defaultAction", QVariant(0)); - } - - return pcAction; -} - -bool CmdRaytracingNewPovrayProject::isActive(void) -{ - if (getActiveGuiDocument()) - return true; - else - return false; -} - - -//=========================================================================== -// Raytracing_NewPartView -//=========================================================================== - -DEF_STD_CMD_A(CmdRaytracingNewPartSegment) - -CmdRaytracingNewPartSegment::CmdRaytracingNewPartSegment() - : Command("Raytracing_NewPartSegment") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("Insert part"); - sToolTipText = QT_TR_NOOP("Insert a new part object into a Raytracing project"); - sWhatsThis = "Raytracing_NewPartSegment"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_NewPartSegment"; -} - -void CmdRaytracingNewPartSegment::activated(int) -{ - std::vector parts = Gui::Selection().getObjectsOfType(); - if (parts.empty()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Select a Part object.")); - return; - } - - std::vector pages = App::GetApplication().getActiveDocument() - ->getObjectsOfType(Raytracing::RayProject::getClassTypeId()); - std::vector pages2 = App::GetApplication().getActiveDocument() - ->getObjectsOfType(Raytracing::LuxProject::getClassTypeId()); - pages.insert(pages.end(),pages2.begin(),pages2.end()); - if (pages.empty()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("No Raytracing project to insert"), - QObject::tr("Create a Raytracing project to insert a view.")); - return; - } - - std::string ProjName; - if (pages.size() > 1) { - // priority to the elders, if there is a pov project in the selection, it is used first! - pages = Gui::Selection().getObjectsOfType(Raytracing::RayProject::getClassTypeId()); - if (pages.size() != 1) { - pages = Gui::Selection().getObjectsOfType(Raytracing::LuxProject::getClassTypeId()); - if (pages.size() != 1) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("No Raytracing project to insert"), - QObject::tr("Select a Raytracing project to insert the view.")); - return; - } - } - } - - ProjName = pages.front()->getNameInDocument(); - const char *FeatType; - if (pages.front()->getTypeId().isDerivedFrom(Raytracing::RayProject::getClassTypeId())) { - FeatType = "RayFeature"; - } else { - FeatType = "LuxFeature"; - } - - openCommand("Create view"); - for (std::vector::iterator it = parts.begin(); it != parts.end(); ++it) { - std::string FeatName = (*it)->getNameInDocument(); - FeatName += "_View"; - FeatName = getUniqueObjectName(FeatName.c_str()); - doCommand(Doc,"App.activeDocument().addObject('Raytracing::%s','%s')",FeatType,FeatName.c_str()); - doCommand(Doc,"App.activeDocument().%s.Source = App.activeDocument().%s",FeatName.c_str(),(*it)->getNameInDocument()); - doCommand(Doc,"App.activeDocument().%s.Color = Gui.activeDocument().%s.ShapeColor",FeatName.c_str(),(*it)->getNameInDocument()); - doCommand(Doc,"App.activeDocument().%s.Transparency = Gui.activeDocument().%s.Transparency",FeatName.c_str(),(*it)->getNameInDocument()); - doCommand(Doc,"App.activeDocument().%s.addObject(App.activeDocument().%s)",ProjName.c_str(), FeatName.c_str()); - } - updateActive(); - commitCommand(); -} - -bool CmdRaytracingNewPartSegment::isActive(void) -{ - if (getActiveGuiDocument()) - return true; - else - return false; -} - -//=========================================================================== -// Raytracing_ExportProject -//=========================================================================== - -DEF_STD_CMD_A(CmdRaytracingExportProject) - -CmdRaytracingExportProject::CmdRaytracingExportProject() - : Command("Raytracing_ExportProject") -{ - // setting the - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("File"); - sMenuText = QT_TR_NOOP("&Export project..."); - sToolTipText = QT_TR_NOOP("Export a Raytracing project to a file"); - sWhatsThis = "Raytracing_ExportProject"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_ExportProject"; -} - -void CmdRaytracingExportProject::activated(int) -{ - QString filterLabel; - unsigned int n = getSelection().countObjectsOfType(Raytracing::RayProject::getClassTypeId()); - if (n != 1) { - n = getSelection().countObjectsOfType(Raytracing::LuxProject::getClassTypeId()); - if (n != 1) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Select one Raytracing project object.")); - return; - } - else { - filterLabel = QString::fromLatin1("%1 (*.lxs)").arg(QObject::tr("Luxrender")); - } - } - else { - filterLabel = QString::fromLatin1("%1 (*.pov)").arg(QObject::tr("POV-Ray")); - } - - QStringList filter; - filter << filterLabel; - filter << QString::fromLatin1("%1 (*.*)").arg(QObject::tr("All Files")); - - QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;"))); - if (!fn.isEmpty()) { - std::vector Sel = getSelection().getSelection(); - openCommand("Raytracing export project"); - - doCommand(Doc,"PageFile = open(App.activeDocument().%s.PageResult,'r')",Sel[0].FeatName); - std::string fname = (const char*)fn.toUtf8(); - fname = strToPython(fname); - doCommand(Doc,"OutFile = open('%s','w')",fname.c_str()); - doCommand(Doc,"OutFile.write(PageFile.read())"); - doCommand(Doc,"del OutFile,PageFile"); - - commitCommand(); - } -} - -bool CmdRaytracingExportProject::isActive(void) -{ - return (getActiveGuiDocument() ? true : false); -} - - -//=========================================================================== -// Raytracing_Render -//=========================================================================== - -DEF_STD_CMD_A(CmdRaytracingRender) - -CmdRaytracingRender::CmdRaytracingRender() - : Command("Raytracing_Render") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("&Render"); - sToolTipText = QT_TR_NOOP("Renders the current raytracing project with an external renderer"); - sWhatsThis = "Raytracing_Render"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_Render"; -} - -void CmdRaytracingRender::activated(int) -{ - // determining render type - Base::Type renderType; - unsigned int n1 = getSelection().countObjectsOfType(Raytracing::RayProject::getClassTypeId()); - if (n1 != 1) { - unsigned int n2 = getSelection().countObjectsOfType(Raytracing::LuxProject::getClassTypeId()); - if (n2 != 1) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Select one Raytracing project object.")); - return; - } else { - renderType = Raytracing::LuxProject::getClassTypeId(); - } - } else { - renderType = Raytracing::RayProject::getClassTypeId(); - } - - // checking if renderer is present - ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Raytracing"); - std::string renderer; - if (renderType == Raytracing::RayProject::getClassTypeId()) { - renderer = hGrp->GetASCII("PovrayExecutable", ""); - if (renderer.empty()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("POV-Ray not found"), - QObject::tr("Please set the path to the POV-Ray executable in the preferences.")); - return; - } else { - QFileInfo fi(QString::fromUtf8(renderer.c_str())); - if (!fi.exists() || !fi.isFile()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("POV-Ray not found"), - QObject::tr("Please correct the path to the POV-Ray executable in the preferences.")); - return; - } - } - } else { - renderer = hGrp->GetASCII("LuxrenderExecutable", ""); - if (renderer.empty()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Luxrender not found"), - QObject::tr("Please set the path to the luxrender or luxconsole executable in the preferences.")); - return; - } else { - QFileInfo fi(QString::fromUtf8(renderer.c_str())); - if (!fi.exists() || !fi.isFile()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Luxrender not found"), - QObject::tr("Please correct the path to the luxrender or luxconsole executable in the preferences.")); - return; - } - } - } - - std::vector Sel = getSelection().getSelectionEx(nullptr, renderType); - - if (renderType == Raytracing::RayProject::getClassTypeId()) { - Raytracing::RayProject* proj = static_cast(Sel[0].getObject()); - QFileInfo fi(QString::fromUtf8(proj->PageResult.getValue())); - if (!fi.exists() || !fi.isFile()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("POV-Ray file missing"), - QObject::tr("The POV-Ray project file doesn't exist.")); - return; - } - - QStringList filter; -#ifdef FC_OS_WIN32 - filter << QString::fromLatin1("%1 (*.bmp *.png)").arg(QObject::tr("Rendered image")); -#else - filter << QString::fromLatin1("%1 (*.png)").arg(QObject::tr("Rendered image")); -#endif - filter << QString::fromLatin1("%1 (*.*)").arg(QObject::tr("All Files")); - QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Rendered image"), QString(), filter.join(QLatin1String(";;"))); - if (!fn.isEmpty()) { - fn = QDir::toNativeSeparators(fn); -#ifdef FC_OS_WIN32 - fn.replace(QLatin1String("\\"), QLatin1String("\\\\")); -#endif - QByteArray utf8Name = fn.toUtf8(); - QByteArray localBit = fn.toLocal8Bit(); - QByteArray imageFile = utf8Name; - QString imageTemp; - - if (utf8Name != localBit) { - // Povray only supports ASCII file names. In case of a UTF-8 file name - // create the image file in the tmp. directory and copy it later to the - // destination file. - QString suffix = QFileInfo(fn).suffix(); - QFileInfo fi(QDir::temp(), QString::fromLatin1("Povray.%1").arg(suffix)); - imageTemp = fi.absoluteFilePath(); - imageFile = imageTemp.toLocal8Bit(); - } - openCommand("Render project"); - int width = hGrp->GetInt("OutputWidth", 800); - int height = hGrp->GetInt("OutputHeight", 600); - - std::string par = hGrp->GetASCII("OutputParameters", "+P +A"); - doCommand(Doc,"PageFile = open(App.activeDocument().%s.PageResult,'rb')",Sel[0].getFeatName()); - doCommand(Doc,"import os,subprocess,tempfile"); - doCommand(Doc,"fd, TempFile = tempfile.mkstemp(suffix='.pov')"); - doCommand(Doc,"f = open(TempFile,'wb')"); - doCommand(Doc,"f.write(PageFile.read())"); - doCommand(Doc,"f.close()"); - doCommand(Doc,"os.close(fd)"); - - renderer = Base::Tools::escapeEncodeFilename(renderer); - std::stringstream str; - str << "proc = subprocess.Popen([" - << "\"" << renderer << "\", "; - std::istringstream istr(par); - std::string s; - while (std::getline(istr, s, ' ')) { - s = Base::Tools::escapeEncodeString(s); - str << "\"" << s << "\", "; - } - - str << "\"+W" << width << "\", " - << "\"+H" << height << "\", " - << "\"+O" << imageFile.data() << "\""; -#ifdef FC_OS_WIN32 - // http://povray.org/documentation/view/3.6.1/603/ - str << ", \"/EXIT\", \"/RENDER\""; -#endif - str << ", TempFile])\n" - << "proc.communicate()"; - - doCommand(Doc, str.str().c_str()); - - if (utf8Name != imageFile) { - imageFile = utf8Name; - if (QFile::exists(fn)) - QFile::remove(fn); - QFile::copy(imageTemp ,fn); - QFile::remove(imageTemp); - } - doCommand(Gui,"import ImageGui"); - doCommand(Gui,"ImageGui.open('%s')",imageFile.data()); - doCommand(Doc,"del TempFile,PageFile"); - commitCommand(); - } - } else { - Raytracing::LuxProject* proj = static_cast(Sel[0].getObject()); - QFileInfo fi(QString::fromUtf8(proj->PageResult.getValue())); - if (!fi.exists() || !fi.isFile()) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Lux project file missing"), - QObject::tr("The Lux project file doesn't exist.")); - return; - } - - openCommand("Render project"); - doCommand(Doc,"PageFile = open(App.activeDocument().%s.PageResult,'rb')",Sel[0].getFeatName()); - doCommand(Doc,"import subprocess,tempfile"); - doCommand(Doc,"TempFile = tempfile.mkstemp(suffix='.lxs')[1]"); - doCommand(Doc,"f = open(TempFile,'wb')"); - doCommand(Doc,"f.write(PageFile.read())"); - doCommand(Doc,"f.close()"); - doCommand(Doc,"subprocess.Popen([\"%s\",TempFile])",renderer.c_str()); - doCommand(Doc,"del TempFile,PageFile"); - commitCommand(); - } -} - -bool CmdRaytracingRender::isActive(void) -{ - return (getActiveGuiDocument() ? true : false); -} - -//=========================================================================== -// Raytracing_NewLuxProject -//=========================================================================== - -DEF_STD_CMD_AC(CmdRaytracingNewLuxProject) - -CmdRaytracingNewLuxProject::CmdRaytracingNewLuxProject() - : Command("Raytracing_NewLuxProject") -{ - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("New Luxrender project"); - sToolTipText = QT_TR_NOOP("Insert new Luxrender project into the document"); - sWhatsThis = "Raytracing_NewLuxrenderProject"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_Lux"; -} - -void CmdRaytracingNewLuxProject::activated(int iMsg) -{ - const char* ppReturn=nullptr; - Gui::Application::Instance->sendMsgToActiveView("GetCamera",&ppReturn); - if (ppReturn) { - std::string str(ppReturn); - if (str.find("PerspectiveCamera") == std::string::npos) { - int ret = QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No perspective camera"), - qApp->translate("CmdRaytracingWriteView","The current view camera is not perspective" - " and thus resulting in a luxrender image that may look different than" - " what was expected.\nDo you want to continue?"), - QMessageBox::Yes|QMessageBox::No); - if (ret != QMessageBox::Yes) - return; - } - } - - std::string FeatName = getUniqueObjectName("LuxProject"); - - Gui::ActionGroup* pcAction = qobject_cast(getAction()); - if (pcAction->actions().isEmpty()) { - QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdRaytracingWriteView","No template"), - qApp->translate("CmdRaytracingWriteView","Cannot create a project because there is no template installed.")); - return; - } - - const QList actions = pcAction->actions(); - QFileInfo tfi(actions.at(iMsg)->property("Template").toString()); - if (tfi.isReadable()) { - try { - openCommand("Create LuxRender project"); - doCommand(Doc,"import Raytracing,RaytracingGui"); - doCommand(Doc,"App.activeDocument().addObject('Raytracing::LuxProject','%s')",FeatName.c_str()); - doCommand(Doc,"App.activeDocument().%s.Template = '%s'",FeatName.c_str(), (const char*)tfi.filePath().toUtf8()); - doCommand(Doc,"App.activeDocument().%s.Camera = RaytracingGui.luxViewCamera()",FeatName.c_str()); - commitCommand(); - } - catch (...) { - abortCommand(); - throw; - } - } - else { - QMessageBox::critical(Gui::getMainWindow(), - qApp->translate("CmdRaytracingNewLuxProject","No template"), - qApp->translate("CmdRaytracingNewLuxProject","No template available")); - } -} - -Gui::Action * CmdRaytracingNewLuxProject::createAction(void) -{ - Gui::ActionGroup* pcAction = new Gui::ActionGroup(this, Gui::getMainWindow()); - pcAction->setDropDownMenu(true); - applyCommandData(this->className(), pcAction); - - auto addTemplates = [pcAction](const std::string& path) { - QDir dir(QString::fromUtf8(path.c_str()), QString::fromLatin1("*.lxs")); - for (unsigned int i=0; iaddAction(fi.baseName()); - a->setIcon(Gui::BitmapFactory().iconFromTheme("Raytrace_Lux")); - - a->setProperty("Template", dir.absoluteFilePath(dir[i])); - } - }; - - std::string path = App::Application::getResourceDir(); - path += "Mod/Raytracing/Templates/"; - addTemplates(path); - - path = App::Application::getUserAppDataDir(); - path += "data/Mod/Raytracing/Templates/"; - addTemplates(path); - - _pcAction = pcAction; - languageChange(); - if (!pcAction->actions().isEmpty()) { - pcAction->setIcon(qAsConst(pcAction)->actions()[0]->icon()); - pcAction->setProperty("defaultAction", QVariant(0)); - } - - return pcAction; -} - -bool CmdRaytracingNewLuxProject::isActive(void) -{ - if (getActiveGuiDocument()) - return true; - else - return false; -} - -//=========================================================================== -// Raytracing_ResetCamera -//=========================================================================== - -DEF_STD_CMD_A(CmdRaytracingResetCamera) - -CmdRaytracingResetCamera::CmdRaytracingResetCamera() - : Command("Raytracing_ResetCamera") -{ - // setting the - sAppModule = "Raytracing"; - sGroup = QT_TR_NOOP("Raytracing"); - sMenuText = QT_TR_NOOP("&Reset Camera"); - sToolTipText = QT_TR_NOOP("Sets the camera of the selected Raytracing project to match the current view"); - sWhatsThis = "Raytracing_ResetCamera"; - sStatusTip = sToolTipText; - sPixmap = "Raytrace_ResetCamera"; -} - -void CmdRaytracingResetCamera::activated(int) -{ - std::vector sel = getSelection().getObjectsOfType(Raytracing::RayProject::getClassTypeId()); - if (sel.size() != 1) { - sel = getSelection().getObjectsOfType(Raytracing::LuxProject::getClassTypeId()); - if (sel.size() != 1) { - QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"), - QObject::tr("Select one Raytracing project object.")); - return; - } - } - - if (sel.front()->getTypeId().isDerivedFrom(Raytracing::RayProject::getClassTypeId())) { - //povray - try { - openCommand("Reset Raytracing Camera"); - doCommand(Doc,"import RaytracingGui"); - doCommand(Doc,"App.activeDocument().%s.Camera = RaytracingGui.povViewCamera()",sel.front()->getNameInDocument()); - commitCommand(); - updateActive(); - } - catch (...) { - abortCommand(); - throw; - } - } - else if (sel.front()->getTypeId().isDerivedFrom(Raytracing::LuxProject::getClassTypeId())) { - //luxrender - try { - openCommand("Reset Raytracing Camera"); - doCommand(Doc,"import RaytracingGui"); - doCommand(Doc,"App.activeDocument().%s.Camera = RaytracingGui.luxViewCamera()",sel.front()->getNameInDocument()); - commitCommand(); - updateActive(); - } - catch (...) { - abortCommand(); - throw; - } - } -} - -bool CmdRaytracingResetCamera::isActive(void) -{ - return (getActiveGuiDocument() ? true : false); -} - -void CreateRaytracingCommands(void) -{ - Gui::CommandManager &rcCmdMgr = Gui::Application::Instance->commandManager(); - rcCmdMgr.addCommand(new CmdRaytracingWriteCamera()); - rcCmdMgr.addCommand(new CmdRaytracingWritePart()); - rcCmdMgr.addCommand(new CmdRaytracingWriteView()); - rcCmdMgr.addCommand(new CmdRaytracingNewPovrayProject()); - rcCmdMgr.addCommand(new CmdRaytracingExportProject()); - rcCmdMgr.addCommand(new CmdRaytracingNewPartSegment()); - rcCmdMgr.addCommand(new CmdRaytracingRender()); - rcCmdMgr.addCommand(new CmdRaytracingNewLuxProject()); - rcCmdMgr.addCommand(new CmdRaytracingResetCamera()); -} diff --git a/src/Mod/Raytracing/Gui/DlgSettingsRay.ui b/src/Mod/Raytracing/Gui/DlgSettingsRay.ui deleted file mode 100644 index 7f6fc51d4f..0000000000 --- a/src/Mod/Raytracing/Gui/DlgSettingsRay.ui +++ /dev/null @@ -1,390 +0,0 @@ - - - RaytracingGui::DlgSettingsRay - - - - 0 - 0 - 555 - 412 - - - - Raytracing - - - - 9 - - - 6 - - - - - Render - - - - - - - - POV-Ray executable: - - - - - - - PovrayExecutable - - - Mod/Raytracing - - - - - - - POV-Ray output parameters: - - - - - - - - - The POV-Ray parameters to be passed to the render. - - - +P +A - - - OutputParameters - - - Mod/Raytracing - - - - - - - +W: - - - - - - - The width of the rendered image - - - 9999 - - - 800 - - - OutputWidth - - - Mod/Raytracing - - - - - - - +H : - - - - - - - The height of the rendered image - - - 9999 - - - 600 - - - OutputHeight - - - Mod/Raytracing - - - - - - - - - Luxrender executable: - - - - - - - The path to the luxrender (or luxconsole) executable - - - LuxrenderExecutable - - - Mod/Raytracing - - - - - - - - - - - - Directories - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - Default Project dir: - - - - - - - Qt::StrongFocus - - - Used by utility tools - - - Gui::FileChooser::Directory - - - ProjectPath - - - Mod/Raytracing - - - - - - - Camera file name: - - - - - - - Used by utility tools - - - TempCamera.inc - - - CameraName - - - Mod/Raytracing - - - - - - - Part file name: - - - - - - - Used by utility tools - - - TempPart.inc - - - PartName - - - Mod/Raytracing - - - - - - - - - - - - Mesh export settings - - - - 6 - - - 10 - - - - - 6 - - - 0 - - - - - - 0 - 0 - - - - Max mesh deviation: - - - - - - - - 0 - 0 - - - - 0.100000000000000 - - - MeshDeviation - - - Mod/Raytracing - - - - - - - - - Do not calculate vertex normals - - - NotWriteVertexNormals - - - Mod/Raytracing - - - - - - - Write u,v coordinates - - - WriteUVCoordinates - - - Mod/Raytracing - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - Gui::FileChooser - QWidget -
Gui/FileDialog.h
-
- - Gui::PrefFileChooser - Gui::FileChooser -
Gui/PrefWidgets.h
-
- - Gui::PrefSpinBox - QSpinBox -
Gui/PrefWidgets.h
-
- - Gui::PrefCheckBox - QCheckBox -
Gui/PrefWidgets.h
-
- - Gui::PrefLineEdit - QLineEdit -
Gui/PrefWidgets.h
-
- - Gui::PrefDoubleSpinBox - QDoubleSpinBox -
Gui/PrefWidgets.h
-
-
- - prefFileChooser1 - prefLineEdit2 - prefLineEdit3 - prefFloatSpinBox1 - prefCheckBox8 - prefCheckBox9 - - - -
diff --git a/src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp b/src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp deleted file mode 100644 index b798990354..0000000000 --- a/src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp +++ /dev/null @@ -1,99 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -#endif - -#include "DlgSettingsRayImp.h" -#include "ui_DlgSettingsRay.h" - - -using namespace RaytracingGui; - -/* TRANSLATOR RaytracingGui::DlgSettingsRayImp */ - -/** - * Constructs a DlgSettingsRayImp which is a child of 'parent', with the - * name 'name' and widget flags set to 'f' - */ -DlgSettingsRayImp::DlgSettingsRayImp( QWidget* parent ) - : PreferencePage( parent ) - , ui(new Ui_DlgSettingsRay) -{ - ui->setupUi(this); - ui->prefFileChooser2->setToolTip(tr("The path to the POV-Ray executable, if you want to render from %1").arg(qApp->applicationName())); -} - -/** - * Destroys the object and frees any allocated resources - */ -DlgSettingsRayImp::~DlgSettingsRayImp() -{ - // no need to delete child widgets, Qt does it all for us -} - -void DlgSettingsRayImp::saveSettings() -{ - ui->prefFileChooser1->onSave(); - ui->prefFileChooser2->onSave(); - ui->prefFileChooser3->onSave(); - ui->prefLineEdit2->onSave(); - ui->prefLineEdit3->onSave(); - ui->prefFloatSpinBox1->onSave(); - ui->prefCheckBox8->onSave(); - ui->prefCheckBox9->onSave(); - ui->prefIntSpinBox1->onSave(); - ui->prefIntSpinBox2->onSave(); - ui->prefLineEdit1->onSave(); -} - -void DlgSettingsRayImp::loadSettings() -{ - ui->prefFileChooser1->onRestore(); - ui->prefFileChooser2->onRestore(); - ui->prefFileChooser3->onRestore(); - ui->prefLineEdit2->onRestore(); - ui->prefLineEdit3->onRestore(); - ui->prefFloatSpinBox1->onRestore(); - ui->prefCheckBox8->onRestore(); - ui->prefCheckBox9->onRestore(); - ui->prefIntSpinBox1->onRestore(); - ui->prefIntSpinBox2->onRestore(); - ui->prefLineEdit1->onRestore(); -} - -/** - * Sets the strings of the subwidgets using the current language. - */ -void DlgSettingsRayImp::changeEvent(QEvent *e) -{ - if (e->type() == QEvent::LanguageChange) { - ui->retranslateUi(this); - } - else { - QWidget::changeEvent(e); - } -} - -#include "moc_DlgSettingsRayImp.cpp" diff --git a/src/Mod/Raytracing/Gui/DlgSettingsRayImp.h b/src/Mod/Raytracing/Gui/DlgSettingsRayImp.h deleted file mode 100644 index a7731f7375..0000000000 --- a/src/Mod/Raytracing/Gui/DlgSettingsRayImp.h +++ /dev/null @@ -1,58 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef RAYTRACINGGUI_DLGSETTINGSRAYIMP_H -#define RAYTRACINGGUI_DLGSETTINGSRAYIMP_H - -#include - -#include - - -namespace RaytracingGui { -class Ui_DlgSettingsRay; - -/** - * The DlgSettingsRayImp class implements a preference page to change settings - * for the Inventor viewer. - * \author Jürgen Riegel - */ -class DlgSettingsRayImp : public Gui::Dialog::PreferencePage -{ - Q_OBJECT - -public: - explicit DlgSettingsRayImp( QWidget* parent = nullptr ); - ~DlgSettingsRayImp() override; - -protected: - void saveSettings() override; - void loadSettings() override; - void changeEvent(QEvent *e) override; - -private: - std::unique_ptr ui; -}; - -} // namespace RaytracingGui - -#endif // RAYTRACINGGUI_DLGSETTINGSRAYIMP_H diff --git a/src/Mod/Raytracing/Gui/FreeCADpov b/src/Mod/Raytracing/Gui/FreeCADpov deleted file mode 100644 index e1d7856d48..0000000000 --- a/src/Mod/Raytracing/Gui/FreeCADpov +++ /dev/null @@ -1,106 +0,0 @@ -// FreeCAD Povray standard file -/*************************************************************************** - * Copyright (c) 2005 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -// -w320 -h240 -// -w8000 -h6000 +a0.3 -// Use povray -iLehreW221animation.pov LehreW221animation.ini to trace. -// Use povray -w1280 -h720 +a0.3 -iLehreW221animation.pov LehreW221animation.ini to trace. - -// Include Standard-Colors provided by povray -#include "colors.inc" -// Include Standard-Textures and Finishes provided by povray -#include "textures.inc" -#include "woods.inc" - -// default texture -//default { -// texture { pigment {rgb 1} finish {ambient 0.2 reflection 0.2 specular 0.7} } -//} - - -sky_sphere { - pigment { rgb <0.8,0.8,0.8> } - pigment { - gradient x - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <0.1,0.1,0.1,1>] - [1.00 color rgbt <0.1,0.1,0.1,1>] - } - scale 0.05 - } - pigment { - gradient y - color_map { - [0.00 color rgbt <1,1,1,0>] - [0.08 color rgbt <1,1,1,0>] - [0.09 color rgbt <0.1,0.1,0.1,1>] - [1.00 color rgbt <0.1,0.1,0.1,1>] - } - scale 0.05 - } -} - - -// Fussboden -plane { // checkered floor - y, -1 - texture - { - pigment { - checker - color rgb 1 - color rgb 0.5 - scale 0.5 - } - finish{ - diffuse 0.2 - ambient 0.4 - } - } - scale 1000 -} - - -// includes the Part mesh written from FreeCAD -#include "TempPart.inc" -object {Part - texture { pigment {rgb <0.3,0.8,0.3>} finish {ambient 0.2 reflection 0.2 specular 0.7} } - } - -// includes the camera from FreeCAD -#include "TempCamera.inc" -camera { - location CamPos - look_at LookAt - sky Up - angle 50 -} - - - -// Lightsource -light_source { -<-1573.9813500000005,1310.07165000000003,-2000.1032>, color White -} diff --git a/src/Mod/Raytracing/Gui/PovrayHighlighter.cpp b/src/Mod/Raytracing/Gui/PovrayHighlighter.cpp deleted file mode 100644 index 722cb9fae5..0000000000 --- a/src/Mod/Raytracing/Gui/PovrayHighlighter.cpp +++ /dev/null @@ -1,125 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2008 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" -#ifndef _PreComp_ -# include -# include -# include -#endif - -#include "PovrayHighlighter.h" - - -using namespace RaytracingGui; - -namespace RaytracingGui { -class PovrayHighlighterP -{ -public: - PovrayHighlighterP() - { - keywords << QLatin1String("include") << QLatin1String("if") - << QLatin1String("ifdef") << QLatin1String("ifndef") - << QLatin1String("switch") << QLatin1String("while") - << QLatin1String("macro") << QLatin1String("else") - << QLatin1String("end") << QLatin1String("declare") - << QLatin1String("local") << QLatin1String("undef") - << QLatin1String("fopen") << QLatin1String("fclose") - << QLatin1String("read") << QLatin1String("write") - << QLatin1String("default") << QLatin1String("version") - << QLatin1String("debug") << QLatin1String("case") - << QLatin1String("range") << QLatin1String("break") - << QLatin1String("error") << QLatin1String("warning"); -; - } - - QStringList keywords; -}; -} // namespace RaytracingGui - -/** - * Constructs a syntax highlighter. - */ -PovrayHighlighter::PovrayHighlighter(QObject* parent) - : SyntaxHighlighter(parent) -{ - d = new PovrayHighlighterP; -} - -/** Destroys this object. */ -PovrayHighlighter::~PovrayHighlighter() -{ - delete d; -} - -void PovrayHighlighter::highlightBlock(const QString &text) -{ - enum { NormalState = -1, InsideCStyleComment }; - - int state = previousBlockState(); - int start = 0; - - for (int i = 0; i < text.length(); ++i) { - - if (state == InsideCStyleComment) { - if (text.mid(i, 2) == QLatin1String("*/")) { - state = NormalState; - setFormat(start, i - start + 2, this->colorByType(SyntaxHighlighter::BlockComment)); - } - } - else { - if (text.mid(i, 2) == QLatin1String("//")) { - setFormat(i, text.length() - i, this->colorByType(SyntaxHighlighter::Comment)); - break; - } - else if (text.mid(i, 2) == QLatin1String("/*")) { - start = i; - state = InsideCStyleComment; - } - else if (text.mid(i,1) == QLatin1String("#")) { - QRegularExpression rx(QLatin1String("#\\s*(\\w*)")); - QRegularExpressionMatch match; - boost::ignore_unused(text.indexOf(rx, i, &match)); - if (match.hasMatch()) { - if (d->keywords.contains(match.captured(1)) != 0) - setFormat(i, match.capturedLength(), this->colorByType(SyntaxHighlighter::Keyword)); - i += match.capturedLength(); - } - } - else if (text[i] == QLatin1Char('"')) { - int j=i; - for (;j i && text[j] == QLatin1Char('"')) - break; - } - - setFormat(i, j-i+1, this->colorByType(SyntaxHighlighter::String)); - i = j; - } - } - } - if (state == InsideCStyleComment) - setFormat(start, text.length() - start, this->colorByType(SyntaxHighlighter::BlockComment)); - - setCurrentBlockState(state); -} diff --git a/src/Mod/Raytracing/Gui/PovrayHighlighter.h b/src/Mod/Raytracing/Gui/PovrayHighlighter.h deleted file mode 100644 index 8e17704db7..0000000000 --- a/src/Mod/Raytracing/Gui/PovrayHighlighter.h +++ /dev/null @@ -1,51 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2008 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - - -#ifndef RAY_POVRAYHIGHLIGHTER_H -#define RAY_POVRAYHIGHLIGHTER_H - -#include - -namespace RaytracingGui { -class PovrayHighlighterP; - -/** - * Syntax highlighter for Povray. - * @author Werner Mayer - */ -class PovrayHighlighter : public Gui::SyntaxHighlighter -{ -public: - explicit PovrayHighlighter(QObject* parent); - virtual ~PovrayHighlighter(); - -protected: - void highlightBlock(const QString &text); - -private: - PovrayHighlighterP* d; -}; - -} // namespace Gui - -#endif // RAY_POVRAYHIGHLIGHTER_H diff --git a/src/Mod/Raytracing/Gui/PreCompiled.cpp b/src/Mod/Raytracing/Gui/PreCompiled.cpp deleted file mode 100644 index ddca5c129e..0000000000 --- a/src/Mod/Raytracing/Gui/PreCompiled.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" diff --git a/src/Mod/Raytracing/Gui/PreCompiled.h b/src/Mod/Raytracing/Gui/PreCompiled.h deleted file mode 100644 index f2030603e0..0000000000 --- a/src/Mod/Raytracing/Gui/PreCompiled.h +++ /dev/null @@ -1,66 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef __PRECOMPILED_GUI__ -#define __PRECOMPILED_GUI__ - -#include - -#ifdef _MSC_VER -# pragma warning(disable : 4005) -#endif - -#ifdef _PreComp_ - -// STL -#include -#include - -// Boost -#include - -#ifdef FC_OS_WIN32 -# include -#endif - -// OpenCascade -#include -#include - -// Qt Toolkit -# include -# include -# include -# include -# include -# include -# include -# include - -// Inventor -#include -#include -#include - -#endif //_PreComp_ - -#endif // __PRECOMPILED_GUI__ diff --git a/src/Mod/Raytracing/Gui/Resources/Raytracing.qrc b/src/Mod/Raytracing/Gui/Resources/Raytracing.qrc deleted file mode 100644 index fad3eeb3f8..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/Raytracing.qrc +++ /dev/null @@ -1,57 +0,0 @@ - - - icons/preferences-raytracing.svg - icons/Raytrace_Camera.svg - icons/Raytrace_Export.svg - icons/Raytrace_New.svg - icons/Raytrace_Part.svg - icons/Raytrace_ExportProject.svg - icons/Raytrace_NewPartSegment.svg - icons/Raytrace_Render.svg - icons/Raytrace_ResetCamera.svg - icons/Raytrace_Lux.svg - icons/RaytracingWorkbench.svg - translations/Raytracing_af.qm - translations/Raytracing_de.qm - translations/Raytracing_fi.qm - translations/Raytracing_fr.qm - translations/Raytracing_hr.qm - translations/Raytracing_it.qm - translations/Raytracing_nl.qm - translations/Raytracing_no.qm - translations/Raytracing_pl.qm - translations/Raytracing_ru.qm - translations/Raytracing_uk.qm - translations/Raytracing_tr.qm - translations/Raytracing_sv-SE.qm - translations/Raytracing_zh-TW.qm - translations/Raytracing_pt-BR.qm - translations/Raytracing_cs.qm - translations/Raytracing_sk.qm - translations/Raytracing_es-ES.qm - translations/Raytracing_zh-CN.qm - translations/Raytracing_ja.qm - translations/Raytracing_ro.qm - translations/Raytracing_hu.qm - translations/Raytracing_pt-PT.qm - translations/Raytracing_sr.qm - translations/Raytracing_el.qm - translations/Raytracing_sl.qm - translations/Raytracing_eu.qm - translations/Raytracing_ca.qm - translations/Raytracing_gl.qm - translations/Raytracing_kab.qm - translations/Raytracing_ko.qm - translations/Raytracing_fil.qm - translations/Raytracing_id.qm - translations/Raytracing_lt.qm - translations/Raytracing_val-ES.qm - translations/Raytracing_ar.qm - translations/Raytracing_vi.qm - translations/Raytracing_es-AR.qm - translations/Raytracing_bg.qm - translations/Raytracing_ka.qm - translations/Raytracing_sr-CS.qm - translations/Raytracing_be.qm - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Camera.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Camera.svg deleted file mode 100644 index f5f4d90fa6..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Camera.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - $committer - - - Raytrace_Camera - 2011-10-10 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Camera.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Export.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Export.svg deleted file mode 100644 index e1bdcc7009..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Export.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - $committer - - - Raytrace_Export - 2011-10-10 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Export.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ExportProject.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ExportProject.svg deleted file mode 100644 index faea0b6d5e..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ExportProject.svg +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [agryson] Alexander Gryson - - - http://agryson.net - - Raytrace_ExportProject - 2012-02-29 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ExportProject.svg - - - FreeCAD LGPL2+ - - - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Lux.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Lux.svg deleted file mode 100644 index f1d4464afb..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Lux.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [agryson] Alexander Gryson - - - http://agryson.net - - Raytrace_Lux - 2013-09-27 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Lux.svg - - - FreeCAD LGPL2+ - - - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_New.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_New.svg deleted file mode 100644 index cb7eb96a20..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_New.svg +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [agryson] Alexander Gryson - - - http://agryson.net - - Raytrace_New - 2011-10-10 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_New.svg - - - FreeCAD LGPL2+ - - - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_NewPartSegment.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_NewPartSegment.svg deleted file mode 100644 index 9e53b3ed44..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_NewPartSegment.svg +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [agryson] Alexander Gryson - - - http://agryson.net - - Raytrace_NewPartSegment - 2012-02-29 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_NewPartSegment.svg - - - FreeCAD LGPL2+ - - - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Part.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Part.svg deleted file mode 100644 index 7aa5977eb2..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Part.svg +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - $committer - - - Raytrace_Part - 2011-10-10 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Part.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Render.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Render.svg deleted file mode 100644 index 93e49d3709..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Render.svg +++ /dev/null @@ -1,529 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - $committer - - - Raytrace_Render - 2013-09-17 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_Render.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ResetCamera.svg b/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ResetCamera.svg deleted file mode 100644 index 8c7cbff7d1..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ResetCamera.svg +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [agryson] Alexander Gryson - - - http://agryson.net - - Raytrace_ResetCamera - 2013-10-01 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/Raytrace_ResetCamera.svg - - - FreeCAD LGPL2+ - - - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg b/src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg deleted file mode 100644 index bd7a81bdbc..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - $committer - - - RaytracingWorkbench - 2016-02-26 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/RaytracingWorkbench.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/icons/preferences-raytracing.svg b/src/Mod/Raytracing/Gui/Resources/icons/preferences-raytracing.svg deleted file mode 100644 index af2574c533..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/icons/preferences-raytracing.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - $committer - - - preferences-raytracing - 2011-10-10 - http://www.freecad.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Raytracing/Gui/Resources/icons/preferences-raytracing.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts deleted file mode 100644 index ad6ca4634f..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - - - - - &Export project... - - - - - Export a Raytracing project to a file - - - - - CmdRaytracingNewLuxProject - - - Raytracing - - - - - New Luxrender project - - - - - Insert new Luxrender project into the document - - - - - No template - - - - - No template available - - - - - CmdRaytracingNewPartSegment - - - Raytracing - - - - - Insert part - - - - - Insert a new part object into a Raytracing project - - - - - CmdRaytracingNewPovrayProject - - - Raytracing - - - - - New POV-Ray project - - - - - Insert new POV-Ray project into the document - - - - - No template - - - - - No template available - - - - - CmdRaytracingRender - - - Raytracing - - - - - &Render - - - - - Renders the current raytracing project with an external renderer - - - - - CmdRaytracingResetCamera - - - Raytracing - - - - - &Reset Camera - - - - - Sets the camera of the selected Raytracing project to match the current view - - - - - CmdRaytracingWriteCamera - - - Raytracing - - - - - Export camera to POV-Ray... - - - - - Export the camera position of the active 3D view in POV-Ray format to a file - - - - - CmdRaytracingWritePart - - - Raytracing - - - - - Export part to POV-Ray... - - - - - Write the selected Part (object) as a POV-Ray file - - - - - CmdRaytracingWriteView - - - - - - No perspective camera - - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - - Raytracing - - - - - Export view to POV-Ray... - - - - - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - - No template - - - - - - Cannot create a project because there is no template installed. - - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - - QObject - - - - - - POV-Ray - - - - - - - - - All Files - - - - - - - - Export page - - - - - - - - Wrong selection - - - - - Select a Part object. - - - - - - No Raytracing project to insert - - - - - Create a Raytracing project to insert a view. - - - - - Select a Raytracing project to insert the view. - - - - - - - Select one Raytracing project object. - - - - - Luxrender - - - - - - POV-Ray not found - - - - - Please set the path to the POV-Ray executable in the preferences. - - - - - Please correct the path to the POV-Ray executable in the preferences. - - - - - - Luxrender not found - - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - - POV-Ray file missing - - - - - The POV-Ray project file doesn't exist. - - - - - - - Rendered image - - - - - Lux project file missing - - - - - The Lux project file doesn't exist. - - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - - - - - Render - - - - - POV-Ray executable: - - - - - POV-Ray output parameters: - - - - - The POV-Ray parameters to be passed to the render. - - - - - +P +A - - - - - +W: - - - - - The width of the rendered image - - - - - +H : - - - - - The height of the rendered image - - - - - Luxrender executable: - - - - - The path to the luxrender (or luxconsole) executable - - - - - Directories - - - - - Default Project dir: - - - - - - - Used by utility tools - - - - - Camera file name: - - - - - TempCamera.inc - - - - - Part file name: - - - - - TempPart.inc - - - - - Mesh export settings - - - - - Max mesh deviation: - - - - - Do not calculate vertex normals - - - - - Write u,v coordinates - - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - - - - - LuxRender template - - - - - Select a LuxRender template - - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - - - - - Povray template - - - - - Select a Povray template - - - - - Workbench - - - &Raytracing - - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.qm deleted file mode 100644 index 440d3a37b28933ba550e485eb7116302f497e489..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12405 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.ts deleted file mode 100644 index ae3086ff43..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_af.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Lêer - - - - &Export project... - &Voer projek uit... - - - - Export a Raytracing project to a file - Export a Raytracing project to a file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Straalsporing - - - - New Luxrender project - New Luxrender project - - - - Insert new Luxrender project into the document - Insert new Luxrender project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingNewPartSegment - - - Raytracing - Straalsporing - - - - Insert part - Voeg onderdeel in - - - - Insert a new part object into a Raytracing project - Insert a new part object into a Raytracing project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Straalsporing - - - - New POV-Ray project - New POV-Ray project - - - - Insert new POV-Ray project into the document - Insert new POV-Ray project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingRender - - - Raytracing - Straalsporing - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Renders the current raytracing project with an external renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Straalsporing - - - - &Reset Camera - &Reset Camera - - - - Sets the camera of the selected Raytracing project to match the current view - Sets the camera of the selected Raytracing project to match the current view - - - - CmdRaytracingWriteCamera - - - Raytracing - Straalsporing - - - - Export camera to POV-Ray... - Export camera to POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - Straalsporing - - - - Export part to POV-Ray... - Export part to POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Write the selected Part (object) as a POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - No perspective camera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Straalsporing - - - - Export view to POV-Ray... - Export view to POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - No template - No template - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - All Files - - - - - - - Export page - Voer bladsy uit - - - - - - - Wrong selection - Verkeerde keuse - - - - Select a Part object. - Kies 'n onderdeel. - - - - - No Raytracing project to insert - No Raytracing project to insert - - - - Create a Raytracing project to insert a view. - Create a Raytracing project to insert a view. - - - - Select a Raytracing project to insert the view. - Select a Raytracing project to insert the view. - - - - - - Select one Raytracing project object. - Select one Raytracing project object. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray not found - - - - Please set the path to the POV-Ray executable in the preferences. - Please set the path to the POV-Ray executable in the preferences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Please correct the path to the POV-Ray executable in the preferences. - - - - - Luxrender not found - Luxrender not found - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - POV-Ray file missing - POV-Ray file missing - - - - The POV-Ray project file doesn't exist. - The POV-Ray project file doesn't exist. - - - - - - Rendered image - Rendered image - - - - Lux project file missing - Lux project file missing - - - - The Lux project file doesn't exist. - The Lux project file doesn't exist. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Straalsporing - - - - Mesh export settings - Maas uitvoerinstellings - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Bereken nie die hoekpuntnormaallyne nie - - - - Write u,v coordinates - Skryf u,v koördinate - - - - Render - Render - - - - POV-Ray executable: - POV-Ray executable: - - - - POV-Ray output parameters: - POV-Ray output parameters: - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameters to be passed to the render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - The width of the rendered image - - - - +H : - +H : - - - - The height of the rendered image - The height of the rendered image - - - - Luxrender executable: - Luxrender executable: - - - - The path to the luxrender (or luxconsole) executable - The path to the luxrender (or luxconsole) executable - - - - Directories - Gidse - - - - Part file name: - Onderdeellêernaam: - - - - Camera file name: - Kameralêernaam: - - - - - - Used by utility tools - Used by utility tools - - - - Default Project dir: - Standaard Projekgids: - - - - TempCamera.inc - TempKamera.inc - - - - TempPart.inc - TempOnderdeel.inc - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit LuxRender project - - - - LuxRender template - LuxRender template - - - - Select a LuxRender template - Select a LuxRender template - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit Povray project - - - - Povray template - Povray template - - - - Select a Povray template - Select a Povray template - - - - Workbench - - - &Raytracing - &Straalsporing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.qm deleted file mode 100644 index 6e2fa2252537c28a27715cecdc61abb833457ef6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11948 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.ts deleted file mode 100644 index cb278f1923..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ar.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - ملف - - - - &Export project... - & تصدير المشروع... - - - - Export a Raytracing project to a file - تصدير مشروع Raytracing إلى ملف - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - مشروع Luxrender جديد - - - - Insert new Luxrender project into the document - إدراج مشروع Luxrender جديد في المستند - - - - No template - لا يوجد قالب - - - - No template available - لا يوجد قالب متاح - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - إدراج جزء - - - - Insert a new part object into a Raytracing project - إدراج جزء كائن جديد في مشروع Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - مشروع POV-Ray جديد - - - - Insert new POV-Ray project into the document - إدراج مشروع POV-Ray جديد في المستند - - - - No template - لا يوجد قالب - - - - No template available - لا يوجد قالب متاح - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - & تقديم - - - - Renders the current raytracing project with an external renderer - يعرض المشروع raytracing الحالي مع عارض خارجي - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &إعادة تعيين الكاميرا - - - - Sets the camera of the selected Raytracing project to match the current view - تعيين الكاميرا الخاصة بالمشروع Raytracing المحدد لتتناسب مع طريقة العرض الحالية - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - تصدير الكاميرا إلى POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - تصدير موضع الكاميرا طريقة العرض 3D النشطة في تنسيق POV-Ray إلى ملف - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - تصدير جزء POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - كتابة الجزء المحدد (عنصر) كملف POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - لا كاميرا منظور - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - تصدير طريقة العرض إلى POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - اكتب العرض ثلاثي الأبعاد النشط مع الكاميرا وجميع محتوياتها إلى ملف POV-Ray - - - - - No template - لا يوجد قالب - - - - - Cannot create a project because there is no template installed. - لا يمكن عمل مشروع لأنه لم يتم تحميل أي قالب. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - كل الملفات - - - - - - - Export page - تصدير الصفحة - - - - - - - Wrong selection - إختيار خاطئ - - - - Select a Part object. - قم بتحديد عنصر قطعة. - - - - - No Raytracing project to insert - لا يوجد مشروع Raytracing لإدراجه - - - - Create a Raytracing project to insert a view. - إنشاء مشروع Raytracing لإدراج طريقة العرض. - - - - Select a Raytracing project to insert the view. - حدد مشروع Raytracing لإدراجه في طريقة العرض. - - - - - - Select one Raytracing project object. - حدد كائن مشروع Raytracing واحد. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - لم يتم العثور على POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - الرجاء تعيين المسار إلى الملف التنفيذي POV-Ray في التفضيلات. - - - - Please correct the path to the POV-Ray executable in the preferences. - الرجاء تصحيح المسار إلى الملف التنفيذي POV-Ray في التفضيلات. - - - - - Luxrender not found - لم يتم العثور على Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - الرجاء تعيين المسار إلى luxrender أو luxconsole القابل للتنفيذ في التفضيلات. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - الرجاء تصحيح المسار إلى luxrender أو luxconsole القابل للتنفيذ في التفضيلات. - - - - POV-Ray file missing - ملف POV-Ray مفقود - - - - The POV-Ray project file doesn't exist. - لا يوجد ملف المشروع POV-Ray. - - - - - - Rendered image - الصورة المعروضة - - - - Lux project file missing - ملف مشروع لوكس مفقود - - - - The Lux project file doesn't exist. - لا يوجد ملف المشروع لوكس. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Mesh export settings - إعدادات تصدير شبكة - - - - Max mesh deviation: - أقصى انحراف في الشبكة: - - - - Do not calculate vertex normals - لا تحسب الأوضاع الطبيعية لقمة الرأس - - - - Write u,v coordinates - اكتب الإحداثيات u,v - - - - Render - تقديم - - - - POV-Ray executable: - POV-Ray الملف القابل للتنفيذ: - - - - POV-Ray output parameters: - معلمات الإخراج POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - لمعلمات POV-Ray لتمريرها إلى التجسيد. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - عرض الصورة المقدمة - - - - +H : - +H : - - - - The height of the rendered image - ارتفاع الصورة المقدمة - - - - Luxrender executable: - Luxrender الملف القابل للتنفيذ: - - - - The path to the luxrender (or luxconsole) executable - مسار luxrender (أو luxconsole) القابل للتنفيذ - - - - Directories - المسارات - - - - Part file name: - اسم جزء الملف: - - - - Camera file name: - اسم ملف الكاميرا: - - - - - - Used by utility tools - المستخدمة من قبل أدوات الأداة المساعدة - - - - Default Project dir: - دليل المشروع الافتراضي: - - - - TempCamera.inc - TempCamera.inc - - - - TempPart.inc - TempPart.inc - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - تحرير مشروع LuxRender - - - - LuxRender template - قالب LuxRender - - - - Select a LuxRender template - حدد قالب LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - تحرير المشروع Povray - - - - Povray template - قالب Povray - - - - Select a Povray template - حدد قالب Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.qm deleted file mode 100644 index 4ac0762f4268196a837b1817ec501f250113e127..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12730 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 WeR#WcdC3Rct3O&%s(jEIYWP1w;#@-j diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.ts deleted file mode 100644 index 8407ded98d..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_be.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Файл - - - - &Export project... - &Экспарт праекту... - - - - Export a Raytracing project to a file - Экспарт праекту трасіроўкі прамянёў у файл - - - - CmdRaytracingNewLuxProject - - - Raytracing - Трасіроўка прамянёў - - - - New Luxrender project - Новы праект Luxrender - - - - Insert new Luxrender project into the document - Уставіць новы праект Luxrender у дакумент - - - - No template - Без шаблону - - - - No template available - Без даступнага шаблону - - - - CmdRaytracingNewPartSegment - - - Raytracing - Трасіроўка прамянёў - - - - Insert part - Уставіць дэталь - - - - Insert a new part object into a Raytracing project - Уставіць новую дэталь у праект трасіроўкі прамянёў - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Трасіроўка прамянёў - - - - New POV-Ray project - Новы праект POV-Ray - - - - Insert new POV-Ray project into the document - Уставіць новы праект POV-Ray у дакумент - - - - No template - Без шаблону - - - - No template available - Без даступнага шаблону - - - - CmdRaytracingRender - - - Raytracing - Трасіроўка прамянёў - - - - &Render - &Візуалізацыя - - - - Renders the current raytracing project with an external renderer - Візуалізацыя бягучага праекта трасіроўкі прамянёў сродкам вонкавай візуалізацыі - - - - CmdRaytracingResetCamera - - - Raytracing - Трасіроўка прамянёў - - - - &Reset Camera - &Скінуць Камеру - - - - Sets the camera of the selected Raytracing project to match the current view - Задаць камеру абранага праекта трасіроўкі прамянёў у адпаведнасці з бягучым выглядам - - - - CmdRaytracingWriteCamera - - - Raytracing - Трасіроўка прамянёў - - - - Export camera to POV-Ray... - Экспартаваць камеру ў POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Экспартаваць становішча камеры бягучага трохмернага выгляду ў файл фармату POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Трасіроўка прамянёў - - - - Export part to POV-Ray... - Экспартаваць дэталь у POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Запісаць абраную дэталь (аб'ект) як файл POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Без перспектыўнага здымка камеры - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Бягучы выгляд камеры не з'яўляецца перспектыўным, таму выява POV-Ray можа выглядаць інакш, чым чакалася. -Вы жадаеце працягнуць? - - - - Raytracing - Трасіроўка прамянёў - - - - Export view to POV-Ray... - Экспартаваць выгляд у POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Запісаць бягучы трохмерны выгляд з дапамогай камеры і ўвесь яго змест у файл POVRay - - - - - No template - Без шаблону - - - - - Cannot create a project because there is no template installed. - Не атрымалася стварыць праект, так як шаблоны не ўсталяваны. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Бягучы выгляд камеры не з'яўляецца перспектыўным, таму выява Luxrender можа выглядаць інакш, чым чакалася. -Вы жадаеце працягнуць? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Усе файлы - - - - - - - Export page - Экспартаваць старонку - - - - - - - Wrong selection - Няправільны выбар - - - - Select a Part object. - Абраць аб'ект Дэталі. - - - - - No Raytracing project to insert - Без праекта Трасіроўкі прамянёў для ўстаўкі - - - - Create a Raytracing project to insert a view. - Стварыце праект Трасіроўкі прамянёў, каб уставіць выгляд. - - - - Select a Raytracing project to insert the view. - Выбраць праект Трасіроўкі прамянёў, каб уставіць выгляд. - - - - - - Select one Raytracing project object. - Выбраць адзін аб'ект праекта Трасіроўка прамянёў. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray не знойдзены - - - - Please set the path to the POV-Ray executable in the preferences. - Калі ласка, задайце шлях да файла выканання POV-Ray у наладах. - - - - Please correct the path to the POV-Ray executable in the preferences. - Калі ласка, папраўце шлях да файла выканання POV-Ray у наладах. - - - - - Luxrender not found - Luxrender не знойдзены - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Калі ласка, задайце шлях да файла выканання luxrender ці luxconsole у наладах. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Калі ласка, папраўце шлях да файла выканання luxrender ці luxconsole у наладах. - - - - POV-Ray file missing - Адсутнічае файл POV-Ray - - - - The POV-Ray project file doesn't exist. - Файл праекта POV-Ray не існуе. - - - - - - Rendered image - Візуалізаваная выява - - - - Lux project file missing - Файл праекта Lux адсутнічае - - - - The Lux project file doesn't exist. - Файл праекта Lux не існуе. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Трасіроўка прамянёў - - - - Render - Візуалізацыя - - - - POV-Ray executable: - Файл выканання POV-Ray: - - - - POV-Ray output parameters: - Выхадныя налады POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Налады POV-Ray, якія будуць перададзеныя ў візуалізацыя. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Шырыня візуалізацыі выявы - - - - +H : - +H : - - - - The height of the rendered image - Вышыня візуалізацыі выявы - - - - Luxrender executable: - Файл выканання Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Шлях да файла выканання luxrender (ці luxconsole) - - - - Directories - Каталогі - - - - Default Project dir: - Першапачатковы каталог праекта: - - - - - - Used by utility tools - Ужываецца службовымі інструментамі - - - - Camera file name: - Імя файла камеры: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Імя файла дэталі: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Экспартаваць налады сеткі - - - - Max mesh deviation: - Найбольшае адхіленне паліганальнай сеткі: - - - - Do not calculate vertex normals - Не вылічаць нармалі вяршыні - - - - Write u,v coordinates - Запісаць каардынаты u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Шлях да файла выканання POVRay, калі вы жадаеце выканаць візуалізацыю з %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Змяніць праект LuxRender - - - - LuxRender template - Шаблон LuxRender - - - - Select a LuxRender template - Выбраць шаблон LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Змяніць Праект POV-Ray - - - - Povray template - Шаблон POV-Ray - - - - Select a Povray template - Выбраць шаблон POV-Ray - - - - Workbench - - - &Raytracing - Трасіроўка &прамянёў - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.qm deleted file mode 100644 index a8f0a996f5018723915a3a7f7248d7cbe0ca5ab4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12609 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.ts deleted file mode 100644 index 9e440fd4c3..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_bg.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Файл - - - - &Export project... - &Export project... - - - - Export a Raytracing project to a file - Export a Raytracing project to a file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Проследяване на лъчи - - - - New Luxrender project - New Luxrender project - - - - Insert new Luxrender project into the document - Insert new Luxrender project into the document - - - - No template - Няма шаблон - - - - No template available - Няма наличен шаблон - - - - CmdRaytracingNewPartSegment - - - Raytracing - Проследяване на лъчи - - - - Insert part - Insert part - - - - Insert a new part object into a Raytracing project - Insert a new part object into a Raytracing project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Проследяване на лъчи - - - - New POV-Ray project - New POV-Ray project - - - - Insert new POV-Ray project into the document - Insert new POV-Ray project into the document - - - - No template - Няма шаблон - - - - No template available - Няма наличен шаблон - - - - CmdRaytracingRender - - - Raytracing - Проследяване на лъчи - - - - &Render - &Рендиране - - - - Renders the current raytracing project with an external renderer - Renders the current raytracing project with an external renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Проследяване на лъчи - - - - &Reset Camera - &Reset Camera - - - - Sets the camera of the selected Raytracing project to match the current view - Sets the camera of the selected Raytracing project to match the current view - - - - CmdRaytracingWriteCamera - - - Raytracing - Проследяване на лъчи - - - - Export camera to POV-Ray... - Export camera to POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - Проследяване на лъчи - - - - Export part to POV-Ray... - Export part to POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Write the selected Part (object) as a POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Няма камера в перспектива - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Проследяване на лъчи - - - - Export view to POV-Ray... - Export view to POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - No template - Няма шаблон - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Всички файлове - - - - - - - Export page - Износ на страницата - - - - - - - Wrong selection - Wrong selection - - - - Select a Part object. - Избиране на компонент. - - - - - No Raytracing project to insert - No Raytracing project to insert - - - - Create a Raytracing project to insert a view. - Create a Raytracing project to insert a view. - - - - Select a Raytracing project to insert the view. - Select a Raytracing project to insert the view. - - - - - - Select one Raytracing project object. - Select one Raytracing project object. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray not found - - - - Please set the path to the POV-Ray executable in the preferences. - Please set the path to the POV-Ray executable in the preferences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Please correct the path to the POV-Ray executable in the preferences. - - - - - Luxrender not found - Luxrender not found - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - POV-Ray file missing - POV-Ray file missing - - - - The POV-Ray project file doesn't exist. - The POV-Ray project file doesn't exist. - - - - - - Rendered image - Визуализирано изображение - - - - Lux project file missing - Lux project file missing - - - - The Lux project file doesn't exist. - The Lux project file doesn't exist. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Проследяване на лъчи - - - - Mesh export settings - Mesh export settings - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Do not calculate vertex normals - - - - Write u,v coordinates - Писане по координати u, v - - - - Render - Визуализиране - - - - POV-Ray executable: - POV-Ray executable: - - - - POV-Ray output parameters: - POV-Ray output parameters: - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameters to be passed to the render. - - - - +P +A - +P +A - - - - +W: - +Ш: - - - - The width of the rendered image - Ширина на визуализираното изображение - - - - +H : - +В : - - - - The height of the rendered image - Височина на визуализираното изображение - - - - Luxrender executable: - Luxrender executable: - - - - The path to the luxrender (or luxconsole) executable - The path to the luxrender (or luxconsole) executable - - - - Directories - Директории - - - - Part file name: - Part file name: - - - - Camera file name: - Име на файла за камерата: - - - - - - Used by utility tools - Used by utility tools - - - - Default Project dir: - Default Project dir: - - - - TempCamera.inc - TempCamera.inc - - - - TempPart.inc - TempPart.inc - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit LuxRender project - - - - LuxRender template - LuxRender template - - - - Select a LuxRender template - Select a LuxRender template - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit Povray project - - - - Povray template - Povray template - - - - Select a Povray template - Select a Povray template - - - - Workbench - - - &Raytracing - & Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.qm deleted file mode 100644 index db10da11c0376765a25c422ac3fadf3dfb71c69f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13081 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.ts deleted file mode 100644 index edf42ee96b..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ca.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Fitxer - - - - &Export project... - &Exportar projecte... - - - - Export a Raytracing project to a file - Exportar un projecte de Raytracing a un arxiu - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Nou projecte Luxrender - - - - Insert new Luxrender project into the document - Inserir nou projecte Luxrender en el document - - - - No template - Cap plantilla - - - - No template available - Cap plantilla disponible - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inserir peça - - - - Insert a new part object into a Raytracing project - Inserir un nou objecte de part en un projecte de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Nou projecte de POV-Ray - - - - Insert new POV-Ray project into the document - Inserir el nou projecte de POV-Ray en el document - - - - No template - Cap plantilla - - - - No template available - Cap plantilla disponible - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Renderitza el projecte actual de traçat de raigs amb un renderitzador extern - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Reiniciar Càmera - - - - Sets the camera of the selected Raytracing project to match the current view - Estableix la posició de la càmera del projecte de traçat de raigs seleccionat perquè coincidisca amb la vista actual - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportar càmera a POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exporta la posició de la càmera de la vista 3D activa en format de POV-Ray a un fitxer - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportar peça a POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escriviu la peça seleccionada (objecte) com a fitxer de POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Cap càmera de Perspectiva - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La càmera de la vista actual no és en perspectiva i per tant el resultat de la imatge de POV-Ray podria ser diferent del que esperàveu. -Voleu continuar? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportar vista a POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Escriviu la vista 3D activa amb la càmera i tot el seu contingut en un fitxer POV-Ray - - - - - No template - Cap plantilla - - - - - Cannot create a project because there is no template installed. - No es pot crear un projecte perquè no hi ha cap plantilla instal·lada. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La càmera de la vista actual no és en perspectiva i per tant el resultat de la imatge de LuxRender podria ser diferent del que esperàveu. -Voleu continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tots els fitxers - - - - - - - Export page - Exportar pàgina - - - - - - - Wrong selection - Selecció incorrecta - - - - Select a Part object. - Selecciona part del objecte. - - - - - No Raytracing project to insert - Cap projecte Raytracing per a inserir - - - - Create a Raytracing project to insert a view. - Creeu un projecte de traçat de raigs en què inserir una vista. - - - - Select a Raytracing project to insert the view. - Seleccioneu un projecte de traçat de raigs en què inserir la vista. - - - - - - Select one Raytracing project object. - Seleccioneu un objecte de projecte de Raytracing. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray no trobat - - - - Please set the path to the POV-Ray executable in the preferences. - Establiu el camí a l'executable del POV-Ray en les preferències. - - - - Please correct the path to the POV-Ray executable in the preferences. - Corregiu el camí a l'executable del POV-Ray en les preferències. - - - - - Luxrender not found - No s'ha trobat el LuxRender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Establiu el camí a l'executable del LuxRender o Luxconsole en les preferències. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Corregiu el camí a l'executable del LuxRender o Luxconsole en les preferències. - - - - POV-Ray file missing - No es troba l'arxiu POV-Ray - - - - The POV-Ray project file doesn't exist. - No existeix el fitxer de projecte POV-Ray. - - - - - - Rendered image - Imatge renderitzada - - - - Lux project file missing - Falta el fitxer del projecte Lux - - - - The Lux project file doesn't exist. - No existeix el fitxer de projecte Lux. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderitzador - - - - POV-Ray executable: - Executable del POV-Ray: - - - - POV-Ray output parameters: - Paràmetres d'eixida de POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Els paràmetres de POV-Ray que es passen al renderitzador. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - L'amplària de la imatge renderitzada - - - - +H : - +H: - - - - The height of the rendered image - L'alçària de la imatge renderitzada - - - - Luxrender executable: - Executable del LuxRender: - - - - The path to the luxrender (or luxconsole) executable - El camí a l'executable del LuxRender (o Luxconsole) - - - - Directories - Directoris - - - - Default Project dir: - Directori per defecte del projecte: - - - - - - Used by utility tools - Utilitzat per les eines d'utilitats - - - - Camera file name: - Nom del fitxer de la càmera: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nom del fitxer de peça: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Ajustos d'exportació de malla - - - - Max mesh deviation: - Màxima desviació de malla: - - - - Do not calculate vertex normals - No calcular les normals als vèrtexs - - - - Write u,v coordinates - Escriure coordenades u, v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - El camí a l'executable de POV-Ray, si voleu renderitzar des de %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar el projecte LuxRender - - - - LuxRender template - Plantilla LuxRender - - - - Select a LuxRender template - Seleccionar una plantilla de LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editar el projecte Povray - - - - Povray template - Plantilla Povray - - - - Select a Povray template - Seleccionar una plantilla Povray - - - - Workbench - - - &Raytracing - T&raçat de raigs - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_cs.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_cs.qm deleted file mode 100644 index 4a29a8729f9e1b6f14ddbcc63200e4b4be77dc33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12211 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 hRt6G{9iejA`5F${&gg()WrkCC; - - - - CmdRaytracingExportProject - - - File - Soubor - - - - &Export project... - &Exportovat projekt... - - - - Export a Raytracing project to a file - Export Raytracing projektu do souboru - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Nový Luxrender projekt - - - - Insert new Luxrender project into the document - Vlož nový Luxrender projekt do dokumentu - - - - No template - Žádná šablona - - - - No template available - Žádná šablona není dostupná - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Vložit část - - - - Insert a new part object into a Raytracing project - Vlož nový díl do Raytracing projektu - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Nový POV-Ray projekt - - - - Insert new POV-Ray project into the document - Vlož nový POV-Ray projekt do dokumentu - - - - No template - Žádná šablona - - - - No template available - Žádná šablona není dostupná - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Renderuj - - - - Renders the current raytracing project with an external renderer - Renderuj současný raytracing projekt s externím renderovacím programem - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Reset kamery - - - - Sets the camera of the selected Raytracing project to match the current view - Nastaví kameru vybraného projektu Raytracing tak, aby odpovídal aktuální zobrazení - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Export kamery do POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportujte pozici kamery aktivního 3D zobrazení v POV-Ray formátu do souboru - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportuj část do POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Zapiš vybranou část (objekt) jako soubor POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Žádná perspektivní kamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Současný pohled kamery není v perspektivě, proto výsledek POV-Ray obrazu později může vypadat jinak, než očekáváte. -Přejete si pokračovat? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportuj zobrazení do POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Zapiš aktivní 3D pohled včetně kamery a veškerého jejího obsahu do souboru POV-Ray - - - - - No template - Žádná šablona - - - - - Cannot create a project because there is no template installed. - Nelze vytvořit projekt, protože není nainstalovaná šablona. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Současný pohled kamery není v perspektivě, proto výsledek luxrender obrazu později může vypadat jinak, než očekáváte. -Přejete si pokračovat? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Všechny soubory - - - - - - - Export page - Exportovat stránku - - - - - - - Wrong selection - Neplatný výběr - - - - Select a Part object. - Vybrat díl. - - - - - No Raytracing project to insert - Žádný projekt Raytracing pro vložení - - - - Create a Raytracing project to insert a view. - Vytvoř Raytracing projekt pro vložení pohledu. - - - - Select a Raytracing project to insert the view. - Vyber Raytracing projekt pro vložení pohledu. - - - - - - Select one Raytracing project object. - Vyberte jeden objekt Raytracing projektu. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray nebyl nalezen - - - - Please set the path to the POV-Ray executable in the preferences. - Prosím nastavte cestu k POV-Ray programu v nastavení. - - - - Please correct the path to the POV-Ray executable in the preferences. - Prosím opravte cestu k POV-Ray programu v nastavení. - - - - - Luxrender not found - Luxrender nebyl nalezen - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Prosím nastavte cestu k programu luxrender nebo luxconsole v nastavení. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Prosím opravte cestu k programu luxrender nebo luxconsole v nastavení. - - - - POV-Ray file missing - POV-Ray soubor chybí - - - - The POV-Ray project file doesn't exist. - Soubor POV-Ray projektu neexistuje. - - - - - - Rendered image - Renderovaný obraz - - - - Lux project file missing - Lux projekt soubor chybí - - - - The Lux project file doesn't exist. - Soubor Lux projektu neexistuje. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Vykreslit - - - - POV-Ray executable: - POV-Ray spustitelný soubor: - - - - POV-Ray output parameters: - POV-Ray výstupní parametry: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray parametry, které mají být předány pro renderování. - - - - +P +A - +P +A - - - - +W: - +Š:   - - - - The width of the rendered image - Šířka renderovaného obrazu - - - - +H : -  +V :  - - - - The height of the rendered image - Výška renderovaného obrazu - - - - Luxrender executable: - Spustitelný soubor LuxRender: - - - - The path to the luxrender (or luxconsole) executable - Cesta k programu luxrender (nebo luxconsole) - - - - Directories - Adresáře - - - - Default Project dir: - Výchozí adresář projektu: - - - - - - Used by utility tools - Užíváno nástroji - - - - Camera file name: - Název souboru fotoaparátu: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Název dílu: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Nastavení exportu sítě - - - - Max mesh deviation: - Max. odchylka sítě: - - - - Do not calculate vertex normals - Nepočítat vrcholové normály - - - - Write u,v coordinates - Zapsat u,v souřadnice - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Cesta k programu POV-Ray, pokud chcete renderovat z %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Uprav projekt LuxRender - - - - LuxRender template - Šablona LuxRender - - - - Select a LuxRender template - Vyber šablonu LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Uprav povray projekt - - - - Povray template - Šablona povray - - - - Select a Povray template - Vyber šablonu povray - - - - Workbench - - - &Raytracing - Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_de.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_de.qm deleted file mode 100644 index 2c77fa96511768cda0d3de035d12f4e81193d998..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13053 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 - - - - CmdRaytracingExportProject - - - File - Datei - - - - &Export project... - Projekt &exportieren... - - - - Export a Raytracing project to a file - Ein Raytracing-Projekt in eine Datei exportieren - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Neues Luxrender-Projekt - - - - Insert new Luxrender project into the document - Neues Luxrender-Projekt in das Dokument einfügen - - - - No template - Keine Vorlage - - - - No template available - Keine Vorlage verfügbar - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Teil einfügen - - - - Insert a new part object into a Raytracing project - Einfügen eines neuen Teil-Objektes in ein Raytracing-Projekt - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Neues POV-Ray-Projekt - - - - Insert new POV-Ray project into the document - Neues POV-Ray-Projekt in das Dokument einfügen - - - - No template - Keine Vorlage - - - - No template available - Keine Vorlage verfügbar - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Rendern - - - - Renders the current raytracing project with an external renderer - Das aktuelle Raytracing-Projekt mit einem externen Renderer rendern - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - Kamera zurücksetzen - - - - Sets the camera of the selected Raytracing project to match the current view - Setzen der Kamera-Eigenschaften im gewählten Raytracing-Projekt gemäß der aktuellen Ansicht - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportieren Sie die Kamera in POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportiere die Kameraposition der aktiven 3D-Ansicht im POV-Ray-Format in eine Datei - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportieren Sie Teil in POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Speichern des ausgewählten Teils (Objekt) als eine POV-Ray-Datei - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Keine perspektivische Kamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Die Kamera der aktuellen Ansicht ist nicht perspektivisch und ergibt daher ein POV-Ray-Bild, das anders aussehen kann als erwartet. -Möchten Sie fortfahren? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportieren der Ansicht in POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Speichern Sie die aktive 3D-Ansicht mit Kamera und allen ihren Inhalten in eine POV-Ray-Datei - - - - - No template - Keine Vorlage - - - - - Cannot create a project because there is no template installed. - Projekt kann nicht erstellt werden, da keine Vorlage installiert ist. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Die Kamera der aktuellen Ansicht ist nicht perspektivisch und ergibt daher ein Luxrender-Bild, das anders aussehen kann als erwartet. -Möchten Sie fortfahren? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Alle Dateien - - - - - - - Export page - Seite exportieren - - - - - - - Wrong selection - Falsche Auswahl - - - - Select a Part object. - Formteil auswählen. - - - - - No Raytracing project to insert - Kein Raytracing-Projekt zum Einfügen vorhanden - - - - Create a Raytracing project to insert a view. - Erstellen eines Raytracing-Projekts um eine Ansicht einzufügen. - - - - Select a Raytracing project to insert the view. - Wählen eines Raytracing-Projekts um die Ansicht einzufügen. - - - - - - Select one Raytracing project object. - Wählen eines Raytracing-Projekt-Objekts. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray nicht gefunden - - - - Please set the path to the POV-Ray executable in the preferences. - Bitte setze den Pfad auf die Povray Programm-Datei in den "Einstellungen". - - - - Please correct the path to the POV-Ray executable in the preferences. - Bitte korrigiere den Pfad zu der POVRay Programm-Datei in den Voreinstellungen. - - - - - Luxrender not found - Luxrender nicht gefunden - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Bitte setze den Pfad zu der Luxrender- oder Luxconsole-Programm-Datei in den "Einstellungen". - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Bitte korrigieren Sie den Pfad zu der Luxrender- oder Luxconsole-Programm-Datei in den "Einstellungen". - - - - POV-Ray file missing - POV-Ray-Datei fehlt - - - - The POV-Ray project file doesn't exist. - Die POV-Ray-Projekt-Datei existiert nicht. - - - - - - Rendered image - Gerendertes Bild - - - - Lux project file missing - Lux-Projekt-Datei fehlt - - - - The Lux project file doesn't exist. - Die Lux-Projekt-Datei existiert nicht. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Rendern - - - - POV-Ray executable: - POV-Ray ausführbare Datei: - - - - POV-Ray output parameters: - POV-Ray-Ausgabe-Einstellungen: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray-Einstellungen, die an das Rendering übergeben werden. - - - - +P +A - +P +A - - - - +W: - +W:  - - - - The width of the rendered image - Die Breite des gerenderten Bildes - - - - +H : -  +H :  - - - - The height of the rendered image - Die Höhe des gerenderten Bildes - - - - Luxrender executable: - Luxrender-Programmdatei: - - - - The path to the luxrender (or luxconsole) executable - Der Pfad zur Luxrender (oder Luxconsole) Programm-Datei - - - - Directories - Verzeichnisse - - - - Default Project dir: - Standard-Projektverzeichnis: - - - - - - Used by utility tools - Von Dienstprogramm-Tools verwendet - - - - Camera file name: - Kamera-Dateiname: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Formteil-Dateiname: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Mesh-Exporteinstellungen - - - - Max mesh deviation: - Maximale Netz Abweichung: - - - - Do not calculate vertex normals - Vertexnormalen nicht berechnen - - - - Write u,v coordinates - U, V-Koordinaten schreiben - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Der Pfad zur POVRay-Programm-Datei, um aus FreeCAD zu rendern - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender-Projekt bearbeiten - - - - LuxRender template - LuxRender-Vorlage - - - - Select a LuxRender template - Wählen Sie eine LuxRender-Vorlage - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Povray-Projekt bearbeiten - - - - Povray template - Povray-Vorlage - - - - Select a Povray template - Wählen Sie eine Povray-Vorlage - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.qm deleted file mode 100644 index efafae6769f8d20dd3c2131f764e3a5e51c5b2fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13343 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.ts deleted file mode 100644 index 208b7168c8..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_el.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Αρχείο - - - - &Export project... - &Εξαγωγή έργου... - - - - Export a Raytracing project to a file - Εξαγωγή ενός έργου Raytracing σε ένα αρχείο - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Νέο έργο Luxrender - - - - Insert new Luxrender project into the document - Εισαγωγή νέου έργου Luxrender στο έγγραφο - - - - No template - Κανένα πρότυπο - - - - No template available - Κανένα διαθέσιμο πρότυπο - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Εισαγωγή εξαρτήματος - - - - Insert a new part object into a Raytracing project - Εισαγωγή ενός νέου εξαρτήματος σε ένα έργο Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Νέο έργο POV-Ray - - - - Insert new POV-Ray project into the document - Εισαγωγή νέου έργου POV-Ray στο έγγραφο - - - - No template - Κανένα πρότυπο - - - - No template available - Κανένα διαθέσιμο πρότυπο - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - Αποτύπωση - - - - Renders the current raytracing project with an external renderer - Αποτυπώνει το τρέχον έργο raytracing με ένα εξωτερικό πρόγραμμα αποτύπωσης - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - Επαναφο$ρά Κάμερας - - - - Sets the camera of the selected Raytracing project to match the current view - Ρυθμίζει την κάμερα του επιλεγμένου έργου Raytracing έτσι ώστε να ταυτίζεται με την τρέχουσα προβολή - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Εξαγωγή ιδιοτήτων κάμερας σε POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Εξαγωγή της θέσης κάμερας της ενεργούς τρισδιάστατης προβολής σε μορφή POV-Ray σε κάποιο αρχείο - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Εξαγωγή εξαρτήματος σε POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Εγγραφή του επιλεγμένου Εξαρτήματος (αντικειμένου) ως αρχείο POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Καμία κάμερα προοπτικής προβολής - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Η κάμερα της τρέχουσας προβολής δεν χρησιμοποιεί προοπτική προβολή που έχει ως συνέπεια μια POV-Ray εικόνα που μπορεί να είναι διαφορετική από αυτό που είναι αναμενόμενο. Θέλετε να συνεχίσετε; - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Εξαγωγή προβολής σε POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Εγγραφή της ενεργούς τρισδιάστατης προβολής με κάμερα και όλου του περιεχομένου της σε ένα αρχείο POV-Ray - - - - - No template - Κανένα πρότυπο - - - - - Cannot create a project because there is no template installed. - Δεν μπορεί να δημιουργηθεί έργο διότι δεν υπάρχει εγκατεστημένο πρότυπο. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Η κάμερα της τρέχουσας προβολής δεν χρησιμοποιεί προοπτική προβολή που έχει ως συνέπεια μια luxrender εικόνα που μπορεί να είναι διαφορετική από αυτό που είναι αναμενόμενο. Θέλετε να συνεχίσετε; - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Όλα τα Αρχεία - - - - - - - Export page - Εξαγάγετε σελίδα - - - - - - - Wrong selection - Λάθος επιλογή - - - - Select a Part object. - Επιλέξτε ένα Εξάρτημα. - - - - - No Raytracing project to insert - Κανένα έργο Raytracing για εισαγωγή - - - - Create a Raytracing project to insert a view. - Δημιουργία ενός έργου Raytracing για την εισαγωγή μιας προβολής. - - - - Select a Raytracing project to insert the view. - Επιλογή ενός έργου Raytracing για την εισαγωγή της προβολής. - - - - - - Select one Raytracing project object. - Επιλέξτε ένα αντικείμενο έργου Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - Δεν βρέθηκε αρχείο POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - Παρακαλώ ορίστε την διαδρομή για το εκτελέσιμο αρχείο POV-Ray στις προτιμήσεις. - - - - Please correct the path to the POV-Ray executable in the preferences. - Παρακαλώ διορθώστε την διαδρομή για το εκτελέσιμο αρχείο POV-Ray στις προτιμήσεις. - - - - - Luxrender not found - Δεν βρέθηκε αρχείο Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Παρακαλώ ορίστε την διαδρομή για το εκτελέσιμο αρχείο luxrender ή luxconsole στις προτιμήσεις. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Παρακαλώ διορθώστε την διαδρομή για το εκτελέσιμο αρχείο luxrender ή luxconsole στις προτιμήσεις. - - - - POV-Ray file missing - Λείπει το αρχείο POV-Ray - - - - The POV-Ray project file doesn't exist. - Το αρχείο έργου POV-Ray δεν υπάρχει. - - - - - - Rendered image - Αποτυπωμένη εικόνα - - - - Lux project file missing - Λείπει το αρχείο έργου Lux - - - - The Lux project file doesn't exist. - Το αρχείο έργου Lux δεν υπάρχει. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Αποτύπωση - - - - POV-Ray executable: - Εκτελέσιμο αρχείο POV-Ray: - - - - POV-Ray output parameters: - Παράμετροι εξόδου POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Οι παράμετροι POV-Ray που θα μεταδοθούν στο πρόγραμμα αποτύπωσης. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Το πλάτος της αποτυπωμένης εικόνας - - - - +H : - +H : - - - - The height of the rendered image - Το ύψος της αποτυπωμένης εικόνας - - - - Luxrender executable: - Εκτελέσιμο αρχείο Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Η διαδρομή για το εκτελέσιμο αρχείο luxrender (ή luxconsole) - - - - Directories - Ευρετήρια - - - - Default Project dir: - Προεπιλεγμένο ευρετήριο Έργων: - - - - - - Used by utility tools - Χρησιμοποιείται από τα βοηθητικά εργαλεία - - - - Camera file name: - Όνομα αρχείου κάμερας: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Όνομα αρχείου εξαρτήματος: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Ρυθμίσεις εξαγωγής πλέγματος - - - - Max mesh deviation: - Μέγιστη απόκλιση πλέγματος: - - - - Do not calculate vertex normals - Να μην υπολογιστούν τα κάθετα διανύσματα κορυφών - - - - Write u,v coordinates - Εγγραφή συντεταγμένων u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Η διαδρομή προς το εκτελέσιμο POV-Ray, εάν θέλετε να αποδώσετε από το %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Επεξεργασία έργου LuxRender - - - - LuxRender template - Πρότυπο LuxRender - - - - Select a LuxRender template - Επιλέξτε ένα πρότυπο LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Επεξεργασία έργου Povray - - - - Povray template - Πρότυπο Povray - - - - Select a Povray template - Επιλέξτε ένα πρότυπο Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.qm deleted file mode 100644 index f1c268f4ac172fef443a88a47c4dd930bafa206f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13184 zcmdT~dvG0P6+d|=H)%qfri4Bh+NO`Bp$%A>f|k$}Xbf%Irmds3u(@}WYe?l`V7%UL)D}0zamz~YHy=>jC^?$%R%j!-I{)A}VPwVb`im#^)Q){c|Kfh!#B9lsgHzdUrS3AHnC1E1JIf2(E9MNOhfi3Hq;2 zy{qf*M9o%e@0%Ydx}YwVzVUJZza>?C`f(gzO&wqP6{3ZUQ+M6Ekf_H_-9K|1QPU4o zKfe~Zbl#f!&utduxij^~OMk*XFE`(~aSu^@YqMFk8+cIji3_g-o*$CO+UMo5q0c$~ zLLQrr$z#hG3bcc_`{K6&IcQR?-!<@Y`Y9NOBtcOQlS z9dEnoTc0LcQQJ0gC-Cds(DtbpaNo+`x1GAE8vFiLhtPM|0FaH;MLTJl3S^K;HmUfl z;FF2ZGo(=(=M3uQpGF3-9>0sac1{-z(^d+maa2p&y}i8+IK6a7F0)Uau}w9t=f~wO z!}5+Q-s*77MjB;fwo_;X0;qHgelys9AC5CPTDVumZ;|riKNI3jkWQ0ic*3o9WK$Ji z7FSTkHWXDE)3aIljOB2WvDo9YWa+2dV1@5Xl_qvO2$YRb6Vbx>c3l? z!uNvq+DyCWCafn+2NsJ;kz~)Mv>*0l>lUD}ivMhU&hr1>>dm{Mi7RXfIxQ9ZUo z4~Ba}cu~yC0$3e};vmRlzftU`dHZz)_EXeJRnMxUaUK-ixwD)fduykBCrtv+bc{#I zU+7QQnVtz6y7q~L&ak(K>@3fV5Sp`KWmo!Kj4*BqQjtn* z)CHMLqTX&J+4z;4OO}SD!{^)zo)%fwt>VFAC)MVdU=pIC6x#S}A}9NW?rN#ACCXX4 zXrj{D3jExm9bSw~>Gp)8<`r$)*37(`Rd6FpqGnda@Dj%mT!VBcX|gOk=q!pZCsIEd zEr3xh%~p1(In7jg+0GKv;HtbhKl@Z(?hJ(Day14)$6*kLSm8p6ziD4wd}0&Km1Z$( zK@r4CTse3jNyXfH!n@oo=mGC$;GVp=Gvn;f-*Baw#8nHX z;RHTA+<-G2y*d2430bm5r>(+S>4G6=@glcRXc`Vy)>~OGN#O=Xwa{_7wNfB6S4c^NtOVS&yKC+E<6BFtN?sa)TXY{;Cm7L7t`vAT}rYZ)NlbPT4 zZr`Ei^M`8AI|5MDZV&`M59f!6C%=51BNnV6mgR8 zF_g5C$I3-*`z&r*weA1V@>zIF>CA}J;5%jgFP;bMXT1s5+iHLMTG{Fv%mr~2OU6Sf z^PWMZaE!?q=9u;)hx3E(T;T|e8EWEeOmus3Ht1L165=JAA1CNI!cc$|9UPkjLBtKu zK@(JEuR^TBBulEn!OzKpkNpUHZ$3(vCs$qvOcedY!KYHV4RV(c|WiTRz$S!`;0l+r1@0i){1(#e62R_y<7x7{YNn zhrdkC!p|REMCRcUo*=70R4Q3LB2;U*2lN(dZ~`ath0O^p8_%N`2V=3U3fF*(QGF=-2D zB_-mOID4>>HFTvMynIEDs6jV8q<0QyH5J480gew2<>ZVO=>7vb3 zc_t6yE>jZ}A+1@_Fn(Ybg^xnOsKV~_yu7+`m6*AkJTC*p0<1h&nL8K_vga>nn6jk7GMFqk*$!wckDId+Xj+jPX ziz|-h&^_!7X?R30yGfbRxFE#OkD|g!p(BhYkp5SXAjg9~gn3QI(5(DA8+lE)>?m&U zKX0OiN_9Z2bu5-!dfXY1pj@+vw!Xxqa>Tn!ls;K(<$%QxrnW<-fsR-X!ZBx!L{kcY zchmK>jTEnH)+^oDE87&lcZKhK*A?|`+Xk}Zn6-14ZQ+U_~3 z`Ylh<<^i4AkYVbwze-?ai87Nqu2)Rf7)hpiOyK210cIsk%Vbn8!@w%?#mD>==YP%_%2uJQwrqyh}aJhb!0kkE5d zm2+%n)TLKFfjpBezJW!-@QYu`0xc5ZozVCB<*zt9gma&de!H9Zd{&uM^{bI)*ynhH z%E7~d<@=i@aOQc4Z-H_`EOmu2iguxhd7^3}-0_&#N-E10bILmYV$9c4Q04c$ zj@!{u?o2HUwAblPWsVa3B!LYFoWV2i&Tm)9hxsxe$V3z#`UmBUa&U#^oY3^~2@quY zEM1BdWaSB@It57T*VSj=^0EO-U^&UbU;+pEW*iswUr44S73fj$qf}7o+$+nL^%EX z8IldbuR_WknepK3IKW;vI-?YAJ*(R@a6lt*9qtVcyk#HOgBg&V|FB?eTbJMXG@wI{ zo{K$`7|s}GM$dx^BrX0Qb)4NFCe7|#;Q;P|fc&C_3}i-2vd3sxFtV(In;>t&LQkj&bzb_p!{}={GEcY*(TX) zu%yG`k+9p`b6te diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.ts deleted file mode 100644 index af6faba7cd..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-AR.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Archivo - - - - &Export project... - &Exportar proyecto... - - - - Export a Raytracing project to a file - Exportar el proyecto TrazadoRayos a un archivo - - - - CmdRaytracingNewLuxProject - - - Raytracing - TrazadoRayos - - - - New Luxrender project - Nuevo proyecto Luxrender - - - - Insert new Luxrender project into the document - Insertar nuevo proyecto Luxrender en el documento - - - - No template - Sin plantilla - - - - No template available - No hay plantilla disponible - - - - CmdRaytracingNewPartSegment - - - Raytracing - TrazadoRayos - - - - Insert part - Insertar pieza - - - - Insert a new part object into a Raytracing project - Insertar un nuevo objeto parcial en el proyecto TrazadoRayos - - - - CmdRaytracingNewPovrayProject - - - Raytracing - TrazadoRayos - - - - New POV-Ray project - Nuevo proyecto POV-Ray - - - - Insert new POV-Ray project into the document - Insertar nuevo proyecto POV-Ray en el documento - - - - No template - Sin plantilla - - - - No template available - No hay plantilla disponible - - - - CmdRaytracingRender - - - Raytracing - TrazadoRayos - - - - &Render - &Renderizar - - - - Renders the current raytracing project with an external renderer - Renderiza el actual proyecto trazado de rayos con un renderizador externo - - - - CmdRaytracingResetCamera - - - Raytracing - TrazadoRayos - - - - &Reset Camera - &Reiniciar Cámara - - - - Sets the camera of the selected Raytracing project to match the current view - Configura la cámara del proyecto TrazadoRayos seleccionado para que coincida con la vista actual - - - - CmdRaytracingWriteCamera - - - Raytracing - TrazadoRayos - - - - Export camera to POV-Ray... - Exportar cámara a POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportar la posición de la cámara de la vista 3D activa en formato POV-Ray a un archivo - - - - CmdRaytracingWritePart - - - Raytracing - TrazadoRayos - - - - Export part to POV-Ray... - Exportar pieza a POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escribir la Pieza seleccionada (objeto) como un archivo de POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Sin cámara de perspectiva - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La vista de cámara actual no está en perspectiva por lo que el resultado de la imagen de POV-Ray podría verse distinto a lo que esperas. ¿Deseas continuar? - - - - Raytracing - TrazadoRayos - - - - Export view to POV-Ray... - Exportar vista a POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Escribir la vista 3D activa con cámara y todo su contenido a un archivo de POV-Ray - - - - - No template - Sin plantilla - - - - - Cannot create a project because there is no template installed. - No se puede crear un proyecto porque no hay ninguna plantilla instalada. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La vista de cámara actual no está en perspectiva por lo que el resultado de la imagen de luxrender podría verse distinto a lo que esperas. ¿Deseas continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Todos los Archivos - - - - - - - Export page - Exportar página - - - - - - - Wrong selection - Selección Incorrecta - - - - Select a Part object. - Seleccione un objeto Pieza. - - - - - No Raytracing project to insert - Ningún proyecto de TrazadoRayos para insertar - - - - Create a Raytracing project to insert a view. - Crear un proyecto de TrazadoRayos para insertar una vista. - - - - Select a Raytracing project to insert the view. - Seleccione un proyecto TrazadoRayos para insertar la vista. - - - - - - Select one Raytracing project object. - Seleccione un objeto de proyecto TrazadoRayos. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray no encontrado - - - - Please set the path to the POV-Ray executable in the preferences. - Por favor establezca la ruta del ejecutable de POV-Ray en las preferencias. - - - - Please correct the path to the POV-Ray executable in the preferences. - Por favor corrige la ruta del ejecutable de POV-Ray en las preferencias. - - - - - Luxrender not found - LuxRender no encontrado - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Por favor establezca la ruta al ejecutable de luxrender o luxconsole en las preferencias. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Por favor corrija la ruta al ejecutable de luxrender o luxconsole en las preferencias. - - - - POV-Ray file missing - Falta el archivo POV-Ray - - - - The POV-Ray project file doesn't exist. - No existe el archivo de proyecto de POV-Ray. - - - - - - Rendered image - Imagen renderizada - - - - Lux project file missing - Falta el archivo de proyecto LuxRender - - - - The Lux project file doesn't exist. - No existe el archivo de proyecto de LuxRender. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - TrazadoRayos - - - - Render - Renderizar - - - - POV-Ray executable: - Ejecutable POV-Ray: - - - - POV-Ray output parameters: - Parámetros de salida de POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Los parámetros de POV-Ray que se pasan al render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Ancho de la imagen renderizada - - - - +H : - +H: - - - - The height of the rendered image - La altura de la imagen renderizada - - - - Luxrender executable: - Ejecutable de LuxRender: - - - - The path to the luxrender (or luxconsole) executable - Ruta al ejecutable de LuxRender (o luxconsole) - - - - Directories - Directorios - - - - Default Project dir: - Dirección de Proyecto predeterminada: - - - - - - Used by utility tools - Utilizado por herramientas de utilidad - - - - Camera file name: - Nombre del archivo de la cámara: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nombre del archivo de pieza: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Configuración de exportación de malla - - - - Max mesh deviation: - Desviación máxima de la malla: - - - - Do not calculate vertex normals - No calcular normales de vértices - - - - Write u,v coordinates - Escribe u,v coordenadas - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - La ruta al ejecutable de POV-Ray, si quiere renderizar desde %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar proyecto LuxRender - - - - LuxRender template - Plantilla LuxRender - - - - Select a LuxRender template - Seleccione una plantilla de LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editar proyecto Povray - - - - Povray template - Plantilla Povray - - - - Select a Povray template - Seleccione una plantilla de Povray - - - - Workbench - - - &Raytracing - &TrazadoRayos - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.qm deleted file mode 100644 index 89f08f4e1de2944b0883b64793b7ff26549fdfc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13216 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 E3j>A)6951J diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.ts deleted file mode 100644 index 9454b670cc..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_es-ES.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Archivo - - - - &Export project... - &Exportar proyecto... - - - - Export a Raytracing project to a file - Exportar el proyecto Raytracing a un archivo - - - - CmdRaytracingNewLuxProject - - - Raytracing - Trazado de rayos - - - - New Luxrender project - Nuevo proyecto Luxrender - - - - Insert new Luxrender project into the document - Insertar un nuevo proyecto Luxrender en el documento - - - - No template - Sin plantilla - - - - No template available - No hay plantilla disponible - - - - CmdRaytracingNewPartSegment - - - Raytracing - Trazado de rayos - - - - Insert part - Insertar pieza - - - - Insert a new part object into a Raytracing project - Insertar un nuevo objeto parcial en el proyecto Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Trazado de rayos - - - - New POV-Ray project - Nuevo proyecto de POV-Ray - - - - Insert new POV-Ray project into the document - Insertar nuevo proyecto POV-Ray en el documento - - - - No template - Sin plantilla - - - - No template available - No hay plantilla disponible - - - - CmdRaytracingRender - - - Raytracing - Trazado de rayos - - - - &Render - &Renderizado - - - - Renders the current raytracing project with an external renderer - Renderiza el actual proyecto raytracing con un renderizador externo - - - - CmdRaytracingResetCamera - - - Raytracing - Trazado de rayos - - - - &Reset Camera - &Reiniciar Cámara - - - - Sets the camera of the selected Raytracing project to match the current view - Posiciona la cámara del proyecto Raytracing seleccionado para que coincida con la vista actual - - - - CmdRaytracingWriteCamera - - - Raytracing - Trazado de rayos - - - - Export camera to POV-Ray... - Exportar cámara a POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportar la posición de la cámara de la vista 3D activa en formato POV-Ray a un archivo - - - - CmdRaytracingWritePart - - - Raytracing - Trazado de rayos - - - - Export part to POV-Ray... - Exportar pieza a POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escribir la parte seleccionada (objeto) como un archivo de POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ninguna perspectiva de cámara - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La vista de cámara actual no está en perspectiva por lo que el resultado de la imagen de POV-Ray podría verse distinto a lo que esperas. ¿Deseas continuar? - - - - Raytracing - Trazado de rayos - - - - Export view to POV-Ray... - Exportar vista a POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Escribir la vista 3D activa con cámara y todo su contenido a un archivo de POV-Ray - - - - - No template - Sin plantilla - - - - - Cannot create a project because there is no template installed. - No se puede crear un proyecto porque no hay ninguna plantilla instalada. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La vista de cámara actual no está en perspectiva por lo que el resultado de la imagen de luxrender podría verse distinto a lo que esperas. ¿Deseas continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Todos los Archivos - - - - - - - Export page - Exportar página - - - - - - - Wrong selection - Selección errónea - - - - Select a Part object. - Seleccione un objecto tipo Parte. - - - - - No Raytracing project to insert - Ningún proyecto de Raytracing para insertar - - - - Create a Raytracing project to insert a view. - Crear un proyecto de Raytracing para insertar una vista. - - - - Select a Raytracing project to insert the view. - Seleccione un proyecto Raytracing para insertar la vista. - - - - - - Select one Raytracing project object. - Seleccione un objeto del un proyecto Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray no encontrado - - - - Please set the path to the POV-Ray executable in the preferences. - Por favor establezca la ruta del ejecutable de POV-Ray en las preferencias. - - - - Please correct the path to the POV-Ray executable in the preferences. - Por favor corrige la ruta del ejecutable de POV-Ray en las preferencias. - - - - - Luxrender not found - LuxRender no encontrado - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Por favor establezca la ruta al ejecutable de luxrender o luxconsole en las preferencias. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Por favor corrija la ruta al ejecutable de luxrender o luxconsole en las preferencias. - - - - POV-Ray file missing - Falta el archivo POV-Ray - - - - The POV-Ray project file doesn't exist. - No existe el archivo de proyecto de POV-Ray. - - - - - - Rendered image - Imagen renderizada - - - - Lux project file missing - Falta el archivo de proyecto Lux - - - - The Lux project file doesn't exist. - No existe el archivo de proyecto de Lux. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Trazado de rayos - - - - Render - Renderizar - - - - POV-Ray executable: - Ejecutable de POV-Ray: - - - - POV-Ray output parameters: - Parámetros de salida de POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Los parámetros de POV-Ray que se pasan al render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Ancho de la imagen renderizada - - - - +H : - +H: - - - - The height of the rendered image - La altura de la imagen renderizada - - - - Luxrender executable: - Ejecutable de LuxRender: - - - - The path to the luxrender (or luxconsole) executable - Ruta al ejecutable de LuxRender (o luxconsole) - - - - Directories - Directorios - - - - Default Project dir: - Directorio por defecto del proyecto: - - - - - - Used by utility tools - Usado por por utilidades - - - - Camera file name: - Nombre del archivo de la cámara: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nombre del archivo de la pieza: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Configuración de la exportación de mallas - - - - Max mesh deviation: - Desviación de malla Máx: - - - - Do not calculate vertex normals - No calcular vértices normales - - - - Write u,v coordinates - Escribir las coordenadas u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - La ruta al ejecutable de POV-Ray, si quiere renderizar desde %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar proyecto LuxRender - - - - LuxRender template - Plantilla LuxRender - - - - Select a LuxRender template - Seleccione una plantilla de LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edite un proyecto Povray - - - - Povray template - Plantilla de Povray - - - - Select a Povray template - Seleccione una plantilla de Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.qm deleted file mode 100644 index 9ca213c7beeefc0ca7d3479907d557a803896456..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12995 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 U>X>Pb4r)ebq~bJAD=RAg1CQYLZ2$lO diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.ts deleted file mode 100644 index 17d75604be..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_eu.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Fitxategia - - - - &Export project... - &Esportatu proiektua... - - - - Export a Raytracing project to a file - Esportatu izpi-hedaketako proiektu bat fitxategi batera - - - - CmdRaytracingNewLuxProject - - - Raytracing - Izpi-hedaketa - - - - New Luxrender project - Luxrender proiektu berria - - - - Insert new Luxrender project into the document - Txertatu Luxrender proiektu berria dokumentuan - - - - No template - Txantiloirik ez - - - - No template available - Ez dago txantiloirik eskuragarri - - - - CmdRaytracingNewPartSegment - - - Raytracing - Izpi-hedaketa - - - - Insert part - Txertatu zatia - - - - Insert a new part object into a Raytracing project - Txertatu pieza berri bat izpi-hedaketako proiektu batean - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Izpi-hedaketa - - - - New POV-Ray project - POV-Ray proiektu berria - - - - Insert new POV-Ray project into the document - Txertatu POV-Ray proiektu berria dokumentuan - - - - No template - Txantiloirik ez - - - - No template available - Ez dago txantiloirik eskuragarri - - - - CmdRaytracingRender - - - Raytracing - Izpi-hedaketa - - - - &Render - E&rrendatu - - - - Renders the current raytracing project with an external renderer - Uneko izpi-hedaketako proiektua errendatzen du kanpoko errendatzaile batekin - - - - CmdRaytracingResetCamera - - - Raytracing - Izpi-hedaketa - - - - &Reset Camera - &Berrezarri kamera - - - - Sets the camera of the selected Raytracing project to match the current view - Hautatutako izpi-hedaketako proiektuaren kamera ezartzen du uneko bistarekin bat etor dadin - - - - CmdRaytracingWriteCamera - - - Raytracing - Izpi-hedaketa - - - - Export camera to POV-Ray... - Esportatu kamera POV-Ray formatura... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Esportatu 3D bista aktiboko kameraren posizioa POV-Ray formatuko fitxategi batera - - - - CmdRaytracingWritePart - - - Raytracing - Izpi-hedaketa - - - - Export part to POV-Ray... - Esportatu pieza POV-Ray formatura... - - - - Write the selected Part (object) as a POV-Ray file - Idatzi hautatutako pieza (objektua) POV-Ray fitxategi gisa - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ez dago perspektiba-kamerarik - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Uneko bistaren kamera ez dago perspektiban eta emaitzatzat emango duen POV-Ray irudia espero denaren desberdina izan daiteke. -Jarraitu nahi duzu? - - - - Raytracing - Izpi-hedaketa - - - - Export view to POV-Ray... - Esportatu bista POV-Ray formatura... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Idatzi 3D bista aktiboa eta haren eduki guztiak POV-Ray fitxategi batera - - - - - No template - Txantiloirik ez - - - - - Cannot create a project because there is no template installed. - Ezin izan da proiektua sortu ez dagoelako txantiloirik instalatuta. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Uneko bistaren kamera ez dago perspektiban eta emaitzatzat emango duen luxrender irudia espero denaren desberdina izan daiteke. -Jarraitu nahi duzu? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Fitxategi guztiak - - - - - - - Export page - Esportatu orria - - - - - - - Wrong selection - Hautapen okerra - - - - Select a Part object. - Hautatu objektu zati bat. - - - - - No Raytracing project to insert - Ez dago izpi-hedaketako proiekturik txertatzeko - - - - Create a Raytracing project to insert a view. - Sortu izpi-hedaketako proiektu bat bista bat txertatzeko. - - - - Select a Raytracing project to insert the view. - Hautatu izpi-hedaketako proiektu bat bista txertatzeko. - - - - - - Select one Raytracing project object. - Hautatu izpi-hedaketako proiektu bateko objektu bat. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray ez da aurkitu - - - - Please set the path to the POV-Ray executable in the preferences. - Ezarri POV-Ray exekutagarriaren bidea hobespenetan. - - - - Please correct the path to the POV-Ray executable in the preferences. - Zuzendu POV-Ray exekutagarriaren bidea hobespenetan. - - - - - Luxrender not found - Ez da aurkitu luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Ezarri luxrender edo luxconsole exekutagarriaren bidea hobespenetan. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Zuzendu luxrender edo luxconsole exekutagarriaren bidea hobespenetan. - - - - POV-Ray file missing - POV-Ray fitxategia falta da - - - - The POV-Ray project file doesn't exist. - POV-Ray proiektu-fitxategia ez da existitzen. - - - - - - Rendered image - Errendatutako irudia - - - - Lux project file missing - Lux proiektuaren fitxategia falta da - - - - The Lux project file doesn't exist. - Lux proiektu-fitxategia ez da existitzen. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Izpi-hedaketa - - - - Render - Errendatu - - - - POV-Ray executable: - POV-Ray exekutagarria: - - - - POV-Ray output parameters: - POV-Ray irteera-parametroak: - - - - The POV-Ray parameters to be passed to the render. - Errendatzaileari pasatuko zaizkion POV-Ray parametroak. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Errendatutako irudiaren zabalera - - - - +H : - +H : - - - - The height of the rendered image - Errendatutako irudiaren altuera - - - - Luxrender executable: - Luxrender exekutagarria: - - - - The path to the luxrender (or luxconsole) executable - Luxrender edo (luxconsole) exekutagarriaren bidea - - - - Directories - Direktorioak - - - - Default Project dir: - Proiektu-direktorio lehenetsia: - - - - - - Used by utility tools - Utilitate-tresnek erabilia - - - - Camera file name: - Kameraren fitxategiaren izena: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Piezaren fitxategiaren izena: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Amarauna esportatzeko ezarpenak - - - - Max mesh deviation: - Amaraunaren desbideratze maximoa: - - - - Do not calculate vertex normals - Ez kalkulatu erpinen normalak - - - - Write u,v coordinates - Idatzi u.v koordenatuak - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - POV-Ray exekutagarriaren bidea, %1 aplikaziotik errendatu nahi baduzu - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editatu Luxrender proiektua - - - - LuxRender template - Luxrender txantiloia - - - - Select a LuxRender template - Hautatu Luxrender txantiloi bat - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editatu Povray proiektua - - - - Povray template - Povray txantiloia - - - - Select a Povray template - Hautatu Povray txantiloi bat - - - - Workbench - - - &Raytracing - &Izpi-hedaketa - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fi.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fi.qm deleted file mode 100644 index f0e2c7b72f360609ac9d10f350c6ad8a888bc644..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12679 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 - - - - CmdRaytracingExportProject - - - File - Tiedosto - - - - &Export project... - Projektin &vienti... - - - - Export a Raytracing project to a file - Säteenseurantaprojektin vieminen tiedostoon - - - - CmdRaytracingNewLuxProject - - - Raytracing - Säteenseuranta - - - - New Luxrender project - Uusi Luxrender-projekti - - - - Insert new Luxrender project into the document - Lisää uusi Luxrender-projekti asiakirjaan - - - - No template - Ei mitään mallia - - - - No template available - Ei mitään mallia saatavilla - - - - CmdRaytracingNewPartSegment - - - Raytracing - Säteenseuranta - - - - Insert part - Lisää osa - - - - Insert a new part object into a Raytracing project - Lisää uusi osaobjekti Raytracing projektiin - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Säteenseuranta - - - - New POV-Ray project - Uusi POV-Ray-projekti - - - - Insert new POV-Ray project into the document - Lisää uusi POV-Ray-projekti asiakirjaan - - - - No template - Ei mitään mallia - - - - No template available - Ei mitään mallia saatavilla - - - - CmdRaytracingRender - - - Raytracing - Säteenseuranta - - - - &Render - &Tee kuvalaskenta/ renderöi - - - - Renders the current raytracing project with an external renderer - Laskee/renderöi nykyisen sädeseuranta-projektin ulkoisella kuvanlaskennalla/renderöinnillä - - - - CmdRaytracingResetCamera - - - Raytracing - Säteenseuranta - - - - &Reset Camera - & Nollaa kamera - - - - Sets the camera of the selected Raytracing project to match the current view - Asettaa valitun Raytracing-projektin kameran vastaamaan nykyistä näkymää - - - - CmdRaytracingWriteCamera - - - Raytracing - Säteenseuranta - - - - Export camera to POV-Ray... - Vie kamera POV-Ray:hin... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Vie aktiivisen 3D-näkymän kameran sijainti POV-Ray -muodossa tiedostoon - - - - CmdRaytracingWritePart - - - Raytracing - Säteenseuranta - - - - Export part to POV-Ray... - Vie osan POV-Ray:hin... - - - - Write the selected Part (object) as a POV-Ray file - Kirjoita valitun osan (kohteen) POV-Ray -tiedostona - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ei perspektiivi-kameraa - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Nykyisessä näkymässä kamera ei ole näkökulman mukainen ja siten POV-Ray kuva saattaa myöhemmin näyttää erilaiselta kuin odotat. -Haluatko jatkaa? - - - - Raytracing - Säteenseuranta - - - - Export view to POV-Ray... - Näkymän vieminen POV-Ray: hin... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Tallenna aktiivinen kameran 3D näkymä ja kaikki sen sisältö POV-Ray tiedostoon - - - - - No template - Ei mitään mallia - - - - - Cannot create a project because there is no template installed. - Projektia ei voi luoda, koska mitään mallia ei ole asennettu. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Nykyisessä näkymässä kamera ei ole näkökulman mukainen ja siten Pov-Ray kuva saattaa myöhemmin näyttää erilaiselta kuin odotat. -Haluatko jatkaa? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Kaikki tiedostot - - - - - - - Export page - Vie sivu - - - - - - - Wrong selection - Väärä valinta - - - - Select a Part object. - Valitse osa-objekti. - - - - - No Raytracing project to insert - Ei säteenseurantaprojektia johon lisätä - - - - Create a Raytracing project to insert a view. - Luo säteenseurantaprojekti näkymän lisäämiseksi. - - - - Select a Raytracing project to insert the view. - Valitse säteenseurantaprojekti, johon lisäät näkymän. - - - - - - Select one Raytracing project object. - Valitse yksi säteenseurantaprojektin objekti. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray ei löydy - - - - Please set the path to the POV-Ray executable in the preferences. - Aseta polku POV-Ray executable -ohjelma asetuksista. - - - - Please correct the path to the POV-Ray executable in the preferences. - Korjaa kansio POV-Ray executable -ohjelmille asetuksista. - - - - - Luxrender not found - Luxrender ei löydy - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Aseta kansio luxrender tai luxconsole -suoritettavien ohjelmien asetuksissa. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Korjaa kansio luxrender tai luxconsole -suoritettavat ohjelmat asetuksissa. - - - - POV-Ray file missing - POV-Ray-tiedosto puuttuu - - - - The POV-Ray project file doesn't exist. - POV-Ray-projektitiedostoa ei ole olemassa. - - - - - - Rendered image - kuvalaskettu/renderöity kuva - - - - Lux project file missing - Lux-projektin tiedosto puuttuu - - - - The Lux project file doesn't exist. - Lux-projektitiedostoa ei ole olemassa. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Säteenseuranta - - - - Render - Mallinna/render - - - - POV-Ray executable: - POV-Ray-suoritustiedosto: - - - - POV-Ray output parameters: - POV-Ray tuotannon muuttujat: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray tuotannon muuttujat, jotka viedään kuvalaskentaan. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Mallinnetun kuvan leveys - - - - +H : - +H : - - - - The height of the rendered image - Malloinnetun kuvan korkeus - - - - Luxrender executable: - Luxrender suoritettava ohjelma: - - - - The path to the luxrender (or luxconsole) executable - Tiedostokansio luxrender (tai luxconsole) suoritettavaan ohjelmaan - - - - Directories - Hakemistot - - - - Default Project dir: - Projektin oletushakemisto: - - - - - - Used by utility tools - Aputyökalujen käytössä - - - - Camera file name: - Kameran tiedostonimi: - - - - TempCamera.inc - TempKamera.inc - - - - Part file name: - Osan tiedostonimi: - - - - TempPart.inc - TempOsa.inc - - - - Mesh export settings - Verkkopinnan vientiasetukset - - - - Max mesh deviation: - Suurin verkkopinnan poikkeama: - - - - Do not calculate vertex normals - Älä laske normaaleja kärkipisteitä - - - - Write u,v coordinates - Kirjoita u,v koordinaatit - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - POV-Ray suoritettavan ohjelman kansio, jos haluat renderöidä kohteesta %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Muokkaa LuxRender-projektia - - - - LuxRender template - LuxRender-malli - - - - Select a LuxRender template - Valitse LuxRender-malli - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Muokkaa Povray-projektia - - - - Povray template - Povray-malli - - - - Select a Povray template - Valitse Povray-malli - - - - Workbench - - - &Raytracing - &Säteenseuranta - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.qm deleted file mode 100644 index c9765887cf3362faf8a7f51abe6ad36ed660edf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13194 zcmdT~dyE`)9sl0-o_p6j+Uu1elx$B+1cHj zE016$ym|k9&n{l@>zg0^<@xUu(TriUu#KqxNvc2f22uOl zG$ZpQ(UNPa;rZpb{vNGc@-L#r@6*FaalP|4diwkeL@VB`J9F24MBOd*mp_F27oV-a zq3It)y|32~ZhDF6lA-#cu0Ikj{CfS#L+=tTKR;u^+3ym~pFLynTtC>}->~7aGep{R z4UZ1qOH}t>!%G*h2H&?D{{0mT^qj^$EB^vI>l;t){Vn+YsPUn*MN(tW+tLq+7CqX$>vqsvcBFZ4<_YlM-~8Ou2JV|| z`OL3R1x=)W~{WzSng zZFgi2{r3){i&`_;n>G?PUX>}mcn-(+Gq*4N9?`71nR~xHi)hVg=Je#9M6J(fe!mlT znRh1h{+%x5Ig$C`wO7ICKW#UyK1kHn-saRDfIX<~YlIzcmB*$rdAw+{ zebW%+tJ~E6<0rE4`;G0tI{g&vbGrTIufp#g-<)|(8|=99hMD``djrRZXTCgnBhjUc zJ7&KFzx2G?vF{ng%iN)5q|*qkr2>^` z9N%4>vv5YEQF6$pNiygJ?zE|o|616XP58|2*)cI{JDxV`*tZy2udlDK8K*DZUd$cV zCp|~cn%0QCWkB9h$86Wp5inumDcLH9%YA;j7Sa!xYo4v?8gkS~BSQ=ABohi7igv@! zl#k|Vj}YC3Jx)Lk-M7_{P{*!fxxk|PVB-l`)xdo@{C7aX73RnZdL?*+uff_%w7xx- zYrxEwF|O?^O*n>?GaRM2X+d)@Z)iC?TPhlsm(>4&F^=b=KG-6B;J^m#@XF4vDzXx+ z8-$Y*rQyGjj)QMO@%Er}5oYBx_^vp#9e{2|akQX&75tji>*_MPGPF6)bkH|NxLf$H zF_(%QyCWPmeM~nC`cS2qO7fmVhe3G~lpP$i;0C)YO)_D~rZLbd+7BWlhz&tTiOyMR ziinX;i$@**%8Tbr+!wur1q&iA`h0nYYc-YF;76h^VsTVQP})PB`kIKsN_ol3&W}|D zSZ)AM9x+BZT181%=4;C(A;_yxdS4@D$~IpL=AVlEv^+DVu=xtY200XWN7A@bsR24j z$53!(yaaBkUI5la3c$d@V`~vgwbTEygu(4GN1u#VfQ__G1WHh_%4L#SQl^1&K^JF! znJDav6pSx4^;3}kII}+m`)P$)3VI#XgI+U)eCP5tsf^#;b6B(hHh5Re)AGDXsc8vQ zmCCp2fQS+nLJ6Wu%L$RLT*pgjg(Z}jAP>soMm@omv8+OhYh01JR&$Z!B4CM5z}Y0h z2w#sjO*Bqrj_ak?u4sbUl7s%}X^3_ofT&CvH@&>3TbeQ98IGkFG~9?rYB)9R*dv^< zR&aOGGZ-)hTC)D!uA!BZW+t5D8lJXYFB*={r012n2v_CB>HDcRsmBm49vsD~>)~?( z2!jn5h?~VXUtFA(rHJnx#WMx*TqVp`u_NI5lJ6*f#>1~7J|n`3K|!k?9%JBU(6}<% zz9WX``%jonvxkK@U88{JV&tmey`t`A^D(!Nna23kHoqQ*io@N?CX&D`UK!&Mc)pKF zvr=pzF~2DKSUB#m1#h~yQXK_R^UB7>zQMQc16F&ZUICH zjH31TZ{LSqOa7nvu4 zbC~PNydFS6I0zJtRw4j~=oVyP7Qa{F443v0j7Qxb4}Oix!(fBZE1s;ZrM6N6!&RE@ zVqF$Mg&lcilMeP;q0*J~5O?H<+0T!QC(P0Lz&|Hr4IC8&`V40)b z7UyG_UtG2D3>V7+M>h&)xV*h?yKY&wr)3=js}CsQFLSjaBdeEOgOzp+&2%*@T%;h% zT~99*jGR~tSJ3kqazVtv&KlXz&|jAF5x9o)KYcWcWJ?o`N|JSDtENa_17}$wWLNg< ziYnZ^S{gMRcNArsb6r*fuE4c4zfcHRi{`WnL=8f98)#63kA{#cA&4aG;Jop>7QV&H zFz1U5F}`b5gq|yooL?rM<3ME7<#6QS+|}juY(8{Q%#uWN{37i_Ca?v# zP6bUUs<|AV#D;CSFS+oHu2Y!a)HAi9&WBK7?e+izgi|~P2T*3v^m#z53!p0+e@vOV zv_lkG#@(_-uo#gkr^1mVV#*nNcq82aON8hwh@GUSGJ?c}S$TdQ2ER&D_McWXT^GeR zVe#2;Tv_c=R9e;8Iq}$L+ASIZw;dUTjHX85h!T#nnMDNi+o>3REAm~6JfM_^)j`S1 zB^d2411U-UD@TOP3ljqQvqi;r5x`3=e^S3KXZHbOt+w2M2s)U?iUkY6WA^5nN?1B~c`;2sYm_P%v~r@T`q-55~{D3LVuk z-$63+_dqve!pN39p5QaM5O+C-fDl>3O(yE&(^6RGB+pnF%}Mbq^=~$kJTH+GPq=xp z@zI*(=oBUiyQ}SJ_<;)V+OW$sO;kN5Dvg|^k3X51*yX6Lrv5Le$ES`vT6=ZWz2st*`2;-50b-5C=R>u)>%j>430tcp4AlVRQ zNvhNqL;EfF1+y)qQZuY(&q2I95N+#fGNh_nQXDzn&x4ZX)xv)=^fGG8PvlIt9HOSzk(!>G+l z)LGl*#9dh3!uQQ7#a@Tuh5;r#Ei3?A1WkAVK^T42MFS?`zzkW=={JUTOe!>g8x_+C zCoR`G;L6m37ikN`b|bLwqwebPzv|$g!|>&I&3qxQ9*3MaSxIi7SLN%bt=W5oIIK1Ad$|If^3sD>cnm&G*usi1>)NkRXhp-#YdK@g)Oj-_ zEvvm?C0DtOc}Cz48Q5a$R+ya~C9lc7Cx(Q<5KdMoUr6PYIr~`@47d0tE5I6&z^UVW zKP0G(v?aHA{R`u~E2wNCGE8fPoiQVDRcDnr^7uU`$(Cn|o>(5rpbWqvD z9FTZO{+DBYF^7l%j}5WTuA+^Xl|#J3bX~w#e~l@tlE5J;Jh)Bi!SFD6uYrS~p`wZX z=%_@2>|8}ySFRJ5@{z_;<_&Ws55OyT%B3(-Y@I@;Ate*rG`e=Lw2b9#!^#U;-a@QW z<(14ES?1^xJzRsVj4eo4Me2OY=<8Q{u)SCpo+rqZp1yS#v83Z>4%37WW88jBFgdlj z2J%EE5GV*^PC^bv7L&iT*o=a>I?5%G7kTHW`zS}=(4;Hk7MKfmFwiK`8X8kx?3RP%(wZ@hUTi04T7U{^!NEzj#}bB{93gS&G0XA< zX2ilfQ*09*1(2sEYj7X$a8=)*iYL-A6tm$2jh54TrO4Lua11(4*!0$D=5TB?$%i4s zj$PE2ujkl|te7g`>^;R%0kwAvtjlj$b8+O)h)AV4{5cHW$`{dP3mGN-+#Na7;{}pz z0KqbeMOs(}{dq7Cz&d8)RVO?k1X`^+0q2YKw#*iZ#3G_7ma{`{(HC;lu)7xeCl~h2 zHuB0Z{4kPQG~-c@VbQk2gFO2QR6SJVSIVFu>V2` zp@@P}nJJXbJADpOgQsM1^|Wjr5l1nfr>uS9Qq0B6bB7UPWv~1x9&J6L!8mwZkK4|P QA;Ze%>+ZtO`Wbcq1Ax5s6#xJL diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.ts deleted file mode 100644 index 31a9562360..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fil.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - File - - - - &Export project... - At mag-luwas ng proyekto... - - - - Export a Raytracing project to a file - Sa pag-luwas ng proyekto - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Sariwang proyekto ng Luxrender - - - - Insert new Luxrender project into the document - Ipasok ang bagong proyekto ng Luxrender sa dokumento - - - - No template - Walang template - - - - No template available - Walang magagamit na template - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Magpasok ng bahagi - - - - Insert a new part object into a Raytracing project - Magsingit ng isang bagong bahagi ng bagay sa isang proyekto Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Bagong POV-Ray na proyekto - - - - Insert new POV-Ray project into the document - Magpasok ang bagong proyekto ng POV-Ray sa dokumento - - - - No template - Walang template - - - - No template available - Walang magagamit na template - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Ibigay - - - - Renders the current raytracing project with an external renderer - Nagbibigay ng kasalukuyang proyekto ng raytracing na may panlabas na renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &I-reset ang kamera - - - - Sets the camera of the selected Raytracing project to match the current view - Itinatakda ang camera ng napiling proyekto Raytracing upang tumugma sa kasalukuyang view - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - I-luwas ang camera sa POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - I-luwas ang posisyon ng camera ng aktibong tanaw ng 3D sa format ng POV-Ray sa isang file - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - I-luwas ang bahagi sa POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Isulat ang napiling Part (object) bilang isang POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Walang kamera ng pananaw - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - I-luwas ang pagtingin sa POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Isulat ang aktibong pagtingin sa 3D gamit ang camera at ang lahat ng nilalaman nito sa isang file na POV-Ray - - - - - No template - Walang template - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Lahat ng mga File - - - - - - - Export page - Export page - - - - - - - Wrong selection - Maling pagpili - - - - Select a Part object. - Pumili ng Part object. - - - - - No Raytracing project to insert - Walang proyekto Raytracing na ipasok - - - - Create a Raytracing project to insert a view. - Gumawa ng isang Raytracing proyekto upang magsingit ng isang view. - - - - Select a Raytracing project to insert the view. - Pumili ng isang Raytracing proyekto upang ipasok ang tanaw. - - - - - - Select one Raytracing project object. - Pumili ng isang proyekto sa Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - Hindi nakita ang POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - Mangyaring itakda ang path sa POV-Ray na maipapatupad sa mga kagustuhan. - - - - Please correct the path to the POV-Ray executable in the preferences. - Mangyaring iwasto ang path sa POV-Ray na maipapatupad sa mga kagustuhan. - - - - - Luxrender not found - Hindi natagpuan ang Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Mangyaring itakda ang landas sa luxrender o luxconsole na maipapatupad sa mga kagustuhan. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Mangyaring iwasto ang landas sa luxrender o luxconsole na maipapatupad sa mga kagustuhan. - - - - POV-Ray file missing - Nawawala ang POV-Ray file - - - - The POV-Ray project file doesn't exist. - Ang proyektong file ng POV-Ray ay hindi umiiral. - - - - - - Rendered image - Na-render na imahe - - - - Lux project file missing - Kulang ang proyekto ng Lux - - - - The Lux project file doesn't exist. - Ang Lux file na proyekto ay hindi umiiral. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Ibigay - - - - POV-Ray executable: - Maipapatupad ng POV-Ray: - - - - POV-Ray output parameters: - Mga parameter ng output ng POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Ang mga parameter ng POV-Ray na ipapasa sa render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Ang lapad ng nai-render na larawan - - - - +H : - +H : - - - - The height of the rendered image - Ang taas ng nai-render na larawan - - - - Luxrender executable: - Maaaring maipapatupad ang Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Ang path sa luxrender (o luxconsole) maipapatupad - - - - Directories - Direktoryo - - - - Default Project dir: - Default na Proyekto dir: - - - - - - Used by utility tools - Ginamit ng mga kasangkapan utility - - - - Camera file name: - Pangalan ng file ng kamera: - - - - TempCamera.inc - Tempkamera.inc - - - - Part file name: - Pangalan ng bahagi ng file: - - - - TempPart.inc - Tempbahagi.inc - - - - Mesh export settings - Mga paglalagay ng pag-luluwas ng mesh - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Huwag kalkulahin ang vertex normals - - - - Write u,v coordinates - Isulat ang mga coordinate sa u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Pag-babago ang LuxRender na proyekto - - - - LuxRender template - Template ng LuxRender - - - - Select a LuxRender template - Pumili ng template ng LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Pagbago ang proyekto ng Povray - - - - Povray template - Povray template - - - - Select a Povray template - Pumili ng template ng Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.qm deleted file mode 100644 index 4d509185d63d294b9448191018521f5f0b161c73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13279 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.ts deleted file mode 100644 index 4ed25dc000..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_fr.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Fichier - - - - &Export project... - &Exporter le projet... - - - - Export a Raytracing project to a file - Exporter un projet de Lancer de rayon dans un fichier - - - - CmdRaytracingNewLuxProject - - - Raytracing - Lancer de rayon - - - - New Luxrender project - Nouveau projet Luxrender - - - - Insert new Luxrender project into the document - Insérer un nouveau projet de Luxrender dans le document - - - - No template - Aucun modèle - - - - No template available - Aucun modèle disponible - - - - CmdRaytracingNewPartSegment - - - Raytracing - Lancer de rayon - - - - Insert part - Insérer une pièce - - - - Insert a new part object into a Raytracing project - Insérez un nouvel objet dans un projet de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Lancer de rayon - - - - New POV-Ray project - Nouveau projet POV-Ray - - - - Insert new POV-Ray project into the document - Insérez un nouveau projet POV-Ray dans le document - - - - No template - Aucun modèle - - - - No template available - Aucun modèle disponible - - - - CmdRaytracingRender - - - Raytracing - Lancer de rayon - - - - &Render - &Rendu - - - - Renders the current raytracing project with an external renderer - Rend le projet actuel de Lancer de rayon avec un moteur de rendu externe - - - - CmdRaytracingResetCamera - - - Raytracing - Lancer de rayon - - - - &Reset Camera - &Réinitialiser la caméra - - - - Sets the camera of the selected Raytracing project to match the current view - Définit le placement de la caméra du projet de Lancer de rayon sélectionné pour correspondre à l'affichage actuel - - - - CmdRaytracingWriteCamera - - - Raytracing - Lancer de rayon - - - - Export camera to POV-Ray... - Exporter la caméra vers POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exporter la position de la caméra de la vue 3D active dans un fichier au format POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Lancer de rayon - - - - Export part to POV-Ray... - Exporter la pièce vers POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Écrire la pièce sélectionnée (objet) dans un fichier au format POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Pas de caméra perspective - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La vue actuelle n'est pas en perspective, donc le résultat de l'image de POV-Ray pourrait être différent de ce que vous attendez. Voulez-vous continuer? - - - - Raytracing - Lancer de rayon - - - - Export view to POV-Ray... - Exporter la vue vers POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Écrire la vue 3D active avec la caméra et tout son contenu dans un fichier au format POV-Ray - - - - - No template - Aucun modèle - - - - - Cannot create a project because there is no template installed. - Impossible de créer un projet car il n’y a aucun modèle installé. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La vue actuelle n'est pas en perspective, donc le résultat de l'image de Luxrender pourrait être différent de ce que vous attendez. Voulez-vous continuer? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tous les fichiers - - - - - - - Export page - Exporter la page - - - - - - - Wrong selection - Sélection invalide - - - - Select a Part object. - Sélectionnez un objet pièce. - - - - - No Raytracing project to insert - Aucun projet de Lancer de rayon à insérer - - - - Create a Raytracing project to insert a view. - Créer un projet de Lancer de rayon pour insérer une vue. - - - - Select a Raytracing project to insert the view. - Sélectionnez un projet de Lancer de rayon pour insérer la vue. - - - - - - Select one Raytracing project object. - Sélectionnez un projet de Lancer de rayon. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray introuvable - - - - Please set the path to the POV-Ray executable in the preferences. - Veuillez définir le chemin à l'exécutable de POV-Ray dans les préférences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Veuillez corriger le chemin vers l'exécutable de POV-Ray dans les préférences. - - - - - Luxrender not found - Luxrender introuvable - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Veuillez définir le chemin vers l'exécutable de Luxrender ou de Luxconsole dans les préférences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Veuillez corriger le chemin vers l'exécutable de Luxrender ou de Luxconsole dans les préférences. - - - - POV-Ray file missing - Fichier POV-Ray manquant - - - - The POV-Ray project file doesn't exist. - Le fichier de projet POV-Ray n'existe pas. - - - - - - Rendered image - Rendu de l'image - - - - Lux project file missing - Fichier du projet Lux manquant - - - - The Lux project file doesn't exist. - Le fichier de projet Lux n'existe pas. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Lancer de rayon - - - - Render - Rendu - - - - POV-Ray executable: - L'exécutable de POV-Ray : - - - - POV-Ray output parameters: - Paramètres de sortie de POV-Ray : - - - - The POV-Ray parameters to be passed to the render. - Les paramètres POV-Ray à passer au rendu. - - - - +P +A - +P +A - - - - +W: - +W : - - - - The width of the rendered image - La largeur de l'image rendue - - - - +H : - +H: - - - - The height of the rendered image - La hauteur de l'image rendue - - - - Luxrender executable: - L'exécutable de LuxRender : - - - - The path to the luxrender (or luxconsole) executable - Le chemin de l'exécutable de Luxrender (ou Luxconsole) - - - - Directories - Répertoires - - - - Default Project dir: - Répertoire par défaut du projet : - - - - - - Used by utility tools - Utilisé par les outils de l'utilitaire - - - - Camera file name: - Nom du fichier caméra : - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nom du fichier pièce : - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Paramètres d'exportation de maillage - - - - Max mesh deviation: - Déviation maximale du maillage : - - - - Do not calculate vertex normals - Ne pas calculer les normales des sommets - - - - Write u,v coordinates - Écrire les coordonnées (u,v) - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Le chemin vers l'exécutable de POV-Ray, si vous souhaitez l'utiliser depuis %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Modifier le projet LuxRender - - - - LuxRender template - Modèle LuxRender - - - - Select a LuxRender template - Sélectionnez un modèle LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Modifier le projet Povray - - - - Povray template - Modèle povray - - - - Select a Povray template - Sélectionnez un modèle Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_gl.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_gl.qm deleted file mode 100644 index 473336141f8d36f5222e8d091c2df30b5447a6c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12835 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 - - - - CmdRaytracingExportProject - - - File - Ficheiro - - - - &Export project... - &Exportar proxecto... - - - - Export a Raytracing project to a file - Exportar un proxecto de Raytracing para un ficheiro - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Novo proxecto Luxrender - - - - Insert new Luxrender project into the document - Inserir novo proxecto Luxrender no documento - - - - No template - Ningún modelo - - - - No template available - Ningún modelo dispoñible - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inserir peza - - - - Insert a new part object into a Raytracing project - Inserir un novo obxecto peza nun proxecto de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Novo proxecto POV-Ray - - - - Insert new POV-Ray project into the document - Inserir novo proxecto POV-Ray no documento - - - - No template - Ningún modelo - - - - No template available - Ningún modelo dispoñible - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Renderización - - - - Renders the current raytracing project with an external renderer - Renderiza o proxecto raytracing actual cun renderizador externo - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Reiniciar cámara - - - - Sets the camera of the selected Raytracing project to match the current view - Axusta a cámara do proxecto Raytracing escolmado conforme á vista actual - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportar cámara a POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exporta a posición da cámara da vista 3D activa en formato POV-Ray para un ficheiro - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportar peza para POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escribe a peza (obxecto) escolmada coma un ficheiro POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ningunha perspectiva de cámara - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - A actual vista de cámara non ten perspectiva e polo tanto o resultado en POV-Ray da imaxe pode asemellar diferente á desexada. -Queres continuar? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportar vista para POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Grava a vista en 3D activa coa cámara e mais todo o seu contido para un ficheiro POV-Ray - - - - - No template - Ningún modelo - - - - - Cannot create a project because there is no template installed. - Non se pode crear un proxecto porque non hai plantilla instalada. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - A actual vista de cámara non ten perspectiva e polo tanto o resultado en luxrender da imaxe pode asemellar diferente á desexada. -Queres continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tódolos ficheiros - - - - - - - Export page - Exportar páxina - - - - - - - Wrong selection - Escolma errada - - - - Select a Part object. - Escolme un obxecto Peza. - - - - - No Raytracing project to insert - Ningún proxecto Raytracing para inserir - - - - Create a Raytracing project to insert a view. - Crear un proxecto Trazado de raios para inserir una vista. - - - - Select a Raytracing project to insert the view. - Escolme un proxecto Trazado de raios para inserir a vista. - - - - - - Select one Raytracing project object. - Escolme un obxecto de proxecto Trazado de raios. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray non atopado - - - - Please set the path to the POV-Ray executable in the preferences. - Por favor estabeleza o camiño do executábel de POV-Ray nas preferencias. - - - - Please correct the path to the POV-Ray executable in the preferences. - Por favor emende o camiño do executábel de POV-Ray nas preferencias. - - - - - Luxrender not found - Non se atopou Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Por favor estabeleza o camiño do executábel de luxrender ou luxconsole nas preferencias. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Por favor emende o camiño do executábel de luxrender ou luxconsole nas preferencias. - - - - POV-Ray file missing - Falta o ficheiro POV-Ray - - - - The POV-Ray project file doesn't exist. - O ficheiro do proxecto POV-Ray non existe. - - - - - - Rendered image - Imaxe renderizada - - - - Lux project file missing - Falta o ficheiro de proxecto Lux - - - - The Lux project file doesn't exist. - O ficheiro do proxecto Lux non existe. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderizador - - - - POV-Ray executable: - Executábel POV-Ray: - - - - POV-Ray output parameters: - Parámetros de saída de POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Os parámetros de POV-Ray para pasar ó renderizador. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - A largura da imaxe renderizada - - - - +H : - +H : - - - - The height of the rendered image - A altura da imaxe renderizada - - - - Luxrender executable: - Executábel Luxrender: - - - - The path to the luxrender (or luxconsole) executable - O camiño para o executábel do luxrender (ou luxconsole) - - - - Directories - Cartafoles - - - - Default Project dir: - Directorio por defecto do proxecto: - - - - - - Used by utility tools - Usado polas ferramentas de utilidade - - - - Camera file name: - Nome do ficheiro da cámara: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nome do ficheiro Peza: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Configuración da exportación de mallas - - - - Max mesh deviation: - Desvío Max. da malla: - - - - Do not calculate vertex normals - Non calcular vértices normais - - - - Write u,v coordinates - Escribir as coordenadas u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - O camiño para o executábel POV-Ray, se quere renderizar dende %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar proxecto LuxRender - - - - LuxRender template - Modelo LuxRender - - - - Select a LuxRender template - Escolmar un modelo LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editar proxecto Povray - - - - Povray template - Modelo Povray - - - - Select a Povray template - Escolmar un modelo Povray - - - - Workbench - - - &Raytracing - &Trazado de raios - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.qm deleted file mode 100644 index 4cdde3bf7348a27eea1af2c3eb821140eb7beca0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12690 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 ZWX4mc@U?MK>b(v1AGB6fzSom(`5zEDt||Zk diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.ts deleted file mode 100644 index 5fdd2b1753..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hr.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Datoteka - - - - &Export project... - &Izvezi projekt... - - - - Export a Raytracing project to a file - Izvoz Raytracing projekta u datoteku - - - - CmdRaytracingNewLuxProject - - - Raytracing - Metode trasiranja putem zrake - - - - New Luxrender project - Novi Luxrender projekt - - - - Insert new Luxrender project into the document - Umetnite novi Luxrender projekt u dokument - - - - No template - Nema predložaka - - - - No template available - Nema dostupnih predložaka - - - - CmdRaytracingNewPartSegment - - - Raytracing - Metode trasiranja putem zrake - - - - Insert part - Umetni dio - - - - Insert a new part object into a Raytracing project - Umetnite novi dio objekta u Raytracing projekt - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Metode trasiranja putem zrake - - - - New POV-Ray project - Novi POV-Ray projekt - - - - Insert new POV-Ray project into the document - Umetnite novi POV-Ray projekt u dokument - - - - No template - Nema predložaka - - - - No template available - Nema dostupnih predložaka - - - - CmdRaytracingRender - - - Raytracing - Metode trasiranja putem zrake - - - - &Render - &Iscrtaj - - - - Renders the current raytracing project with an external renderer - Trenutni raytracing projekt iscrta sa vanjskim crtačem - - - - CmdRaytracingResetCamera - - - Raytracing - Metode trasiranja putem zrake - - - - &Reset Camera - &Ponovno postavljanje kamere - - - - Sets the camera of the selected Raytracing project to match the current view - Postavlja kameru odabranoga Raytracing projekta da odgovara trenutnom prikazu - - - - CmdRaytracingWriteCamera - - - Raytracing - Metode trasiranja putem zrake - - - - Export camera to POV-Ray... - Izvoz kamere u POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Izvesti položaj kamere aktivnog 3D prikaza u POV-Ray formatu u datoteku - - - - CmdRaytracingWritePart - - - Raytracing - Metode trasiranja putem zrake - - - - Export part to POV-Ray... - Izvesti dio u POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Spremi odabrani dio (objekta) u datoteku POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nema perspektivne kamere - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Trenutni prikaz kamere nije perspektiva i tako rezultat POV-Ray slike kasnije može izgledati drugačije od očekivanoga. Želite li nastaviti? - - - - Raytracing - Metode trasiranja putem zrake - - - - Export view to POV-Ray... - Izvezite prikaz u POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Spremi aktivni 3D prikaz s kamerom i svim njezinim sadržajem u datoteku POV-Ray - - - - - No template - Nema predložaka - - - - - Cannot create a project because there is no template installed. - Ne može se stvoriti projekt jer nema instaliranog predložka. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Trenutni prikaz kamere nije perspektiva i takav rezultat luxrender-slike može kasnije izgledati drugačije od očekivanoga. Želite li nastaviti? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Sve datoteke - - - - - - - Export page - Izvezi stranicu - - - - - - - Wrong selection - Pogrešan odabir - - - - Select a Part object. - Odaberite dio objekta. - - - - - No Raytracing project to insert - Nema Raytracing projekta za umetanje - - - - Create a Raytracing project to insert a view. - Stvaranje Raytracing projekta za umetanje pogleda. - - - - Select a Raytracing project to insert the view. - Odaberite Raytracing projekt za umetanje pogleda. - - - - - - Select one Raytracing project object. - Odaberite jedan objekt Raytracing projekta. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray nije pronađen - - - - Please set the path to the POV-Ray executable in the preferences. - Postavite put od POV-Ray executable u postavkama. - - - - Please correct the path to the POV-Ray executable in the preferences. - Korigirajte put od POV-Ray executable u postavkama. - - - - - Luxrender not found - Luxrender nije pronađen - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Postavite put do luxrender ili luxconsole executable u postavkama. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Korigirajte put do luxrender ili luxconsole executable u postavkama. - - - - POV-Ray file missing - POV-Ray datoteka nedostaje - - - - The POV-Ray project file doesn't exist. - POV-Ray projekt datoteka ne postoji. - - - - - - Rendered image - Iscrtana slika - - - - Lux project file missing - Lux-projekt datoteka nedostaje - - - - The Lux project file doesn't exist. - Lux-projekt datoteka ne postoji. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Metode trasiranja putem zrake - - - - Render - Iscrtaj - - - - POV-Ray executable: - POV-Ray izvršnu datoteku: - - - - POV-Ray output parameters: - POV-Ray izlazni parametari: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray parametri koji se prosljeđuju za iscrtavanje. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Širina prikazanih slika - - - - +H : -  +H :  - - - - The height of the rendered image - Visina prikazanih slika - - - - Luxrender executable: - Luxrender izvršna datoteka: - - - - The path to the luxrender (or luxconsole) executable - Put do luxrender (ili luxconsole) izvršne datoteke - - - - Directories - Mape - - - - Default Project dir: - Osnovni Projekt dir: - - - - - - Used by utility tools - Korišteno od alata uslužnih programa - - - - Camera file name: - Kamera, ime datoteke: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Dio naziva datoteke: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Izvoz postavki mreže - - - - Max mesh deviation: - Max odstupanje mreže: - - - - Do not calculate vertex normals - Ne izračunati vrh normale - - - - Write u,v coordinates - Napišite u,v koordinate - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Put do POV-Ray izvršne datoteke, ako želite iscrtavati iz %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Uređivanje LuxRender projekta - - - - LuxRender template - LuxRender predložak - - - - Select a LuxRender template - Odaberite LuxRender predložak - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Uređivanje POV-Ray projekta - - - - Povray template - POV-Ray predložak - - - - Select a Povray template - Odaberite POV-Ray predložak - - - - Workbench - - - &Raytracing - Metode trasiranja putem zrake - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hu.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_hu.qm deleted file mode 100644 index e6770b5ad3fb29643bf7c8b67fe46056c7681aa0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13210 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 - - - - CmdRaytracingExportProject - - - File - Fájl - - - - &Export project... - &Export projekt ... - - - - Export a Raytracing project to a file - A Sugárkövetés projekt exportálása fájlba - - - - CmdRaytracingNewLuxProject - - - Raytracing - Sugárkövetés - - - - New Luxrender project - Új Luxrender projekt - - - - Insert new Luxrender project into the document - Új Luxrender projekt beszúrása a dokumentumba - - - - No template - Nincs sablon - - - - No template available - Nincs elérhető sablon - - - - CmdRaytracingNewPartSegment - - - Raytracing - Sugárkövetés - - - - Insert part - Alkatrész beillesztése - - - - Insert a new part object into a Raytracing project - Egy új rész objektum beillesztése a Sugárkövetés projektbe - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Sugárkövetés - - - - New POV-Ray project - Új Nézőpont-fénysugár projekt - - - - Insert new POV-Ray project into the document - Új Nézőpont-fénysugár projekt beszúrása a dokumentumba - - - - No template - Nincs sablon - - - - No template available - Nincs elérhető sablon - - - - CmdRaytracingRender - - - Raytracing - Sugárkövetés - - - - &Render - Renderelés - - - - Renders the current raytracing project with an external renderer - A jelenlegi sugárkövetés projektet rendereli egy külső renderer-rel - - - - CmdRaytracingResetCamera - - - Raytracing - Sugárkövetés - - - - &Reset Camera - Kamera alaphelyzetbe állítása - - - - Sets the camera of the selected Raytracing project to match the current view - Beállítja a kiválasztott Sugárkövetés projekt kameráját, hogy megfeleljen az aktuális nézethez - - - - CmdRaytracingWriteCamera - - - Raytracing - Sugárkövetés - - - - Export camera to POV-Ray... - Kamera exportálása Nézőpont-fánysugárba... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Kamera helyzet aktív 3D-s nézet Nézőpont fénysugár formátumának exportálása fájlba - - - - CmdRaytracingWritePart - - - Raytracing - Sugárkövetés - - - - Export part to POV-Ray... - Alkatrész exportálás Nézőpont-fénysugárba... - - - - Write the selected Part (object) as a POV-Ray file - Írja a kijelölt részt (objektumot) Nézőpont-fénysugár fájlba - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nincs perspektivikus (távoli) kamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - A jelenlegi kamera nézet nem távoli nézet, így a kép Nézőpont-fánysugár eredménye később eltérhet az elvárttól. -Folytatni szeretné? - - - - Raytracing - Sugárkövetés - - - - Export view to POV-Ray... - Nézet exportálása Nézőpont-fénysugárba... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Írja le az aktív 3D-s nézetet a kamerával és összes tartalmával egy Nézőpont-fénysugár fájlba - - - - - No template - Nincs sablon - - - - - Cannot create a project because there is no template installed. - A projekt nem hozható létre, mert nincs telepített sablon. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - A jelenlegi kamera nézet nem távoli nézet, így a kép luxrender eredménye később eltérhet az elvárttól. -Folytatni szeretné? - - - - QObject - - - - - - POV-Ray - Nézőpont-fénysugár - - - - - - - - All Files - Összes fájl - - - - - - - Export page - Oldal exportálása - - - - - - - Wrong selection - Rossz választás - - - - Select a Part object. - Válasszon ki egy alkatrész objektumot. - - - - - No Raytracing project to insert - Nincs beszúrható Sugárkövetés projekt - - - - Create a Raytracing project to insert a view. - Hozzon létre egy Sugárkövetés projektet egy nézet beillesztéshez. - - - - Select a Raytracing project to insert the view. - Válasszon egy Sugárkövetés projektet a nézet beillesztéshez. - - - - - - Select one Raytracing project object. - Jelöljön ki egy Sugárkövetés projekt tárgyat. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - Nézőpont-fénysugár nem található - - - - Please set the path to the POV-Ray executable in the preferences. - Kérjük, állítsa be a Nézőpont-fénysugár elérési útját a beállításokban. - - - - Please correct the path to the POV-Ray executable in the preferences. - Kérjük, javítsa a Nézőpont-fénysugár elérési útját a beállításokban. - - - - - Luxrender not found - Luxrender nem található - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Kérjük, állítsa be a végrehajtható luxrender vagy luxkonzol elérési utat a beállításoknál. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Kérjük, javítsa a végrehajtható luxrender vagy luxkonzol elérési utat a beállításoknál. - - - - POV-Ray file missing - Nézőpont-fénysugár fájl hiányzik - - - - The POV-Ray project file doesn't exist. - A Nézőpont-fénysugár projekt fájl nem létezik. - - - - - - Rendered image - Renderelt kép - - - - Lux project file missing - Lux projekt fájl hiányzik - - - - The Lux project file doesn't exist. - A Lux projekt fájl nem létezik. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Sugárkövetés - - - - Render - Renderelés - Fotó-realisztikus, háromdimenziós megjelenítés, árnyékkal és tükrözéssel - - - - POV-Ray executable: - Végrehajtható Nézőpont-fénysugár: - - - - POV-Ray output parameters: - Nézőpont-fénysugár kimeneti paraméterek: - - - - The POV-Ray parameters to be passed to the render. - A nézőpont-fénysugár paraméterek átadása a renderel-nek. - - - - +P +A - + P + A - - - - +W: - +SZ: - - - - The width of the rendered image - Az igazított kép szélessége - - - - +H : - +M: - - - - The height of the rendered image - Az igazított kép magassága - - - - Luxrender executable: - Futtatható Luxrender: - - - - The path to the luxrender (or luxconsole) executable - A futtatható luxrender (vagy luxkonzol) elérési útja - - - - Directories - Könyvtárak - - - - Default Project dir: - Alapértelmezett projekt könyvtár: - - - - - - Used by utility tools - Segédprogram eszközök által használt - - - - Camera file name: - Kamera fájl neve: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Alkatrész fájlnév: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Háló objektum beállítások - - - - Max mesh deviation: - Max háló eltérés: - - - - Do not calculate vertex normals - Ne számítson aktuális végponti helyzetet - - - - Write u,v coordinates - u,v-koordináták írása - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - A végrehajtható nézőpont-fénysugár elérési útja %1-ből való renderelés esetén - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender vetítés szerkesztése - - - - LuxRender template - LuxRender sablon - - - - Select a LuxRender template - LuxRender sablon kiválasztása - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Povray vetítés szerkesztése - - - - Povray template - Povray sablon - - - - Select a Povray template - Válasszon egy Povray sablont - - - - Workbench - - - &Raytracing - Sugárkövetés - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_id.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_id.qm deleted file mode 100644 index ae47eadb76d380b287c014b845eddfeb5322d9b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12588 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 - - - - CmdRaytracingExportProject - - - File - Mengajukan - - - - &Export project... - &Export project... - - - - Export a Raytracing project to a file - Mengekspor sebuah proyek Raytracing ke file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Proyek Luxrender baru - - - - Insert new Luxrender project into the document - Masukkan proyek Luxrender baru ke dalam dokumen - - - - No template - Tidak ada template - - - - No template available - Tidak ada template yang tersedia - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Sisipkan bagian - - - - Insert a new part object into a Raytracing project - Menyisipkan objek bagian baru ke dalam sebuah proyek Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - New POV-Ray proyek - - - - Insert new POV-Ray project into the document - Masukkan baru POV-Ray proyek ke dalam dokumen - - - - No template - Tidak ada template - - - - No template available - Tidak ada template yang tersedia - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Memberikan - - - - Renders the current raytracing project with an external renderer - Merender proyek raytracing saat ini dengan perender eksternal - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - & Reset Kamera - - - - Sets the camera of the selected Raytracing project to match the current view - Mengatur kamera dari proyek Raytracing yang dipilih agar sesuai dengan tampilan saat ini - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Ekspor kamera ke POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Ekspor posisi kamera dari tampilan 3D aktif dalam format POV-Ray ke file - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Ekspor bagian ke POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Menulis yang dipilih Part ( objek) sebagai POV-Ray berkas - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Tidak ada kamera perspektif - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Tampilan ekspor ke POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Menulis 3D aktif pandangan dengan kamera dan semua isinya ke POV-Ray berkas - - - - - No template - Tidak ada template - - - - - Cannot create a project because there is no template installed. - Tidak dapat membuat projek karena tidak ada template terinstal. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Semua data - - - - - - - Export page - Halaman ekspor - - - - - - - Wrong selection - Pilihan salah - - - - Select a Part object. - Pilih objek Bagian. - - - - - No Raytracing project to insert - Tidak ada proyek Raytracing untuk dimasukkan - - - - Create a Raytracing project to insert a view. - Buat proyek Raytracing untuk menyisipkan tampilan. - - - - Select a Raytracing project to insert the view. - Pilih proyek Raytracing untuk menyisipkan tampilan. - - - - - - Select one Raytracing project object. - Pilih satu objek proyek Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray tidak ditemukan - - - - Please set the path to the POV-Ray executable in the preferences. - Silakan mengatur yang jalan ke POV-Ray dieksekusi dalam preferensi. - - - - Please correct the path to the POV-Ray executable in the preferences. - Harap perbaiki jalur ke POV-Ray yang dapat dieksekusi dalam preferensi. - - - - - Luxrender not found - Luxrender tidak ditemukan - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Silakan mengatur yang jalan ke LuxRender atau luxconsole dieksekusi dalam preferensi. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Perbaiki jalur ke luxrender atau luxconsole yang dapat dieksekusi dalam preferensi. - - - - POV-Ray file missing - Berkas POV-Ray hilang - - - - The POV-Ray project file doesn't exist. - POV-Ray proyek berkas tidak ada. - - - - - - Rendered image - Gambar yang diberikan - - - - Lux project file missing - Berkas proyek Lux hilang - - - - The Lux project file doesn't exist. - Berkas proyek Lux tidak ada. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Memberikan - - - - POV-Ray executable: - Eksekusi POV-Ray: - - - - POV-Ray output parameters: - Parameter keluaran POV-Ray : - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameter yang akan diteruskan ke render . - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - lebar dari gambar yang diberikan - - - - +H : - +H : - - - - The height of the rendered image - Tinggi gambar yang diberikan - - - - Luxrender executable: - Luxrender dapat dieksekusi: - - - - The path to the luxrender (or luxconsole) executable - path ke LuxRender (atau luxconsole) executable - - - - Directories - Direktori - - - - Default Project dir: - Default dir proyek: - - - - - - Used by utility tools - Digunakan oleh alat utilitas - - - - Camera file name: - Nama file kamera : - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nama file bagian : - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Pengaturan ekspor Mesh - - - - Max mesh deviation: - Max mesh deviasi : - - - - Do not calculate vertex normals - Jangan menghitung vertex normals - - - - Write u,v coordinates - Tulis koordinat u, v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit proyek LuxRender - - - - LuxRender template - Template LuxRender - - - - Select a LuxRender template - Pilih template LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit proyek Povray - - - - Povray template - Template povray - - - - Select a Povray template - Pilih template Povray - - - - Workbench - - - &Raytracing - & Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_it.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_it.qm deleted file mode 100644 index 5983073b82832f6aacbc5e09ab9e392f50a0312a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13081 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 - - - - CmdRaytracingExportProject - - - File - File - - - - &Export project... - &Esporta progetto... - - - - Export a Raytracing project to a file - Esporta un progetto Raytracing in un file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Nuovo progetto Luxrender - - - - Insert new Luxrender project into the document - Inserisce un nuovo progetto Luxrender nel documento - - - - No template - Nessun modello - - - - No template available - Nessun modello disponibile - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inserisci parte - - - - Insert a new part object into a Raytracing project - Inserisce un nuovo oggetto parte in un progetto Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Nuovo progetto POV-Ray - - - - Insert new POV-Ray project into the document - Inserisce il nuovo progetto POV-Ray nel documento - - - - No template - Nessun modello - - - - No template available - Nessun modello disponibile - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Esegue il rendering del progetto raytracing corrente con un renderizzatore esterno - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Reset Camera - - - - Sets the camera of the selected Raytracing project to match the current view - Imposta la camera del progetto Raytracing selezionato in modo da farla corrispondere con la visualizzazione corrente - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Esporta la camera in POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Esporta la posizione della telecamera della vista 3D attiva in un file in formato POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Esporta la parte in POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Scrive la parte selezionata (oggetto) in un file POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nessuna telecamera di prospettiva - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La vista della camera corrente non è in prospettiva e quindi l'immagine POV-Ray risultante potrebbe apparire diversa da quella attesa. Si desidera continuare? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Esporta la vista in POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Scrive in un file POV-Ray la vista attiva 3D, con la camera e tutto il suo contenuto - - - - - No template - Nessun modello - - - - - Cannot create a project because there is no template installed. - Non è possibile creare un progetto, perché non c'è nessun modello installato. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La vista della camera corrente non è in prospettiva e quindi l'immagine Pov-Ray risultante potrebbe apparire diversa da quella attesa. Si desidera continuare? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tutti i file - - - - - - - Export page - Esporta pagina - - - - - - - Wrong selection - Selezione errata - - - - Select a Part object. - Selezionare un oggetto Part. - - - - - No Raytracing project to insert - Nessun progetto Raytracing da inserire - - - - Create a Raytracing project to insert a view. - Crea un progetto Raytracing per inserire una vista. - - - - Select a Raytracing project to insert the view. - Selezionare un progetto Raytracing per inserire la vista. - - - - - - Select one Raytracing project object. - Selezionare un oggetto progetto Raytracing. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray non trovato - - - - Please set the path to the POV-Ray executable in the preferences. - Prego impostare il percorso dell'eseguibile di POV-Ray nelle preferenze. - - - - Please correct the path to the POV-Ray executable in the preferences. - Si prega di correggere il percorso dell'eseguibile di POV-Ray nelle preferenze. - - - - - Luxrender not found - LuxRender non trovato - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Impostare il percorso dell'eseguibile luxrender o luxconsole nelle preferenze. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Correggere il percorso dell'eseguibile luxrender o luxconsole nelle preferenze. - - - - POV-Ray file missing - Manca il file POV-Ray - - - - The POV-Ray project file doesn't exist. - Il file del progetto POV-Ray non esiste. - - - - - - Rendered image - Immagine renderizzata - - - - Lux project file missing - Manca il file del progetto Lux - - - - The Lux project file doesn't exist. - Il file del progetto Lux non esiste. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Render - - - - POV-Ray executable: - Eseguibile di POV-Ray: - - - - POV-Ray output parameters: - Parametri di output di POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - I parametri POV-Ray da passare per il rendering. - - - - +P +A - +P +A - - - - +W: - +W:  - - - - The width of the rendered image - La larghezza dell'immagine renderizzata - - - - +H : -  +H :  - - - - The height of the rendered image - L'altezza dell'immagine renderizzata - - - - Luxrender executable: - Eseguibile LuxRender: - - - - The path to the luxrender (or luxconsole) executable - Il percorso dell'eseguibile luxrender (o luxconsole) - - - - Directories - Cartelle - - - - Default Project dir: - Cartella di default del progetto: - - - - - - Used by utility tools - Usata dagli strumenti di utilità - - - - Camera file name: - Nome del file della telecamera: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nome del file della parte: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Impostazioni di esportazione mesh - - - - Max mesh deviation: - Deviazione massima della maglia: - - - - Do not calculate vertex normals - Non calcolare le normali ai vertici - - - - Write u,v coordinates - Salva le coordinate u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Il percorso dell'eseguibile POV-Ray, se si desidera eseguire il rendering da %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Modifica progetto LuxRender - - - - LuxRender template - Modello LuxRender - - - - Select a LuxRender template - Selezionare un modello LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Modifica progetto Povray - - - - Povray template - Modello Povray - - - - Select a Povray template - Selezionare un modello Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ja.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ja.qm deleted file mode 100644 index 0af981d2ad2a961848963cf7d896ad4bf2a421d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10448 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 - - - - CmdRaytracingExportProject - - - File - ファイル - - - - &Export project... - プロジェクトをエクスポート (&E)... - - - - Export a Raytracing project to a file - レイトレーシングプロジェクトをファイルへエクスポート - - - - CmdRaytracingNewLuxProject - - - Raytracing - レイトレーシング - - - - New Luxrender project - 新規Luxrenderプロジェクト - - - - Insert new Luxrender project into the document - ドキュメントに新しいLuxrenderプロジェクトを挿入 - - - - No template - テンプレートがありません - - - - No template available - 利用可能なテンプレートがありません - - - - CmdRaytracingNewPartSegment - - - Raytracing - レイトレーシング - - - - Insert part - 部品を挿入 - - - - Insert a new part object into a Raytracing project - レイトレーシングプロジェクトに新しいパートオブジェクトを挿入 - - - - CmdRaytracingNewPovrayProject - - - Raytracing - レイトレーシング - - - - New POV-Ray project - 新しいPOV-Rayプロジェクト - - - - Insert new POV-Ray project into the document - ドキュメントに新しいPOV-Rayプロジェクトを挿入 - - - - No template - テンプレートがありません - - - - No template available - 利用可能なテンプレートがありません - - - - CmdRaytracingRender - - - Raytracing - レイトレーシング - - - - &Render - レンダリング(&R) - - - - Renders the current raytracing project with an external renderer - 外部のレンダラーを使って現在のレイトレーシングプロジェクトをレンダリング - - - - CmdRaytracingResetCamera - - - Raytracing - レイトレーシング - - - - &Reset Camera - カメラをリセット (&R) - - - - Sets the camera of the selected Raytracing project to match the current view - 選択されているレイトレーシングプロジェクトのカメラを現在のビューに一致させます - - - - CmdRaytracingWriteCamera - - - Raytracing - レイトレーシング - - - - Export camera to POV-Ray... - カメラをPOV-Rayへエクスポート... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - 現在の3 D ビューでのカメラ位置をPOV-Ray フォーマットのファイルにエクスポートします。 - - - - CmdRaytracingWritePart - - - Raytracing - レイトレーシング - - - - Export part to POV-Ray... - パーツをPOV-Rayへエクスポート... - - - - Write the selected Part (object) as a POV-Ray file - 選択した部品 (オブジェクト) をPOV-Ray ファイルとして書き出す - - - - CmdRaytracingWriteView - - - - - - No perspective camera - 透視投影のカメラがありません - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - 現在のビューカメラは透視投影法ではありません。従ってPOV-Rayでレンダリングした結果が意図したものとは異なる可能性があります。 -続行しますか? - - - - Raytracing - レイトレーシング - - - - Export view to POV-Ray... - ビューをPOV-Rayへエクスポート... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - 現在の3 D ビューにおけるカメラと全てのコンテンツをPOV-Ray ファイルに書き込む - - - - - No template - テンプレートがありません - - - - - Cannot create a project because there is no template installed. - テンプレートがインストールされていないためプロジェクトを作成できません。 - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - 現在のビューカメラは透視投影法ではありません。従ってluxrenderでレンダリングした結果が意図したものとは異なる可能性があります。 -続行しますか? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - すべてのファイル - - - - - - - Export page - ページをエクスポート - - - - - - - Wrong selection - 誤った選択 - - - - Select a Part object. - パーツオブジェクトを選択 - - - - - No Raytracing project to insert - 挿入するレイトレーシングプロジェクトがありません。 - - - - Create a Raytracing project to insert a view. - ビューを挿入するレイトレーシングプロジェクトを作成 - - - - Select a Raytracing project to insert the view. - ビューを挿入するレイトレーシングプロジェクトを選択 - - - - - - Select one Raytracing project object. - レイトレーシングプロジェクトオブジェクトを 1 つ選択してください。 - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray が見つかりません - - - - Please set the path to the POV-Ray executable in the preferences. - 設定でPOV-Ray実行ファイルのパスを設定してください。 - - - - Please correct the path to the POV-Ray executable in the preferences. - 設定でPOV-Ray実行ファイルのパスを修正してください。 - - - - - Luxrender not found - Luxrender が見つかりません - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - 必要に応じてLuxRenderまたはLuxconsoleの実行ファイルのパスを設定してください。 - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - 必要に応じてLuxRenderまたはLuxconsoleの実行ファイルのパスを修正してください。 - - - - POV-Ray file missing - POV-Rayファイルが見つかりません - - - - The POV-Ray project file doesn't exist. - POV-Ray プロジェクトファイルがありません。 - - - - - - Rendered image - レンダリングされた画像 - - - - Lux project file missing - Luxプロジェクトファイルが見つかりません - - - - The Lux project file doesn't exist. - Luxプロジェクトファイルがありません。 - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - レイトレーシング - - - - Render - レンダー - - - - POV-Ray executable: - POV-Ray実行ファイル: - - - - POV-Ray output parameters: - POV-Ray出力パラメーター: - - - - The POV-Ray parameters to be passed to the render. - レンダーに渡されるPOV-Rayパラメーター。 - - - - +P +A - +P +A - - - - +W: - +W:  - - - - The width of the rendered image - レンダリング・イメージの幅 - - - - +H : -  +H :  - - - - The height of the rendered image - レンダリングされたイメージの高さ - - - - Luxrender executable: - Luxrender 実行可能ファイル: - - - - The path to the luxrender (or luxconsole) executable - LuxRender(またはluxconsole)実行ファイルのパス - - - - Directories - ディレクトリ - - - - Default Project dir: - デフォルトのプロジェクトディレクトリ: - - - - - - Used by utility tools - ユーティリティ ツールで使用 - - - - Camera file name: - カメラファイル名: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - 部品のファイル名: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - メッシュエクスポート設定 - - - - Max mesh deviation: - 最大メッシュ偏差: - - - - Do not calculate vertex normals - 頂点の法線を計算しない - - - - Write u,v coordinates - u, v 座標を書く - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - %1 からレンダリングしたい場合は、POV-Ray実行ファイルのパス - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender プロジェクトの編集 - - - - LuxRender template - LuxRender テンプレート - - - - Select a LuxRender template - LuxRender テンプレートを選択 - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Povray プロジェクトを編集 - - - - Povray template - Povray テンプレート - - - - Select a Povray template - Povray テンプレートを選択します - - - - Workbench - - - &Raytracing - レイトレーシング(&R) - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.qm deleted file mode 100644 index d5bd28bf8b3ea43b64f5793fd081accc9373c9e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12835 zcmds7eQ*@z8GjSri0*{Vz5$M;9r4|m}A%5&`Hv7?ODKT+`1p$8e8J6O2#F}nV? z!Y`DZVeE=03OlYEVr;>ag`L&EXKeA-!h_q+Gj`cSvudAzn6ZVcW_7&S%Gj)Xi&~z3 zim|1475${+0qpZZ(a`)W7`x<~MIU@UiS;UrZ*Dk&bq0zLZ~is*ixofi{0@k_xA^g^ zH#4@ZucV^7n6ZY%B`p)bWvtmO+4!XhV|7x=UCTaVY{{O|8xLT;OFt~#965shOG{sS zS;ckHvd^zM$XMz7W#*10j4fJScA)iIT>r1KmmbAB%kM5b|KT#+7cVa_J`P-dBaS8a zmp9(`EMxPYEC1~34#tXZFONT6!`SRqkH^!pXk!}CEo3Sb-65F$evEtH5`uK}D9*G=S@(5$nS0WF5^&-X^<;dd$Ut_HN zVB~i<0GIiHiTwL(DacbD`RMFh*yo<;o-4L8Hs=RXqhJg0V9|r~Zv>v76UU-w#Idx( zIzA?jCyBWJ! zt(@}@*ro2_%C=YFFEy`K9@$xh^HSwc%TM9{Naf4BpJFU>e^u?HzhbQH)vCrV``{N# zs_uC5UfApJRo(XkzxfYV-E$h(Eq=P{@WqArzFT8#<<+wQNIk2UPD$g^m~>1!E1i~x zr3ofWZ%BjqJSdGygRGhUl@WL)_&=xq`u<+sFy&rD->1gR=H}*7oL;!8C%#=7FbyT9 zCHIO;+Qk(Gv`w2dAx&cOs8=xdM5?9 z%>64{bdfTPd@&D%+HvQt>R$3g9`pE6DPFWWz)P1Q&$2^kln@To>lq#96!2YHq!DQqHh6eOk|Mfo_+jY~r~x)CrN21u!< zyh-U%4TTn8kYNV=Dt^r07P*)FHbnj-_YTU+Bs7)8b2xK`@@8JfabWtHGv|b#;0IkJ&GCY_8GcQQ}<7g z@!Cu)2J&5i5oVCoMHVlN330)ZtR!c#Rlh-Y8JekjYklKf|6ETR3oP60qhx zU&L~25);WkUUMzD50Ob6ixS;2p6D{8)x*KyIt?&1H9QsvW6R-4)NQ@N9pGJD;VgVN5f$7M)_CJL1N877$b&452Ri#+3#7?e zCiv0LDx_+k|*Sfk8q2O~kpOp90 zkNc6B)P8bVL};W{mk0DTPSQ2H9Mh9nIjydr#)%8MxV`>o`~$e20YRAHmUB2gPoe)G zp7Pxb;3)}bR`sd+3cDvueYTTs7BYvJakGkOTtp;|AlmI%BlbMODGG=RCp1*^`I$hj zu&cM1#%*@%cLrVKZH^U&6muwLvIeeAp}`}GW|$%Bx>IfDaRN_*Q#!DPaj8W42JAp{ z%@hS)>9(zW&ch32oaZqj0Mw}pEN0XeVnZ)Q7PB5gYKZ4R%6)FRU$M!q^X`PqDfvha zDC{)$R5-2W#oZ@tEs`9i)o~=n0N-{}Uew`@d-){Mx5O$)bpk+P9EhAR=Cj#mvOy3R zV4&*AN^DE+(NZZS$pEHvf}>VPxN>Kl8@R10cpJbaVo80*aWW6S6SRY#Ubfm<5ERJ- z|4%35fu*<5ZPv{KID00SSGVbCvlR3smn8#&RQf~5S*X-<_rMKT`EOwM*vqjGwBjzo zkHZ#J?pS%QH;$&XSVP7x)5Cs|z3$YY?}N7vAvnl(Lk<<8QU7~5NA186gr+uu-0=kO zIsI*ctt=6X5d?VE_Jpc{Hpg@fSuo0_9jZvxLp>?^`6yki=L-HN0e zGQJ?krgUgMLjbx108ocxk8nN-OKz|fqdCEW{1P)SPHO^5ii!$N8PDOb7!P>H0h}WG#{q6Zthtp>)2QB4 zYcD$cVEn~-M?m%Y9h3pF#V1##S2{xF%I(}MsiO#rORb$B531Qiynf9{?3~!uSz_u* zHCqvy3d>fj%-Xre`)p0rMmxP)uM@_xrr>JrOY5c zZ5id}!iaJ?iDD;sdyc}1$~59!%Jp*#lT9;d8cm%n{LU%VRl5uweW4fvV7ACxid#RiO=go3VR($OXjN> zlt13!nTVQ@Nlwo(Ab=<|7C4LlZ{z<-Uj1DW=C-O`3OaY$dT@yD+z2bhT&}d3*3qDn zGN5brXsbqiLN_$gLxeEmMhHlpQ`B;lNbXBC(IDDG59cW<&>JZBt0AMD7SVWIj33?Y zmtu&($An5EmZmoZ z;x?F($UDW9}0$3_)Kb0%Xk`}{GKxR77_*HA9`H~xPK6O70oXpv*~=C4x(Z^oUy4fwrKB^|DQP|DuP#LZx5;s-bC!IcrvS;Kd=4 zew(#qEach?oVDArw!zH6x)ro8!8(IgcW1cL6!C&M^0QI??3yP@5oP4_6z-Jo-$jg3 zGVqR4T71>s@iA)jI;rPNr9fA$u1{nv&O<_2?uIaSw51o_Bp*GpQXCN#1UXNRTBNw4a98ps9TtUhu&UT#SYs zV)))7bvB&i?&W=XG|Xmefwr$no$=<2oId$uNP%*p!@&*ydSO18S98qU`3r+yz%R)G zxVV~QewihJ{f470LUz2XtbM#-huo+ofOj^{vv0e=K|25am*91(vY U@6wGsJJn>YyWkMM78Vrz7ZW=OhX4Qo diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.ts deleted file mode 100644 index 9b3a29a095..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ka.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - ფაილი - - - - &Export project... - &პროექტის გატანა... - - - - Export a Raytracing project to a file - სხივების აგების პროექტის ფაილში გატანა - - - - CmdRaytracingNewLuxProject - - - Raytracing - სხივების აგება - - - - New Luxrender project - Luxrender-ის ახალი პროექტი - - - - Insert new Luxrender project into the document - დოკუმენტში ახალი Luxrender პროექტის ჩასმა - - - - No template - შაბლონის გარეშე - - - - No template available - შაბლონები ხელმიუწვდომელია - - - - CmdRaytracingNewPartSegment - - - Raytracing - სხივების აგება - - - - Insert part - დეტალის ჩასმა - - - - Insert a new part object into a Raytracing project - სხივების აგების პროექტში ახალი ნაწილის ობიექტის ჩადება - - - - CmdRaytracingNewPovrayProject - - - Raytracing - სხივების აგება - - - - New POV-Ray project - POV-Ray-ის ახალი პროექტის შექმნა - - - - Insert new POV-Ray project into the document - დოკუმენტში ახალი POV-Ray პროექტის ჩასმა - - - - No template - შაბლონის გარეშე - - - - No template available - შაბლონები ხელმიუწვდომელია - - - - CmdRaytracingRender - - - Raytracing - სხივების აგება - - - - &Render - &რენდერი - - - - Renders the current raytracing project with an external renderer - მიმდინარე სხივების აგების პროექტის გარე რენდერერით რენდერი - - - - CmdRaytracingResetCamera - - - Raytracing - სხივების აგება - - - - &Reset Camera - კამერის გადა&ტვირთვა - - - - Sets the camera of the selected Raytracing project to match the current view - აყენებს არჩეული სხივების აგების პროექტის კამერას მიმდინარე ხედის შესატყვისად - - - - CmdRaytracingWriteCamera - - - Raytracing - სხივების აგება - - - - Export camera to POV-Ray... - კამერის POV-Ray-ში გატანა... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - აქტიური 3D ხედის კამერის პოზიციის გატანა POV-Ray ფორმატში ფაილში - - - - CmdRaytracingWritePart - - - Raytracing - სხივების აგება - - - - Export part to POV-Ray... - ნაწილების POV-Ray-ში გატანა... - - - - Write the selected Part (object) as a POV-Ray file - ჩაწერეთ არჩეული ნაწილი (ობიექტი) როგორც POV-Ray ფაილი - - - - CmdRaytracingWriteView - - - - - - No perspective camera - პერსპექტიული კამერა არ არსებობს - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - ამჟამინდელი ხედვის კამერა არ არის პერსპექტიული და, შესაბამისად, იწვევს POV-Ray სურათს, რომელიც შეიძლება განსხვავებულად გამოიყურებოდეს, ვიდრე მოსალოდნელი იყო. -Გინდა გააგრძელო? - - - - Raytracing - სხივების აგება - - - - Export view to POV-Ray... - ხედის POV-Ray-ში გატანა... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - ჩაწერეთ აქტიური 3D ხედი კამერით და მთელი მისი შინაარსი POV-Ray ფაილში - - - - - No template - შაბლონის გარეშე - - - - - Cannot create a project because there is no template installed. - პროექტის შექმნა შეუძლებელია, რადგან შაბლონი არ არის დაინსტალირებული. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - ამჟამინდელი ხედვის კამერა არ არის პერსპექტიული და, შესაბამისად, იწვევს ლუქსრენდერის სურათს, რომელიც შეიძლება განსხვავებულად გამოიყურებოდეს, ვიდრე მოსალოდნელი იყო. -Გინდა გააგრძელო? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - ყველა ფაილი - - - - - - - Export page - გვერდის გატანა - - - - - - - Wrong selection - არასწორი არჩევანი - - - - Select a Part object. - აირჩიეთ ნაწილის ობიექტი. - - - - - No Raytracing project to insert - არ არის ჩასმული სხივების აგების პროექტი - - - - Create a Raytracing project to insert a view. - შექმენით სხივების აგების პროექტი ხედის ჩასართავად. - - - - Select a Raytracing project to insert the view. - მონიშნეთ სხივების აგების პროექტი ხედის ჩასართავად. - - - - - - Select one Raytracing project object. - აირჩიეთ ერთი სხივების აგების პროექტის ობიექტი. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray ნაპოვნი არაა - - - - Please set the path to the POV-Ray executable in the preferences. - გთხოვთ, დააყენოთ ბილიკი POV-Ray-ის გამშვებ ფაილამდე. - - - - Please correct the path to the POV-Ray executable in the preferences. - გთხოვთ, შეასწოროთ ბილიკი POV-Ray-ის გამშვებ ფაილამდე. - - - - - Luxrender not found - Luxrender ნაპოვნი არაა - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - გთხოვთ, დააყენოთ ბილიკი luxrender-ის ან luxconsole-ის გამშვებ ფაილამდე. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - გთხოვთ, შეასწოროთ ბილიკი luxrender-ის ან luxconsole-ის გამშვებ ფაილამდე. - - - - POV-Ray file missing - POV-Ray-ის ფაილი ვერ ვიპოვე - - - - The POV-Ray project file doesn't exist. - POV-Ray-ის პროექტის ფაილი არ არსებობს. - - - - - - Rendered image - დარენდერებული გამოსახულება - - - - Lux project file missing - აკლია Lux პროექტის ფაილი - - - - The Lux project file doesn't exist. - Lux-ის პროექტის ფაილი არ არსებობს. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - სხივების აგება - - - - Render - რენდერი - - - - POV-Ray executable: - POV-Ray-ის გამშვები ფაილი: - - - - POV-Ray output parameters: - POV-Ray-ის გამოტანის პარამეტრები: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray პარამეტრები რენდერერისთვის გადასაცემად. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - დარენდერებული გამოსახულების სიგანე - - - - +H : - +H : - - - - The height of the rendered image - დარენდერებული გამოსახულების სიმაღლე - - - - Luxrender executable: - Luxrender-ის გამშვები ფაილი: - - - - The path to the luxrender (or luxconsole) executable - ბილიკი luxrender (ან luxconsole) გამშვებ ფაილებამდე - - - - Directories - კატალოგები - - - - Default Project dir: - პროექტის ნაგულისხმევი საქაღალდე: - - - - - - Used by utility tools - გამოიყენება დამხმარე ხელსაწყოების მიერ - - - - Camera file name: - კამერის ფაილის სახელი: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - ნაწილის ფაილის სახელი: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - მრავალკუთხა ბადის გატანის პარამეტრები - - - - Max mesh deviation: - მრავალკუთხა ბადის მაქსიმალური გადახრა: - - - - Do not calculate vertex normals - არ გამოთვალოთ წვეროების ნორმალები - - - - Write u,v coordinates - U,v კოორდინატების ჩაწერა - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - ბილიკი POV-Ray-ის შესრულებად ფაილებამდე. გსურთ რენდერი %1-დან - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender-ის პროექტის ჩასწორება - - - - LuxRender template - LuxRender-ის შაბლონი - - - - Select a LuxRender template - აირჩიეთ LuxRender-ის შაბლონი - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Povray-ის პროექტის ჩასწორება - - - - Povray template - Pov-Ray-ის შაბლონი - - - - Select a Povray template - აირჩიეთ Povray-ის შაბლონი - - - - Workbench - - - &Raytracing - &სხივების აგება - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.qm deleted file mode 100644 index 3c4455a9e234f8eeb0d0b0703bf3f6e905840479..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13269 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.ts deleted file mode 100644 index 13bd245687..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_kab.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Fichier - - - - &Export project... - &Exporter le projet... - - - - Export a Raytracing project to a file - Exporter un projet de Lancer de rayon dans un fichier - - - - CmdRaytracingNewLuxProject - - - Raytracing - Lancer de rayon - - - - New Luxrender project - Nouveau projet Luxrender - - - - Insert new Luxrender project into the document - Insérer un nouveau projet Luxrender dans le document - - - - No template - Aucun modèle. - - - - No template available - Aucun modèle disponible - - - - CmdRaytracingNewPartSegment - - - Raytracing - Lancer de rayon - - - - Insert part - Insérer une pièce - - - - Insert a new part object into a Raytracing project - Insérez un nouvel objet dans un projet de Lancer de rayon. - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Lancer de rayon - - - - New POV-Ray project - Nouveau projet POV-Ray - - - - Insert new POV-Ray project into the document - Insérez un nouveau projet POV-Ray dans le document - - - - No template - Aucun modèle. - - - - No template available - Aucun modèle disponible - - - - CmdRaytracingRender - - - Raytracing - Lancer de rayon - - - - &Render - Rendre - - - - Renders the current raytracing project with an external renderer - Rend le projet actuel de Lancer de rayon avec un moteur de rendu externe - - - - CmdRaytracingResetCamera - - - Raytracing - Lancer de rayon - - - - &Reset Camera - &Réinitialiser la caméra - - - - Sets the camera of the selected Raytracing project to match the current view - Définit le placement de la caméra du projet de Lancer de rayon sélectionné pour correspondre à l'affichage actuel - - - - CmdRaytracingWriteCamera - - - Raytracing - Lancer de rayon - - - - Export camera to POV-Ray... - Exporter la caméra vers POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - Lancer de rayon - - - - Export part to POV-Ray... - Exporter la pièce vers POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Écrire la pièce sélectionnée (objet) dans un fichier au format POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Pas de caméra perspective - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Lancer de rayon - - - - Export view to POV-Ray... - Exporter la vue vers POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Écrire la vue 3D active avec la caméra et tout son contenu dans un fichier au format POV-Ray - - - - - No template - Aucun modèle. - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tous les fichiers - - - - - - - Export page - Exporter la page - - - - - - - Wrong selection - Sélection invalide - - - - Select a Part object. - Sélectionnez un objet pièce. - - - - - No Raytracing project to insert - Aucun projet de Lancer de rayon à insérer - - - - Create a Raytracing project to insert a view. - Créez un projet de Lancer de rayon pour insérer une vue. - - - - Select a Raytracing project to insert the view. - Sélectionnez un projet de Lancer de rayon pour insérer la vue. - - - - - - Select one Raytracing project object. - Sélectionnez un projet de Lancer de rayon. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray introuvable - - - - Please set the path to the POV-Ray executable in the preferences. - S'il vous plaît, définissez le chemin vers l'exécutable POV-Ray dans les préférences. - - - - Please correct the path to the POV-Ray executable in the preferences. - S'il vous plaît, corrigez le chemin vers l'exécutable POV-Ray dans les préférences. - - - - - Luxrender not found - Luxrender introuvable - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - S'il vous plaît, définissez le chemin vers l'exécutable Luxrender ou Luxconsole dans les préférences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - S'il vous plaît, corrigez le chemin vers l'exécutable Luxrender ou Luxconsole dans les préférences. - - - - POV-Ray file missing - Fichier POV-Ray manquant - - - - The POV-Ray project file doesn't exist. - Le fichier de projet POV-Ray n'existe pas. - - - - - - Rendered image - Rendu de l'image - - - - Lux project file missing - Fichier du projet Lux manquant - - - - The Lux project file doesn't exist. - Le fichier de projet Lux n'existe pas. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Lancer de rayon - - - - Mesh export settings - Paramètres d'exportation de maillage - - - - Max mesh deviation: - Écart maximum de la grille: - - - - Do not calculate vertex normals - Ne pas calculer les normales des sommets - - - - Write u,v coordinates - Écrire les coordonnées (u,v) - - - - Render - Rendu - - - - POV-Ray executable: - Exécutable de POV-Ray : - - - - POV-Ray output parameters: - Paramètres de sortie de POV-Ray : - - - - The POV-Ray parameters to be passed to the render. - Les paramètres POV-Ray à passer au rendu. - - - - +P +A - +P +A - - - - +W: - +W : - - - - The width of the rendered image - La largeur de l'image rendue - - - - +H : - +H: - - - - The height of the rendered image - La hauteur de l'image rendue - - - - Luxrender executable: - LuxRender exécutable : - - - - The path to the luxrender (or luxconsole) executable - Le chemin de l'exécutable de Luxrender (ou Luxconsole) - - - - Directories - Répertoires - - - - Part file name: - Nom du fichier pièce : - - - - Camera file name: - Nom du fichier caméra : - - - - - - Used by utility tools - Utilisé par les outils de l'utilitaire - - - - Default Project dir: - Répertoire par défaut du projet : - - - - TempCamera.inc - TempCamera.inc - - - - TempPart.inc - TempPart.inc - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Modifier le projet LuxRender - - - - LuxRender template - Modèle LuxRender - - - - Select a LuxRender template - Sélectionnez un modèle LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Modifier le projet Povray - - - - Povray template - Modèle povray - - - - Select a Povray template - Sélectionnez un modèle Povray - - - - Workbench - - - &Raytracing - &Lancer de rayon - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ko.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ko.qm deleted file mode 100644 index 9d42cd3bcdffd8c648687a99d90a6c98fd57bf98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12108 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 U-Quf>-7(f - - - - CmdRaytracingExportProject - - - File - 파일 - - - - &Export project... - & 프로젝트 내보내기 - - - - Export a Raytracing project to a file - Export a Raytracing project to a file - - - - CmdRaytracingNewLuxProject - - - Raytracing - 레이트레이싱 - - - - New Luxrender project - New Luxrender project - - - - Insert new Luxrender project into the document - Insert new Luxrender project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingNewPartSegment - - - Raytracing - 레이트레이싱 - - - - Insert part - Insert part - - - - Insert a new part object into a Raytracing project - Insert a new part object into a Raytracing project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - 레이트레이싱 - - - - New POV-Ray project - New POV-Ray project - - - - Insert new POV-Ray project into the document - Insert new POV-Ray project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingRender - - - Raytracing - 레이트레이싱 - - - - &Render - 렌더링하기(&R) - - - - Renders the current raytracing project with an external renderer - Renders the current raytracing project with an external renderer - - - - CmdRaytracingResetCamera - - - Raytracing - 레이트레이싱 - - - - &Reset Camera - 카메라 재설정(&R) - - - - Sets the camera of the selected Raytracing project to match the current view - Sets the camera of the selected Raytracing project to match the current view - - - - CmdRaytracingWriteCamera - - - Raytracing - 레이트레이싱 - - - - Export camera to POV-Ray... - Export camera to POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - 레이트레이싱 - - - - Export part to POV-Ray... - Export part to POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Write the selected Part (object) as a POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - No perspective camera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - 레이트레이싱 - - - - Export view to POV-Ray... - Export view to POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - No template - No template - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - 모든 파일 - - - - - - - Export page - 페이지 내보내기 - - - - - - - Wrong selection - 잘못 된 선택 - - - - Select a Part object. - 부분 오브젝트를 선택합니다. - - - - - No Raytracing project to insert - No Raytracing project to insert - - - - Create a Raytracing project to insert a view. - Create a Raytracing project to insert a view. - - - - Select a Raytracing project to insert the view. - Select a Raytracing project to insert the view. - - - - - - Select one Raytracing project object. - Select one Raytracing project object. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray not found - - - - Please set the path to the POV-Ray executable in the preferences. - Please set the path to the POV-Ray executable in the preferences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Please correct the path to the POV-Ray executable in the preferences. - - - - - Luxrender not found - Luxrender not found - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - POV-Ray file missing - POV-Ray file missing - - - - The POV-Ray project file doesn't exist. - The POV-Ray project file doesn't exist. - - - - - - Rendered image - Rendered image - - - - Lux project file missing - Lux project file missing - - - - The Lux project file doesn't exist. - The Lux project file doesn't exist. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - 레이트레이싱 - - - - Render - 렌더링 - - - - POV-Ray executable: - POV-Ray executable: - - - - POV-Ray output parameters: - POV-Ray output parameters: - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameters to be passed to the render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - The width of the rendered image - - - - +H : - +H : - - - - The height of the rendered image - The height of the rendered image - - - - Luxrender executable: - Luxrender executable: - - - - The path to the luxrender (or luxconsole) executable - The path to the luxrender (or luxconsole) executable - - - - Directories - 디렉토리 - - - - Default Project dir: - 기본 프로젝트 경로: - - - - - - Used by utility tools - Used by utility tools - - - - Camera file name: - Camera file name: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Part file name: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - 메쉬 내보내기 설정 - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Do not calculate vertex normals - - - - Write u,v coordinates - Write u,v coordinates - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit LuxRender project - - - - LuxRender template - LuxRender template - - - - Select a LuxRender template - Select a LuxRender template - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit Povray project - - - - Povray template - Povray template - - - - Select a Povray template - Select a Povray template - - - - Workbench - - - &Raytracing - 레이트레이싱(&R) - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.qm deleted file mode 100644 index 485dc84ec2e0be9544d72a087f8f77419823dc8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12647 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.ts deleted file mode 100644 index 8cef7add58..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_lt.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Failas - - - - &Export project... - &Eksportuoti projektą... - - - - Export a Raytracing project to a file - Eksportuoti spindulių seklio projektą į failą - - - - CmdRaytracingNewLuxProject - - - Raytracing - Spindulių seklys - - - - New Luxrender project - Naujas Luxrender projektas - - - - Insert new Luxrender project into the document - Į dokumentą įterpti naują Luxrender projektą - - - - No template - Nėra šablono - - - - No template available - Nėra jokio prieinamo šablono - - - - CmdRaytracingNewPartSegment - - - Raytracing - Spindulių seklys - - - - Insert part - Įterpti dalį - - - - Insert a new part object into a Raytracing project - Įterpti naują dalį į Spindulių seklio projektą - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Spindulių seklys - - - - New POV-Ray project - Naujas POV-Ray projektas - - - - Insert new POV-Ray project into the document - Į dokumentą įterpti naują POV-Ray projektą - - - - No template - Nėra šablono - - - - No template available - Nėra jokio prieinamo šablono - - - - CmdRaytracingRender - - - Raytracing - Spindulių seklys - - - - &Render - &Atvaizdavimas - - - - Renders the current raytracing project with an external renderer - Piešia esamą spindulių seklio projektą su išorine atvaizdavimo programa - - - - CmdRaytracingResetCamera - - - Raytracing - Spindulių seklys - - - - &Reset Camera - Iš naujo nustatyti kame&rą - - - - Sets the camera of the selected Raytracing project to match the current view - Nustato pasirinkto Spindulių seklio projekto kamerą taip, kad atitiktų dabartinį kameros rodinį - - - - CmdRaytracingWriteCamera - - - Raytracing - Spindulių seklys - - - - Export camera to POV-Ray... - Eksportuoti kamerą į POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Eksportuoti į „POV-Ray“ formato failą esamo erdvinio vaizdo kameros padėtį - - - - CmdRaytracingWritePart - - - Raytracing - Spindulių seklys - - - - Export part to POV-Ray... - Eksportuoti dalį į POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Įrašyti pasirinktą Dalį (objektą) kaip POV-Ray failą - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Kameros vaizdas be perspektyvos - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Dabartinis vaizdo kameros rodinys yra ne perspektyvinis, todėl „POV-Ray“ vaizdas gali atrodyti kitaip, nei tikitės. Ar vistiek norite tęsti? - - - - Raytracing - Spindulių seklys - - - - Export view to POV-Ray... - Eksportuoti rodinį į POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Įrašyti esamą erdvinį vaizdą kartu su kameros padėtimi ir kitu turiniu į „POV-Ray“ failą - - - - - No template - Nėra šablono - - - - - Cannot create a project because there is no template installed. - Neįmanoma sukurti projekto, nes nėra įdiegtų šablonų. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Dabartinis vaizdo kameros rodinys yra ne perspektyvinis, todėl „Luxrender“ vaizdas gali atrodyti kitaip, nei tikitės. Ar vistiek norite tęsti? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Visi failai - - - - - - - Export page - Eksportuoti puslapį - - - - - - - Wrong selection - Netinkama pasirinktis - - - - Select a Part object. - Pasirinkite detalę. - - - - - No Raytracing project to insert - Nėra įterptino spindulių seklio projekto - - - - Create a Raytracing project to insert a view. - Sukurti spindulių seklio projektą įterpimui į rodinį. - - - - Select a Raytracing project to insert the view. - Pasirinkti spindulių seklio projektą įterpimui į rodinį. - - - - - - Select one Raytracing project object. - Pasirinkti vieną spindulių seklio projekto objektą. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray programa nerasta - - - - Please set the path to the POV-Ray executable in the preferences. - Prašom nurodyti kelią iki POV-Ray programos. - - - - Please correct the path to the POV-Ray executable in the preferences. - Prašom nuostatose pakeisti kelią iki POV-Ray programos. - - - - - Luxrender not found - Luxrender nerastas - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Prašom nuostatose nurodyti kelią iki luxrender arba luxconsole programų. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Prašom nuostatose pakeisti kelią iki luxrender arba luxconsole programų. - - - - POV-Ray file missing - Trūksta POV-Ray failo - - - - The POV-Ray project file doesn't exist. - Lux projekto failo nėra. - - - - - - Rendered image - Atvaizdas - - - - Lux project file missing - Trūksta Lux projekto failo - - - - The Lux project file doesn't exist. - Lux projekto failo nėra. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Spindulių seklys - - - - Render - Atvaizdavimas - - - - POV-Ray executable: - POV-Ray programos vykdomasis failas: - - - - POV-Ray output parameters: - POV-Ray išvesties parametrai: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray parametrai negali būti perduoti atvaizdui. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Atvaizduojamo paveikslo plotis - - - - +H : - +H : - - - - The height of the rendered image - Atvaizduojamo paveikslo aukštis - - - - Luxrender executable: - Luxrender programa: - - - - The path to the luxrender (or luxconsole) executable - Programos luxrender (ar luxconole) vieta - - - - Directories - Aplankai - - - - Default Project dir: - Numatytasis projekto aplankas: - - - - - - Used by utility tools - Naudojamas įrankio - - - - Camera file name: - Kameros failo vardas: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Dalies failo vardas: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Tinklo eksportavimo nustatymai - - - - Max mesh deviation: - Didžiausias tinklo nuokrypis: - - - - Do not calculate vertex normals - Neskaičiuoti viršūnių normalių - - - - Write u,v coordinates - Įrašyti u, v koordinates - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - „POV-Ray“ programos vieta, jei norite atvaizduoti iš %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Keisti Luxrender projektą - - - - LuxRender template - LuxRender ruošinys - - - - Select a LuxRender template - Pasirinkite LuxRender šabloną - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Keisti Povray projektą - - - - Povray template - Povray ruošinys - - - - Select a Povray template - Pasirinkti Povray ruošinį - - - - Workbench - - - &Raytracing - &Spindulių seklys - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.qm deleted file mode 100644 index 27904fa121450259b04cf0c7524c167500b31198..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13145 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.ts deleted file mode 100644 index 9ef497cd70..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_nl.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Bestand - - - - &Export project... - &Project exporteren... - - - - Export a Raytracing project to a file - Een raytracing-project exporteren naar een bestand - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Nieuw Luxrender-project - - - - Insert new Luxrender project into the document - Een nieuw LuxRender-project invoegen in het document - - - - No template - Geen sjabloon - - - - No template available - Geen sjabloon beschikbaar - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Onderdeel invoegen - - - - Insert a new part object into a Raytracing project - Voeg een nieuw deelobject toe aan een Raytracing-project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Nieuw POV-Ray project - - - - Insert new POV-Ray project into the document - Een nieuw POV-Ray-project in het document invoegen - - - - No template - Geen sjabloon - - - - No template available - Geen sjabloon beschikbaar - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Renderen - - - - Renders the current raytracing project with an external renderer - Geef het huidige raytracing-project weer met een externe renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Herstel camera - - - - Sets the camera of the selected Raytracing project to match the current view - Stelt de camera van het geselecteerde Raytracingproject in op de huidige weergave - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Camera exporteren naar POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exporteer de camera-positie van de actieve 3d-weergave in POV-Ray-formaat naar een bestand - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Deel exporteren naar POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Schrijf het geselecteerde deel (object) als een POV-Ray-bestand - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Geen perspectiefcamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - De huidige weergavecamera is geen perspectief en resulteert daarmee in een POV-Ray-afbeelding die er mogelijk anders uitziet dan werd verwacht. -Wilt u doorgaan? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Weergave exporteren naar POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Schrijf de actieve 3d-weergave met camera en alle inhoud ervan naar een POV-Ray bestand - - - - - No template - Geen sjabloon - - - - - Cannot create a project because there is no template installed. - Kan geen project aanmaken omdat er geen sjabloon is geïnstalleerd. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - De huidige weergavecamera is geen perspectief en resulteert daarmee in een luxrender-afbeelding die er mogelijk anders uitziet dan werd verwacht. -Wilt u doorgaan? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Alle bestanden - - - - - - - Export page - Exporteer pagina - - - - - - - Wrong selection - Verkeerde selectie - - - - Select a Part object. - Selecteer een object. - - - - - No Raytracing project to insert - Geen Raytracing-project om in te voegen - - - - Create a Raytracing project to insert a view. - Maak een Raytracing-project aan om een weergave toe te voegen. - - - - Select a Raytracing project to insert the view. - Selecteer een Raytracing-project om de weergave in te voegen. - - - - - - Select one Raytracing project object. - Selecteer één Raytracing-projectobject. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray niet gevonden - - - - Please set the path to the POV-Ray executable in the preferences. - Gelieve het pad naar het uitvoerbare POV-Ray-bestand in de voorkeuren in te stellen. - - - - Please correct the path to the POV-Ray executable in the preferences. - Gelieve het pad naar het uitvoerbare POV-Ray-bestand in de voorkeuren recht te zetten. - - - - - Luxrender not found - LuxRender niet gevonden - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Gelieve het pad naar het uitvoerbare luxrender of luxconsole-bestand in de voorkeuren in te stellen. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Gelieve het pad naar het uitvoerbare luxrender of luxconsole-bestand in de voorkeuren recht te zetten. - - - - POV-Ray file missing - POV-Ray-bestand ontbreekt - - - - The POV-Ray project file doesn't exist. - Het POV-Ray-projectbestand bestaat niet. - - - - - - Rendered image - Beeldrendering - - - - Lux project file missing - Lux-projectbestand ontbreekt - - - - The Lux project file doesn't exist. - Het Lux-projectbestand bestaat niet. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderen - - - - POV-Ray executable: - Uitvoerbaar POV-Ray-bestand: - - - - POV-Ray output parameters: - POV-Ray-uitvoerparameters: - - - - The POV-Ray parameters to be passed to the render. - De POV-Ray-parameters die aan de render moeten worden doorgegeven. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - De breedte van de gerenderde afbeelding - - - - +H : - +H : - - - - The height of the rendered image - De hoogte van de gerenderde afbeelding - - - - Luxrender executable: - Uitvoerbaar Luxrender-bestand: - - - - The path to the luxrender (or luxconsole) executable - Het pad naar het uitvoerbare luxrender (of luxconsole) bestand - - - - Directories - Mappen - - - - Default Project dir: - Standaard Projectmap: - - - - - - Used by utility tools - Gebruikt door nutsgereedschappen - - - - Camera file name: - Camera-bestand naam: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Onderdeel bestandsnaam: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Maas exportinstellingen - - - - Max mesh deviation: - Maximale meshafwijking: - - - - Do not calculate vertex normals - Bereken niet de vertex-normalen - - - - Write u,v coordinates - Schrijf u,v-coördinaten - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Het pad naar het uitvoerbare POV-Ray-bestand als u wilt renderen vanuit %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender-project bewerken - - - - LuxRender template - LuxRender-sjabloon - - - - Select a LuxRender template - Selecteer een LuxRender-sjabloon - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - POV-Ray-project bewerken - - - - Povray template - POV-Ray-sjabloon - - - - Select a Povray template - POV-Ray-sjabloon kiezen - - - - Workbench - - - &Raytracing - &Realistische Weergave - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.qm deleted file mode 100644 index 5d1d7cbd016967a863a3e292671e15ff52f79311..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12399 zcmdT~du-k06+cPyyh)RhG;L|q)_o*xlQfi2x~U9Go3zjp+O$pEY1#_Ty-s3!uN~RG zd1w#1Y8#AI6VgCp0&Orfs<91$%Cw=0!8RBO3HCq;O^7|%_-hl>Hlb-C*na2x?9cXn z#Z4==Da!S=ul=3(Ilps0fAoi$o?A`c$nySydMbvyX zElNF2q-j+1%Pyj-Cfd60Z$xW;N8dV%-&?*z&%gdMQP&MskKBGY(UP|6%O1r2YwoSS zq3(}Fo4cwc(^FZyH{XYf0`q~GdI0|-iwGUmjpJ?5w zy5{y;qV8ww2LA9YQQtFlyFZlzotNrvUH?AOsweBOJB9Vuwbt)Xox}0Z^}l%Dzl>cCAM0%DYIx_L>xtHWzOk|P73k$h@>pj#_TKq@ zqK>y4KYaNpQO)kg%%dGdi>n)Rw}Y= z_A&5RHPrmrxis|lc=L}RdX8x6N19*zGVH$iXN#|Df*!lhE*^gOEgaul{My_JqUCcf zZU2H@HXLXfegXc{v9jgdu^L?OX?eWyw>UrC^8ATMps!E1cHaLJqK31ry$5cAUz}*Y z`Qfh+tvt~>`Bms|>C3Hmyn*{xEonV-X*JI8Gr{z2i=dD`>ZUz(l3bc1n;i1Uz^8^Y z2j?!`g7cHO+RuLttin3{w{`ECow6NIn{w=1jI`I^-(Qc*D+Y6!!}^@(=xNiMkhhG; zJF1x2evq0~gf!AY=rBI#K)}HX-+pf?YGi%}7435K;hqw;TEXs&q1HFcVvA|L| zk0x=ChC6Ktou{05&Qt94@3UM3Dz}UoZ8$&c7*@t`l%%EwS-nX^%h>6B&ak{9y$ObiC9%^bYPic`bnrQ1vR!JyI2lhkcB<*U9H@701_CvsjTjmuvcmBORNV9 zI!)uB{Y0m+n74F9XlVMhZf5ndQr=NaZ3P_xw+_9@>#1-N{;DKMg)W#xA(;ZdVfPMv zX9}!yG-^=Un216d2%*0u3?9YYfbT!L@SrIju4IpK@M^+$O2rQgu`(9Z(8~y(JYr0+ zkBOk}fnp4B%Dggn7LI(bA#d2i(6*2Yey(_F@_At{5)oN|_UC2%V+HCDR6jxo=@@PC zGt-5HY+oc~M-Cp_0{5sKu&aucZBIM;Tr_68Rm@i8Q>nV0c!Ky8&nup=#eqL9~uJ1l9(lRT!J!VUJT?EVmSSq{LsVE!BN}OF~8Q~J* z_{E2Vk?ZUHb#?|J%qwsXm4Q5qbA|*Ku4KhJN^HKaM88%_=!zng&O4}2o(A9b!GQAn z8Pl88bW1a4J;Sl|tcDv=$P8y5ok@jrk!5KH!3`HkNToPf4CT9qrw!^k!_j%Usu|2ZnM`frn?=Smlg94RfNvD-{hN zF+ATwLP?rEF6`wRSrh^zQwBrjbT2&_Gwif!%*?Oh?FD!*9a>E=&6yyc#o{n?rH}2> zl35@eKau%(Gj5LKj_DZ@``%MPJycTEBn*39;q@lIvCqei#HiH6@6%AEMpw`fK7F;~ z8yCDn85pB7l$Hi!z0H%Px&YuCOfQj)lf;rR6eo9LD0b#|93Z zq&PN5U_yz=Ho>4FCfh8G%Q4R;j*DE}t_%oS;z7rfX`3V%+pOs>dX}JI2fa%r0X{3T zAp}&8>ZaDy|ddKh7Y17_;nth^W+% zt|BqNb3yl^|Q2rk*fA2-Gd{)hPK2Y1!T_x*bWf&B; z4e?wMM7b;%TwFX6WkJk@5g9%SD`1f}B^#L1zHOxu@XoT(%`9mGh0l zM8Sod%XS|3`BPs!BLPIX76)bs2GTflBM5fSNY>B+RMR%b7Z{9kUpA#{O}v9#2fZlWu_2{-EB+A-s_=4cqTf3|%rP=et6q7QXLD$lL(@pQ}BO5_mYr z1BJpD7kEk|=T$tx35hNlGRAdu+M2()hHlzPO1Djj6|M@fu7qhCG8sGAjwySC1V-9{ zjmVSu1;Gj1uKslS4HNqC9?zs&~naOcH|?e(41OK?GSs zFYQJI#&?t}>$5$`G$EEsD&n>xQrzr#!h_g*jp`$UwBhm zt=Te)S6pPm>o=`*!nK#HwS#Sl!gZT@T~_INteUA%FFBva9VO_%I7LZU;^tnWxOi{I z3C!Obk06VISQS;i#m&_i_gStB$me%jGM|VFpTK(8Dml0}G!eU#B3Z_F@}gXo!=4)R zIBA#@lYobEZ&b1pMWYEgnp7N>>tISjeBM|p*VgeiQ;EEx{AwF>9&J`b%)TksqHT_3 z>4e^Qjgp23eHrMM`|}9jz7Xa1&{5@hW0vHz9NHxxMTZ7*opc)D9k%5tPv zs*Z8tJn;Lzfrdw5?P=JYr_<$h+b(oFB3?v`Dt2uJ#mc*dZdU`6M2VCWt<|RxRcS&J tTT5s)8PVlRp9`nniFd)~e>JqJJ5(3DW#e(%IXPxn>B*|waavtf^&kCAY4iX9 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.ts deleted file mode 100644 index 855fa0eacf..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_no.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Fil - - - - &Export project... - &Eksporter prosjekt... - - - - Export a Raytracing project to a file - Export a Raytracing project to a file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Strålesporing - - - - New Luxrender project - New Luxrender project - - - - Insert new Luxrender project into the document - Insert new Luxrender project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingNewPartSegment - - - Raytracing - Strålesporing - - - - Insert part - Sett inn et komponent - - - - Insert a new part object into a Raytracing project - Insert a new part object into a Raytracing project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Strålesporing - - - - New POV-Ray project - New POV-Ray project - - - - Insert new POV-Ray project into the document - Insert new POV-Ray project into the document - - - - No template - No template - - - - No template available - No template available - - - - CmdRaytracingRender - - - Raytracing - Strålesporing - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Renders the current raytracing project with an external renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Strålesporing - - - - &Reset Camera - &Reset Camera - - - - Sets the camera of the selected Raytracing project to match the current view - Sets the camera of the selected Raytracing project to match the current view - - - - CmdRaytracingWriteCamera - - - Raytracing - Strålesporing - - - - Export camera to POV-Ray... - Export camera to POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - Strålesporing - - - - Export part to POV-Ray... - Export part to POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Write the selected Part (object) as a POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ortografisk kamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Strålesporing - - - - Export view to POV-Ray... - Export view to POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - No template - No template - - - - - Cannot create a project because there is no template installed. - Cannot create a project because there is no template installed. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - All Files - - - - - - - Export page - Eksporter side - - - - - - - Wrong selection - Feil valg - - - - Select a Part object. - Velg et komponentobjekt. - - - - - No Raytracing project to insert - No Raytracing project to insert - - - - Create a Raytracing project to insert a view. - Create a Raytracing project to insert a view. - - - - Select a Raytracing project to insert the view. - Select a Raytracing project to insert the view. - - - - - - Select one Raytracing project object. - Select one Raytracing project object. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray not found - - - - Please set the path to the POV-Ray executable in the preferences. - Please set the path to the POV-Ray executable in the preferences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Please correct the path to the POV-Ray executable in the preferences. - - - - - Luxrender not found - Luxrender not found - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - POV-Ray file missing - POV-Ray file missing - - - - The POV-Ray project file doesn't exist. - The POV-Ray project file doesn't exist. - - - - - - Rendered image - Rendered image - - - - Lux project file missing - Lux project file missing - - - - The Lux project file doesn't exist. - The Lux project file doesn't exist. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Strålesporing - - - - Mesh export settings - Maskeeksportinnstillinger - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Ikke beregn toppunkt normaler - - - - Write u,v coordinates - Skriv u, v-koordinater - - - - Render - Render - - - - POV-Ray executable: - POV-Ray executable: - - - - POV-Ray output parameters: - POV-Ray output parameters: - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameters to be passed to the render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - The width of the rendered image - - - - +H : - +H : - - - - The height of the rendered image - The height of the rendered image - - - - Luxrender executable: - Luxrender executable: - - - - The path to the luxrender (or luxconsole) executable - The path to the luxrender (or luxconsole) executable - - - - Directories - Kataloger - - - - Part file name: - Komponentfilnavn: - - - - Camera file name: - Kamerafilnavn: - - - - - - Used by utility tools - Used by utility tools - - - - Default Project dir: - Standard prosjektkatalog: - - - - TempCamera.inc - TempCamera.inc - - - - TempPart.inc - TempPart.inc - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit LuxRender project - - - - LuxRender template - LuxRender template - - - - Select a LuxRender template - Select a LuxRender template - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit Povray project - - - - Povray template - Povray template - - - - Select a Povray template - Select a Povray template - - - - Workbench - - - &Raytracing - &Strålesporing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.qm deleted file mode 100644 index 94be9cc352badacb8d85b894b5962bb64ec4957c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12681 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 LYHB~~PPYFW$H%7} diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.ts deleted file mode 100644 index 0331c6831c..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pl.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Plik - - - - &Export project... - &Eksportuj projekt ... - - - - Export a Raytracing project to a file - Eksport projektu Raytracing do pliku - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Nowy projekt Luxrender - - - - Insert new Luxrender project into the document - Wstaw nowy projekt Luxrender do dokumentu - - - - No template - Brak szablonu - - - - No template available - Szablon niedostępny - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Wstaw część - - - - Insert a new part object into a Raytracing project - Wstaw nowy obiekt część do projektu Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Nowy projekt POV-Ray - - - - Insert new POV-Ray project into the document - Wstaw nowy projekt POV-Ray do dokumentu - - - - No template - Brak szablonu - - - - No template available - Szablon niedostępny - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Renderuj - - - - Renders the current raytracing project with an external renderer - Renderuje obecny projekt raytracing za pomocą zewnętrznego renderera - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Zresetuj ujęcie widoku - - - - Sets the camera of the selected Raytracing project to match the current view - Ustawia ujęcie widoku z wybranego projektu Raytracing i dopasowuje go do bieżącego widoku - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Eksport ujęcia widoku do POV-Ray ... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Eksportowanie ujęcia aktywnego widoku 3D do pliku, w formacie POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Eksport części do POV-Ray ... - - - - Write the selected Part (object) as a POV-Ray file - Zapisuje wybraną część (obiekt) jako plik formatu POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Brak perspektywicznego ujęcia kamery - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Aktywnym ujęciem widoku nie jest perspektywa co powoduje, że obraz POV-Ray może wyglądać inaczej niż oczekiwano. -Czy chcesz kontynuować? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Eksport widoku do POV-Ray ... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Zapisz ujęcie aktywnego widoku 3D i całą jego zawartość do pliku POV-Ray - - - - - No template - Brak szablonu - - - - - Cannot create a project because there is no template installed. - Nie można utworzyć projektu, ponieważ nie zainstalowano żadnego szablonu. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Aktywnym ujęciem widoku nie jest perspektywa co powoduje, że obraz luxrender może wyglądać inaczej niż oczekiwano. -Czy chcesz kontynuować? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Wszystkie pliki - - - - - - - Export page - Eksportuj stronę - - - - - - - Wrong selection - Niewłaściwy wybór - - - - Select a Part object. - Wybierz obiekt Części. - - - - - No Raytracing project to insert - Brak projektu Raytracing do wstawienia - - - - Create a Raytracing project to insert a view. - Tworzy nowy projekt Raytracing aby wstawić widok. - - - - Select a Raytracing project to insert the view. - Wybierz projekt Raytracing żeby wstawić widok. - - - - - - Select one Raytracing project object. - Wybierz jeden obiekt projektu Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - Nie znaleziono narzędzia POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - Proszę ustawić ścieżkę do pliku wykonywalnego POV-Ray w preferencjach. - - - - Please correct the path to the POV-Ray executable in the preferences. - Proszę poprawić ścieżkę do pliku wykonywalnego POV-Ray w preferencjach. - - - - - Luxrender not found - Nie znaleziono narzędzia Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Ustaw ścieżkę do pliku wykonywalnego luxrendera albo luxkonsoli w ustawieniach preferencji. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Popraw ścieżkę do pliku wykonywalnego Luxrender albo luxkonsoli w ustawieniach preferencji. - - - - POV-Ray file missing - Brakuje pliku POV-Ray - - - - The POV-Ray project file doesn't exist. - Brak pliku projektu POV-Ray. - - - - - - Rendered image - Renderowanie obrazu - - - - Lux project file missing - Brakuje pliku projektu Luxrender - - - - The Lux project file doesn't exist. - Plik projektu Luxrender nie istnieje. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderowanie - - - - POV-Ray executable: - Plik wykonywalny POV-Ray: - - - - POV-Ray output parameters: - Parametry wyjściowe POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Parametry POV-Ray przekazywane do renderowania. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Szerokość renderowanego obrazu - - - - +H : - +H: - - - - The height of the rendered image - Wysokość renderowanego obrazu - - - - Luxrender executable: - Plik wykonywalny Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Ścieżka do pliku wykonywalnego Luxrender (albo luxkonsoli) - - - - Directories - Katalogi - - - - Default Project dir: - Domyślny katalog projektu: - - - - - - Used by utility tools - Używany przez narzędzia - - - - Camera file name: - Nazwa pliku dla ujęcia widoku: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nazwa pliku części: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Ustawienia eksportu siatki - - - - Max mesh deviation: - Maksymalne odchylenie siatki: - - - - Do not calculate vertex normals - Nie przeliczaj wierzchołków normalnych - - - - Write u,v coordinates - Zapisz współrzędne U,V - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Ścieżka do pliku wykonywalnego POV-Ray, jeśli chcesz renderować w %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edycja projektu LuxRender - - - - LuxRender template - Szablon LuxRender - - - - Select a LuxRender template - Wybierz szablon LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edycja projektu Povray - - - - Povray template - Szablon POV Ray - - - - Select a Povray template - Wybierz szablon POV Ray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-BR.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-BR.qm deleted file mode 100644 index 4240c8eb124ffb704edc07545f010bd6304aa461..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12872 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 YP_bjC4w=? - - - - CmdRaytracingExportProject - - - File - Arquivo - - - - &Export project... - &Exportar projeto... - - - - Export a Raytracing project to a file - Exportar um projeto de Raytracing para um arquivo - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Novo projeto do LuxRender - - - - Insert new Luxrender project into the document - Inserir novo projeto LuxRender no documento - - - - No template - Nenhum modelo - - - - No template available - Nenhum modelo disponível - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inserir Part - - - - Insert a new part object into a Raytracing project - Inserir uma nova peça em um projeto de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Novo projeto do POV-Ray - - - - Insert new POV-Ray project into the document - Inserir um novo projeto POV-Ray no documento - - - - No template - Nenhum modelo - - - - No template available - Nenhum modelo disponível - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Renderizar - - - - Renders the current raytracing project with an external renderer - Processa o atual projeto de raytracing com um renderizador externo - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Redefinir câmera - - - - Sets the camera of the selected Raytracing project to match the current view - Coloca a câmera do projeto de Raytracing selecionado na posição da vista 3D atual - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportar a câmera para POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportar a posição da câmara da vista 3D ativa para um arquivo no formato do POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportar peça para o POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Exporta a peça selecionada (objeto) para um arquivo POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nenhuma câmera de perspectiva - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - A vista atual não está em perspectiva e, portanto, a imagem POV-Ray resultante pode parecer diferente do que era esperado. -Deseja continuar? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportar vista para POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Gravar a vista 3D atual com câmera e todo seu conteúdo em um arquivo do POV-Ray - - - - - No template - Nenhum modelo - - - - - Cannot create a project because there is no template installed. - Não é possível criar um projeto, porque não há nenhum modelo instalado. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - A vista atual não está em perspectiva e, portanto, a imagem luxrender resultante pode parecer diferente do que era esperado. -Deseja continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Todos os Arquivos - - - - - - - Export page - Exportar página - - - - - - - Wrong selection - Seleção errada - - - - Select a Part object. - Selecione um objeto Part. - - - - - No Raytracing project to insert - Nenhum projeto de Raytracing para inserir - - - - Create a Raytracing project to insert a view. - Criar um projeto de Raytracing para inserir uma vista. - - - - Select a Raytracing project to insert the view. - Selecione um projeto de Raytracing para inserir uma vista. - - - - - - Select one Raytracing project object. - Selecione um projeto de Raytracing. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray não encontrado - - - - Please set the path to the POV-Ray executable in the preferences. - Por favor, defina o caminho para o executável do POV-Ray nas preferências. - - - - Please correct the path to the POV-Ray executable in the preferences. - Por favor, corrija o caminho para o executável do POV-Ray nas preferências. - - - - - Luxrender not found - LuxRender não encontrado - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Por favor, defina o caminho para o executável do luxrender ou luxconsole nas preferências. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Por favor, corrija o caminho para o executável do luxrender ou luxconsole nas preferências. - - - - POV-Ray file missing - Arquivo POV-Ray faltando - - - - The POV-Ray project file doesn't exist. - O arquivo de projeto POV-Ray não existe. - - - - - - Rendered image - Imagem renderizada - - - - Lux project file missing - Arquivo de projeto Lux faltando - - - - The Lux project file doesn't exist. - O arquivo de projeto Lux não existe. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderizador - - - - POV-Ray executable: - Executável do POV-Ray: - - - - POV-Ray output parameters: - Parâmetros de saída do POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Os parâmetros do POV-Ray a serem passados para o render. - - - - +P +A - +P +A - - - - +W: - +L:  - - - - The width of the rendered image - A largura da imagem renderizada - - - - +H : -  +A :  - - - - The height of the rendered image - A altura da imagem renderizada - - - - Luxrender executable: - Executável do Luxrender: - - - - The path to the luxrender (or luxconsole) executable - O caminho para o executável do luxrender (ou luxconsole) - - - - Directories - Diretórios - - - - Default Project dir: - Pasta de projeto padrão: - - - - - - Used by utility tools - Utilizado por ferramentas de utilidade - - - - Camera file name: - Nome de arquivo de câmera: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nome do arquivo de Part: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Configurações de exportação de malha - - - - Max mesh deviation: - Max desvio de malha: - - - - Do not calculate vertex normals - Não calcular normais de vértices - - - - Write u,v coordinates - Gravar coordenadas u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - O caminho para o executável do POV-Ray, se você quiser renderizar a partir de %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar projeto LuxRender - - - - LuxRender template - Modelo LuxRender - - - - Select a LuxRender template - Selecionar um modelo LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editar projeto Povray - - - - Povray template - Modelo Povray - - - - Select a Povray template - Selecionar um modelo Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.qm deleted file mode 100644 index 43b380979c0457946cb9aefb3848a270f2502012..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13024 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 Je66ji`46Cr^{)T` diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.ts deleted file mode 100644 index 518624d963..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_pt-PT.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Ficheiro - - - - &Export project... - &Exportar Projeto ... - - - - Export a Raytracing project to a file - Exportar um projeto de Raytracing para um ficheiro - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Novo projeto Luxrender - - - - Insert new Luxrender project into the document - Inserir novo projeto Luxrender no documento - - - - No template - Nenhum modelo - - - - No template available - Nenhum modelo disponível - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inserir parte - - - - Insert a new part object into a Raytracing project - Inserir um novo objeto de peça num projeto de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Novo projeto POV-Ray - - - - Insert new POV-Ray project into the document - Inserir novo projeto POV-Ray no documento - - - - No template - Nenhum modelo - - - - No template available - Nenhum modelo disponível - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &renderizar - - - - Renders the current raytracing project with an external renderer - Processa o atual projeto de raytracing com um processador externo - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - & Redefinir a câmara - - - - Sets the camera of the selected Raytracing project to match the current view - Ajusta a câmara do projeto Raytracing selecionado para concordar com o modo de exibição atual - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportar câmara para POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportar a posição da câmara da vista 3D ativa no formato do POV-Ray para um ficheiro - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportar peça para POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escrever a parte selecionada (objeto) como ficheiro POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Sem câmara de perspetiva - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - A câmara do modo de exibição atual não está em perspectiva, e assim o resultado da imagem POV-Ray pode parecer diferente do que seria esperado. Quer continuar? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportar vista para POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Gravar o modo de exibição ativo 3D com câmara e todo seu conteúdo num arquivo do POV-Ray - - - - - No template - Nenhum modelo - - - - - Cannot create a project because there is no template installed. - Não é possível criar um projeto, porque não há nenhum modelo instalado. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - A câmara do modo de exibição atual não está em perspectiva, e assim o resultado da imagem luxrender pode parecer diferente do que seria esperado. Quer continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray (Persistence of Vision Raytracer) - - - - - - - - All Files - Todos os Ficheiros - - - - - - - Export page - Exportar Página - - - - - - - Wrong selection - Seleção errada - - - - Select a Part object. - Selecione um objeto parte. - - - - - No Raytracing project to insert - Nenhum projeto de Raytracing para inserir - - - - Create a Raytracing project to insert a view. - Crie um projeto de Raytracing para inserir uma vista. - - - - Select a Raytracing project to insert the view. - Selecione um projeto de Raytracing para inserir a vista. - - - - - - Select one Raytracing project object. - Selecione um objeto de projeto de Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray não encontrado - - - - Please set the path to the POV-Ray executable in the preferences. - Por favor, defina o caminho para o executável do POV-Ray nas preferências. - - - - Please correct the path to the POV-Ray executable in the preferences. - Por favor, corrija o caminho do executável do POV-Ray nas preferências. - - - - - Luxrender not found - Luxrender não encontrado - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Por favor, defina o caminho para o executável luxrender ou luxconsole nas preferências. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Por favor, corrija o caminho para o executável luxrender ou luxconsole nas preferências. - - - - POV-Ray file missing - Ficheiro POV-Ray não encontrado - - - - The POV-Ray project file doesn't exist. - O ficheiro de projeto do POV-Ray não existe. - - - - - - Rendered image - Imagem processada - - - - Lux project file missing - Falta o ficheiro do projeto Lux - - - - The Lux project file doesn't exist. - O ficheiro do projeto Lux não existe. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Processador - - - - POV-Ray executable: - Executável do POV-Ray: - - - - POV-Ray output parameters: - Parâmetros de saída do POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Os parâmetros do POV-Ray para enviar para a renderização. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - A largura da imagem processada - - - - +H : - +H : - - - - The height of the rendered image - A altura da imagem processada - - - - Luxrender executable: - Executavél Luxrender: - - - - The path to the luxrender (or luxconsole) executable - O caminho para o executável do luxrender (ou luxconsole) - - - - Directories - Pastas - - - - Default Project dir: - Pasta Proj. Predef.: - - - - - - Used by utility tools - Usado pelas ferramentas utilitárias - - - - Camera file name: - Nome do ficheiro da câmara: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nome do ficheiro da peça: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Definições de Exportação da Malha - - - - Max mesh deviation: - Desvio Max. de malha: - - - - Do not calculate vertex normals - Não calcular vértice normal - - - - Write u,v coordinates - Gravar Coordenadas u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - O caminho para o executável do POV-Ray, se você desejar renderizar a partir de %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editar o projeto LuxRender - - - - LuxRender template - Modelo LuxRender - - - - Select a LuxRender template - Selecione modelo povray - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editar projeto Povray - - - - Povray template - Modelo povray - - - - Select a Povray template - Selecione um modelo povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ro.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ro.qm deleted file mode 100644 index 775fd47eef547c72ffcc11c33a4c6eb5692c1c65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12822 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 pk^2Q+*@taDjn - - - - CmdRaytracingExportProject - - - File - Fişier - - - - &Export project... - &Exportă proiectul... - - - - Export a Raytracing project to a file - Exportați proiectul de RayLancer într-un fișier - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Proiect Luxrender nou - - - - Insert new Luxrender project into the document - Introduceţi noul proiect de Luxrender în documentul - - - - No template - Fără șablon - - - - No template available - Niciun șablon disponibil - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Inseraţi o componentă - - - - Insert a new part object into a Raytracing project - Insera un obiect nou Part într-un proiect de Raytracing - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Proiect nou de POV-Ray - - - - Insert new POV-Ray project into the document - Introduceţi noul proiect POV-Ray în documentul - - - - No template - Fără șablon - - - - No template available - Niciun șablon disponibil - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Randare - - - - Renders the current raytracing project with an external renderer - Randează proiectul raytracing curent cu un renderer externe - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Reinițializare camera - - - - Sets the camera of the selected Raytracing project to match the current view - Definiți locul camerei proiectuli Raytracing selcționat pentru a se potrivi cu afișajul actual - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Exportă camera spre POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportați poziţia camerei de vizualizare 3D activ către un fișier în format POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Exportă piesa spre POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Scrie Part selectat (obiect) ca fişier POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nici o camera cu perspectivă - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Vederea actuală nu este în perspectivă, dezi rezultatul imaginii din ĂOV-Ray ar putea fi diferit de ceea ce vă așteptați. Doriți să continuați? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Exportă vederea spre POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Scrie vizualizarea 3D activ cu camera si tot conţinutul său într-un fişier de POV-Ray - - - - - No template - Fără șablon - - - - - Cannot create a project because there is no template installed. - Imposibil de creat un proiect, pentru că nu există nici un şablon instalat. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Vederea actuală nu este în perspectivă, dezi rezultatul imaginii din Luxrender ar putea fi diferit de ceea ce vă așteptați. Doriți să continuați? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Toate fișierele - - - - - - - Export page - Exportă pagina - - - - - - - Wrong selection - Selecţie greşită - - - - Select a Part object. - Selecteaza un obiect tip piesă - - - - - No Raytracing project to insert - Nici un proiect Raytracing pentru a fi inserat - - - - Create a Raytracing project to insert a view. - Crea un proiect Raytracing pentru a insera o vedere. - - - - Select a Raytracing project to insert the view. - Selecționați un proiect de Raytracing pentru a vederea. - - - - - - Select one Raytracing project object. - Selectaţi un obiect de proiect Raytracing. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray negăsit - - - - Please set the path to the POV-Ray executable in the preferences. - Vă rugăm să definiți calea către executabilul POV-Ray în Preferinţe. - - - - Please correct the path to the POV-Ray executable in the preferences. - Vă rugăm să corectaţi calea către executabil POV-Ray în Preferinţe. - - - - - Luxrender not found - Luxrender nu a fost găsit - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Vă rugăm să definiți calea către executabilul Luxrender sau Luxconsole în Preferinţe. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Vă rugăm să corectaţi calea luxrender sau luxconsole executabil în Preferinţe. - - - - POV-Ray file missing - Fișierul POV-Ray lipsește - - - - The POV-Ray project file doesn't exist. - Nu există fișier proiectului POV-Ray. - - - - - - Rendered image - Imagine randată - - - - Lux project file missing - Fișierul de proiect Lux lipsește - - - - The Lux project file doesn't exist. - Nu există fișier proiect Lux. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Randare - - - - POV-Ray executable: - POV-Ray executabil: - - - - POV-Ray output parameters: - POV-Ray parametrii de ieşire: - - - - The POV-Ray parameters to be passed to the render. - Parametrii POV-Ray vor fi trecuți la randare. - - - - +P +A - + P + A - - - - +W: - +W: : - - - - The width of the rendered image - Lăţimea imaginii randate - - - - +H : - +H : - - - - The height of the rendered image - Înălţimea de imaginea randată - - - - Luxrender executable: - Executabilul Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Calea către executabilul Luxrender (sau Luxconsole) - - - - Directories - Directoare - - - - Default Project dir: - Directorul implicit al proiectului: - - - - - - Used by utility tools - Folosit de instrumentele utilitarului - - - - Camera file name: - Numele fişierului camerei: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Numele fişierului pentru componentă: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Setari de export pentru Retele - - - - Max mesh deviation: - Deviere maximă a plasei: - - - - Do not calculate vertex normals - Nu calcula normalele pentru vertex-uri - - - - Write u,v coordinates - Scrie coordonatele u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Calea către executabilul POV-Ray, dacă doriți să faceți render de la %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Editați proiectul LuxRender - - - - LuxRender template - LuxRender şablon - - - - Select a LuxRender template - Selectați un șablon de LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Editați Povray proiect - - - - Povray template - Povray şablon - - - - Select a Povray template - Selectaţi un şablon de Povray - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.qm deleted file mode 100644 index aefc9f93515939511ece56f17d8cca2417cc28c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12878 zcmeHNYiu0V6~1=HcD#1%#E-<}IeFMPvEw+KIC0jAV`rT>aZKz4Cjn6bmH@)A{xs3s6mLQMct~Ug=|O$$2UI z+_Q{rcu@N3$U|7aM7q3c8)F+Elm7M14Ct*cIoAAV(7CJR{J?Lp-pwVCzjPYxW=o#x z8enX*QCeAB!dP=xY4k6zGS>D;>7g%17;CI6{mSM~8CyS9)_*tXZThfmAo4ucuP%G@ zbrsL;U3y^mJ&cuoywp6sp0PFimfqdh4L<6YzIFk0wm!M^%D*>bUaGvj%j4iuRp1u!!ZI6|kU&im|%jM6!g!`?-k)|u}WB)56 z9ZerHR&g$J^0Ti(es4w+x9w)EWL+e8=@ndm7rA@=V~j0-H}cRoRxs8w7

uUdGCw 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 TTT%4M){4*Silt9lBenkp<`P-i diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.ts deleted file mode 100644 index efb6ed5a78..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_ru.ts +++ /dev/null @@ -1,520 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Файл - - - - &Export project... - &Экспортировать проект... - - - - Export a Raytracing project to a file - Экспорт проекта трассировки лучей в файл - - - - CmdRaytracingNewLuxProject - - - Raytracing - Трасcировщик лучей - - - - New Luxrender project - Новый проект Luxrender - - - - Insert new Luxrender project into the document - Вставка в документ нового проекта Luxrender - - - - No template - Нет шаблона - - - - No template available - Шаблоны не доступны - - - - CmdRaytracingNewPartSegment - - - Raytracing - Трасcировщик лучей - - - - Insert part - Вставить деталь - - - - Insert a new part object into a Raytracing project - Вставить новый объект типа деталь в проект трассировки лучей - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Трасcировщик лучей - - - - New POV-Ray project - Новый проект POV-Ray - - - - Insert new POV-Ray project into the document - Вставить новый POV-Ray проект в документ - - - - No template - Нет шаблона - - - - No template available - Шаблоны не доступны - - - - CmdRaytracingRender - - - Raytracing - Трасcировщик лучей - - - - &Render - Визуализировать - - - - Renders the current raytracing project with an external renderer - Визуализирует текущий проект трассировки лучей с помощью внешнего визуализатора - - - - CmdRaytracingResetCamera - - - Raytracing - Трасcировщик лучей - - - - &Reset Camera - &Сброс камеры - - - - Sets the camera of the selected Raytracing project to match the current view - Устанавливает камеру в выбранном проекте трассировки лучей для соответствия текущему изображению - - - - CmdRaytracingWriteCamera - - - Raytracing - Трасcировщик лучей - - - - Export camera to POV-Ray... - Экспорт камеры в POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Экспорт позиции камеры из активного 3D-вида в файл формата POV-Ray - - - - CmdRaytracingWritePart - - - Raytracing - Трасcировщик лучей - - - - Export part to POV-Ray... - Экспортировать деталь в POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Записать выбранную деталь (объект) как файл POV-Ray файл - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Вид не в перспективе - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Текущий вид камеры не является перспективным и таким образом итоговое изображение может выглядеть иначе, чем Вы ожидаете. Вы хотите продолжить? - - - - Raytracing - Трасcировщик лучей - - - - Export view to POV-Ray... - Экспорт вида в POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Запись активного 3D вида с камерой и всем его содержимым в POV-Ray файл - - - - - No template - Нет шаблона - - - - - Cannot create a project because there is no template installed. - Не удается создать проект, потому что нет установленного шаблона. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Текущий вид камеры не является перспективным и таким образом итоговое изображение может выглядеть иначе, чем Вы ожидаете. Вы хотите продолжить? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Все файлы - - - - - - - Export page - Экспорт страницы - - - - - - - Wrong selection - Неправильное выделение - - - - Select a Part object. - Выберите часть. - - - - - No Raytracing project to insert - Нет ни одного проекта трассировки лучей для вставки - - - - Create a Raytracing project to insert a view. - Создать проект трассировки лучей, чтобы вставить вид. - - - - Select a Raytracing project to insert the view. - Выбрать проект трассировки лучей чтобы вставить вид. - - - - - - Select one Raytracing project object. - Выбрать один объект проекта трассировки лучей. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray не найден - - - - Please set the path to the POV-Ray executable in the preferences. - Задайте путь к исполняемому файлу POV-Ray в настройках. - - - - Please correct the path to the POV-Ray executable in the preferences. - Исправьте путь к исполняемому файлу POV-Ray в настройках. - - - - - Luxrender not found - Luxrender не найден - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Задайте путь к папке luxrender или к исполняемому файлу luxconsole в настройках. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Исправьте путь к папке luxrender или к исполняемому файлу luxconsole в настройках. - - - - POV-Ray file missing - Отсутствует файл POV-Ray - - - - The POV-Ray project file doesn't exist. - Файл проекта POV-Ray не существует. - - - - - - Rendered image - Визуализированное изображение - - - - Lux project file missing - Отсутствует файл проекта Lux - - - - The Lux project file doesn't exist. - Файл проекта Lux не существует. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Трасcировщик лучей - - - - Render - Визуализация - - - - POV-Ray executable: - Исполняемый файл POV-Ray: - - - - POV-Ray output parameters: - Выходные параметры POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Параметры POV-Ray, которые должны быть переданы визуализатору. - - - - +P +A - + P + A - - - - +W: - + W: - - - - The width of the rendered image - Ширина визуализированного изображения - - - - +H : - + H: - - - - The height of the rendered image - Высота визуализированного изображения - - - - Luxrender executable: - Исполняемый файл Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Путь к исполняемому файлу luxrender (или luxconsole) - - - - Directories - Каталоги - - - - Default Project dir: - Каталог проекта по умолчанию: - - - - - - Used by utility tools - Используется вспомогательными утилитами - - - - Camera file name: - Имя файла камеры: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Имя файла детали: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Экспорт настроек полигональной сетки - - - - Max mesh deviation: - Максимальное отклонение полигональной сетки: - - - - Do not calculate vertex normals - Не вычислять нормали вершины - - - - Write u,v coordinates - Записать u, v координаты - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Путь к исполняемому файлу POV-Ray, если Вы хотите делать рендеринг в %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Редактировать проект LuxRender - - - - LuxRender template - Шаблон Luxrender - - - - Select a LuxRender template - Выбрать шаблон LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Редактировать проект Povray - - - - Povray template - Шаблон Povray - - - - Select a Povray template - Выбрать шаблон Povray - - - - Workbench - - - &Raytracing - &Трассировка лучей - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sk.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sk.qm deleted file mode 100644 index 275d4b1db50435a596e390784aa0cb0283ea5b88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12519 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 - - - - CmdRaytracingExportProject - - - File - Súbor - - - - &Export project... - &Export projektu ... - - - - Export a Raytracing project to a file - Export a Raytracing project to a file - - - - CmdRaytracingNewLuxProject - - - Raytracing - Sledovanie lúča - - - - New Luxrender project - New Luxrender project - - - - Insert new Luxrender project into the document - Insert new Luxrender project into the document - - - - No template - Žiadna šablóna - - - - No template available - K dispozícii nie je žiadna šablóna - - - - CmdRaytracingNewPartSegment - - - Raytracing - Sledovanie lúča - - - - Insert part - Vložiť dielec - - - - Insert a new part object into a Raytracing project - Insert a new part object into a Raytracing project - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Sledovanie lúča - - - - New POV-Ray project - New POV-Ray project - - - - Insert new POV-Ray project into the document - Insert new POV-Ray project into the document - - - - No template - Žiadna šablóna - - - - No template available - K dispozícii nie je žiadna šablóna - - - - CmdRaytracingRender - - - Raytracing - Sledovanie lúča - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Renders the current raytracing project with an external renderer - - - - CmdRaytracingResetCamera - - - Raytracing - Sledovanie lúča - - - - &Reset Camera - &Reset Camera - - - - Sets the camera of the selected Raytracing project to match the current view - Sets the camera of the selected Raytracing project to match the current view - - - - CmdRaytracingWriteCamera - - - Raytracing - Sledovanie lúča - - - - Export camera to POV-Ray... - Export camera to POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Export the camera position of the active 3D view in POV-Ray format to a file - - - - CmdRaytracingWritePart - - - Raytracing - Sledovanie lúča - - - - Export part to POV-Ray... - Export part to POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Write the selected Part (object) as a POV-Ray file - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Žiadna perspektívna kamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - - - - Raytracing - Sledovanie lúča - - - - Export view to POV-Ray... - Export view to POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Write the active 3D view with camera and all its content to a POV-Ray file - - - - - No template - Žiadna šablóna - - - - - Cannot create a project because there is no template installed. - Nemožno vytvoriť projekt, pretože nie je nainštalovaná žiadna šablóna. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Všetky súbory - - - - - - - Export page - Export stránky - - - - - - - Wrong selection - Nesprávny výber - - - - Select a Part object. - Vyberte časť objektu. - - - - - No Raytracing project to insert - No Raytracing project to insert - - - - Create a Raytracing project to insert a view. - Create a Raytracing project to insert a view. - - - - Select a Raytracing project to insert the view. - Select a Raytracing project to insert the view. - - - - - - Select one Raytracing project object. - Select one Raytracing project object. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray not found - - - - Please set the path to the POV-Ray executable in the preferences. - Please set the path to the POV-Ray executable in the preferences. - - - - Please correct the path to the POV-Ray executable in the preferences. - Please correct the path to the POV-Ray executable in the preferences. - - - - - Luxrender not found - Luxrender not found - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Please set the path to the luxrender or luxconsole executable in the preferences. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Please correct the path to the luxrender or luxconsole executable in the preferences. - - - - POV-Ray file missing - POV-Ray file missing - - - - The POV-Ray project file doesn't exist. - The POV-Ray project file doesn't exist. - - - - - - Rendered image - Rendered image - - - - Lux project file missing - Lux project file missing - - - - The Lux project file doesn't exist. - The Lux project file doesn't exist. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Sledovanie lúča - - - - Render - Render - - - - POV-Ray executable: - POV-Ray executable: - - - - POV-Ray output parameters: - POV-Ray output parameters: - - - - The POV-Ray parameters to be passed to the render. - The POV-Ray parameters to be passed to the render. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Šírka vykresleného obrázka - - - - +H : - +H : - - - - The height of the rendered image - Výška vykresleného obrázka - - - - Luxrender executable: - Luxrender executable: - - - - The path to the luxrender (or luxconsole) executable - The path to the luxrender (or luxconsole) executable - - - - Directories - Adresáre - - - - Default Project dir: - Hlavný adresár projektu : - - - - - - Used by utility tools - Used by utility tools - - - - Camera file name: - Názov súboru fotoaparátu: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Názov súboru dielu: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Nastavenia exportu oka - - - - Max mesh deviation: - Max mesh deviation: - - - - Do not calculate vertex normals - Nepočítať normály vrcholu - - - - Write u,v coordinates - Napíšte u, v súradnice - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - The path to the POV-Ray executable, if you want to render from %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edit LuxRender project - - - - LuxRender template - LuxRender template - - - - Select a LuxRender template - Select a LuxRender template - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edit Povray project - - - - Povray template - Povray template - - - - Select a Povray template - Select a Povray template - - - - Workbench - - - &Raytracing - &Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.qm deleted file mode 100644 index ce4d61305cbaac58ad44b73c5b0f11f3fea4f5c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12408 zcmd5?Yiu0V6+U+STst<2^Dv1?ZbQyuNd0FZx-k^Z9qbbI%KFx_)*2eZP49K_aSk(mV0@Nvb{m4pD1A zEl4~`B-*I%cilua&2;YB?-8wjfqrlR*V}HS=U#t_sN1M{_}D!}9k14&b3g81eS7T{ z4Q~={=&l{x`U=tVKh%zQ{FbQeq1s#aeMq!6v!LtbcZtq47mPhUNVMQs-R4IgCR+7) z-9uw{L(T_vuPpC_+$ZYZzum-oJL~uK{t@fkSATryDac!2fB(q?P*<;i;KCuIv-1tD z9rZ*#?>21y^D{&npK927V*+yCZn$~v$3$m6)VTX7)?4#_<51!;-2YzVi_ht}?~6@e z*m4U|JtkZj8(}y3d#dF!_=K7a`%SrXwu)Dec8;=t$ z{eAQ2&l@AEyP!Gs$Wq|-x8}?-=+!^b?0yNy>kl{o@FcGH-J0n6@Gb0rGV!^de-I^J zO6>dO%fRowMDn^Vc>eW7?&YV6>c5&ey6SsGXVfO{zI74s`&QzC+1rSkFHZdCGT^ej zGx5=F4)p0yeEim5Am{Ct>-zQ*Eqc4ft{DLy)N;%6-N5sF^;vhD`fPYweKuaLKAZlk zK3iT@pRM<*&-O>v=eieLjt{*7T)J9*%;JAk+qKrM z!#a=pNGFJd9&@YgLOE6LEBH7{{(zR+jG}G47{#x?>g~oqNY3B`$wkX7sKt> z|LE&PE3avvx(oO%`+55vZ{WVJf3_b#vlho+F`)GA3joME>Y+V!1LeuWUxNf?$;S6- z(&;d{G{FCw7`g`hU)*!)OxChpk+rR9J?Rb%3^d~Oid~u1Robj;Ye~bLRJV+(J8D?S zXhji%97;o63ja+A)=1RcgugZv$U&hz{-<#4LM>OSW%&wqd-`Z1kY7+vxR%hwgptU* zkLl`90#hshzDunK=2X+b`!}+H;7&nH3adhv&O)zuiP&}&yN-J+`v*Bp$nKK$A zn)&c{a3mH9XP9G%swNa;Ec@w2V+`R{IZupr+fcT8P!(-5YBVx@_#1n!k|~%W?}%7e zotFVpl~QxAc2rhSr3ms3ii|2BIeb%juDHllNDg?OGw}`ZZWA8QHP?Wj3;dOvMG@n| zr6KX~+J|wJ@i%{o+M^>&PBLes8o2`g>=l1M7LFM1l+a9}&$zm6YH5KRQMPouB5G#? z@KMNPy~3sRFpfDAK}~#37QzgU?uuPnMz=LywzJ3>xT-EzZ;{GNejkB5r=lL9<4~GG z)=};Xg(~1zd}cmV@jW@o$TD&z=4Sj4e!@o&uS7dVNFOII(i!A zKu^uVpfZ}9oQfDbZ|FznM|*P-=L=a7N-`~qX$*UN zVy5QpD{DE1YglH%5?azV^13*GP%y+O(1mS_3Co5ZqJ*|G2vwz@%1dr6!Zl1y=C}4v)XJlwwH49||$jJ=Jc^Y*=dh15qd01x2 z!V{cFkvD5J`3xr^zQX>=%?BTG-3WNI9%}Zs@6t@uaz)bC!O5`+ujv!xdQ!_dI&a$6 zh2aP@pziQm$JNqlJtaHCGW$FT-51o3Y-e(O>u-T9zhDxXV~o!Rf$1M%vw2|R89SGo ze|#2geeY?ob=sfT{7CUR4z5ks|qs8wJh> z97lZ2=XFFj-=&UA26ebA64ibj4Fz?xi1x_F!3!#mAQTf}fVr}x%eb&YAylEB`We4d zP60T$qeVTKJvHxu44(2i97K)#_R0x~EK*Z+AW~*kMhWTNJV@=GrQ9tD<%ftn{wmG>z_aABfzrpIgmQ0o zN*DiRw9C6}T^8`9?vw`SiPN~fa#fT^HtexvsARARhj8M z8y6;U;mUrFuUe%FApMU!i&CX8E2A{`@x{fsvg!d=-JU|0sh2BCb78l$_*H3%0zMnS z6*Xqyk%LOO%t8Yd){Y^Yq98|^Ldwz|bG?gfVmNLo4nwgNh?KW^6Lm=1pt*~(6RjB)hnG)&5sKuzb<5Ap2s9cVAm;`8<_a1-a}PN{)vF&&22bq1j0M6)Mi9Rccw&2 z&l?&K(N9ful=~G7qJ9LUJg7*xZ}TNrvRI5`_-8Pn3o-y>dhG?Vk&ouC(8dcHD&Sdh zH@-y*pOR>+oXm8ZUx6%yH>QCz!!VcN6$Qao&dug9=hAG1D_-q6apkY8kR8GI!n9Y${g6-l@9=Vlal_LZDaTej7o|F zhMA1HcBjAgDAu%*I*QkA<#id-Q&=^NDm$NpXrzX%+;nj9<21%YA%0;As*Bg=oW{7j z!YBb}IWzOU@~Z6TxKnp=hY=zLnr398g5B6H_@za)cOm?87WbzRZ`} z7SeEmm9pO4-phfsZxg}VOzFnt6zHUSXR3sTd1?&V)3W(H^***7`R@gybGLdMeBHOO z?%~EY;Pbta#%)6=i^uf3zMAWS6x%bPJu*U|n@TXHSgvM$juxuz}BWO~G)$2V&^~_L=cnk#mi-;m*Q+tk@NEW6>~`UnQtl6Ke0OYt6}6 z$Oj_Th%>h_k1>K}rwkJ%J8qGlsnS`Z`5VEB><+gsddm^~(1Qb%1Cq}O>ZbF2^>-Az zPN4z>rDvlsCL%8*JVG#GTN%-P9{W+KuPDP>_hhn?xDLRcYB0mPMCn^$nh~NQzK+W- zO&Kn?4=NQGng|xWs)#Q0I2fcaZ{SBLctDC>Cs}0h_OmSK@r5l8{m!v^9r`L_9Pt}pZimEoRQ_Ns4DOl=;HtYNzDy^=n`C^;3u^ad zgn^AIM7>6y58Lu$JAGWMm%j=>S=x^r#I|IjEZiz>;J#q^G diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.ts deleted file mode 100644 index 632a3951ed..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sl.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Datoteka - - - - &Export project... - &Izvozi projekt... - - - - Export a Raytracing project to a file - Izvozi projekt sledenja žarku v datoteko - - - - CmdRaytracingNewLuxProject - - - Raytracing - Sledenje žarku - - - - New Luxrender project - Nov projekt Luxrender - - - - Insert new Luxrender project into the document - Vstavi nov projekt Luxrender v dokument - - - - No template - Brez predloge - - - - No template available - Nobena predloga ni na voljo - - - - CmdRaytracingNewPartSegment - - - Raytracing - Sledenje žarku - - - - Insert part - Vstavi del - - - - Insert a new part object into a Raytracing project - Vstavi nov del v projekt sledenja žarku - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Sledenje žarku - - - - New POV-Ray project - Nov projekt POV-Ray - - - - Insert new POV-Ray project into the document - Vstavi nov projekt POV-Ray v dokument - - - - No template - Brez predloge - - - - No template available - Nobena predloga ni na voljo - - - - CmdRaytracingRender - - - Raytracing - Sledenje žarku - - - - &Render - I&zriši - - - - Renders the current raytracing project with an external renderer - Izriše trenutni projekt sledenja žarku z zunanjim izrisovalnikom - - - - CmdRaytracingResetCamera - - - Raytracing - Sledenje žarku - - - - &Reset Camera - &Ponastavi kamero - - - - Sets the camera of the selected Raytracing project to match the current view - Nastavi kamero izbranega projekta sledenja žarku za ujemanje s trenutnim pogledom - - - - CmdRaytracingWriteCamera - - - Raytracing - Sledenje žarku - - - - Export camera to POV-Ray... - Izvozi kamero v POV-Ray … - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Izvozi v datoteko položaj kamere aktivnega 3D pogleda v POV-Ray obliki - - - - CmdRaytracingWritePart - - - Raytracing - Sledenje žarku - - - - Export part to POV-Ray... - Izvozi del v POV-Ray … - - - - Write the selected Part (object) as a POV-Ray file - Zapiši izbrani del v datoteko POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Brez perspektivne kamere - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Kamera trenutnega pogleda ni perspektivna in zato bo rezultat slike POV-Ray morda kasneje videti drugače, kot pričakovano. -Ali želite nadaljevati? - - - - Raytracing - Sledenje žarku - - - - Export view to POV-Ray... - Izvozi pogled v POV-Ray … - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Zapiši dejavni pogled 3D s kamero in vso njegovo vsebino v datoteko POV-Ray - - - - - No template - Brez predloge - - - - - Cannot create a project because there is no template installed. - Projekta ni mogoče ustvariti, ker ni nameščene nobene predloge. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Kamera trenutnega pogleda ni perspektivna in zato bo rezultat slike Luxrender morda kasneje videti drugače, kot pričakovano. -Ali želite nadaljevati? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Vse datoteke - - - - - - - Export page - Izvozi stran - - - - - - - Wrong selection - Napačna izbira - - - - Select a Part object. - Izberite del. - - - - - No Raytracing project to insert - Ni projekta sledenja žarku za vstavitev - - - - Create a Raytracing project to insert a view. - Ustvari projekt sledenja žarku za vstavitev pogleda. - - - - Select a Raytracing project to insert the view. - Izberite projekt sledenja žarku za vstavitev pogleda. - - - - - - Select one Raytracing project object. - Izberite en projekt sledenja žarku. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray ni bil najden - - - - Please set the path to the POV-Ray executable in the preferences. - Nastavite pot do izvedljive datoteke POV-Ray v prednastavitvah. - - - - Please correct the path to the POV-Ray executable in the preferences. - Popravite pot do izvedljive datoteke POV-Ray v prednastavitvah. - - - - - Luxrender not found - Luxrender ni bil najden - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Nastavite pot do izvedljive datoteke Luxrender ali Luxconsole v prednastavitvah. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Popravite pot do izvedljive datoteke Luxrender ali Luxconsole v prednastavitvah. - - - - POV-Ray file missing - Manjkajoča datoteka POV-Ray - - - - The POV-Ray project file doesn't exist. - Datoteka projekta POV-Ray ne obstaja. - - - - - - Rendered image - Izrisana slika - - - - Lux project file missing - Manjkajoča datoteka projekta Lux - - - - The Lux project file doesn't exist. - Datoteka projekta Lux ne obstaja. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Sledenje žarku - - - - Render - Izris - - - - POV-Ray executable: - Izvedljiva datoteka POV-Ray: - - - - POV-Ray output parameters: - Izhodne določilke POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Določilke POV-Raya, ki naj se upoštevajo pri upodobitvi. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Širina izrisane slike - - - - +H : -  +H : - - - - The height of the rendered image - Višina izrisane slike - - - - Luxrender executable: - Izvedljiva datoteka Luxrender: - - - - The path to the luxrender (or luxconsole) executable - Pot do izvedljive datoteke Luxrender (ali Luxconsole) - - - - Directories - Mape - - - - Default Project dir: - Privzeta mapa projekta: - - - - - - Used by utility tools - Uporabljano z orodji - - - - Camera file name: - Ime datoteke kamere: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Ime datoteke dela: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Nastavitve izvoza ploskovja - - - - Max mesh deviation: - Najv. odstopanje ploskovja: - - - - Do not calculate vertex normals - Ne izračunaj normal temen - - - - Write u,v coordinates - Zapiši koordinate u, v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Pot do izvedljive datoteke POV-Ray, če želite izrisati iz %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Uredi projekt Luxrender - - - - LuxRender template - Predloga Luxrender - - - - Select a LuxRender template - Izberite predlogo Luxrender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Uredi projekt POV-Ray - - - - Povray template - Predloga POV-Ray - - - - Select a Povray template - Izberite predlogo POV-Ray - - - - Workbench - - - &Raytracing - &Sledenje žarku - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.qm deleted file mode 100644 index 14733daa4775ad5485647d9364741fb9122f7d10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12349 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.ts deleted file mode 100644 index 98e2bff9c4..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr-CS.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Datoteka - - - - &Export project... - Izvezi projekat... - - - - Export a Raytracing project to a file - Izvezi Raytracing projekat u datoteku - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Novi Luxrender projekat - - - - Insert new Luxrender project into the document - Ubaci novi Luxrender projekat u dokument - - - - No template - Bez šablona - - - - No template available - Nema dostupnih šablona - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Umetni deo - - - - Insert a new part object into a Raytracing project - Umetni novi Part-objekat u Raytracing projekat - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Novi POV-Ray projekat - - - - Insert new POV-Ray project into the document - Umetni novi POV-Ray projekat u dokument - - - - No template - Bez šablona - - - - No template available - Nema dostupnih šablona - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - Renderuj - - - - Renders the current raytracing project with an external renderer - Renderuje aktuelni raytracing projekat sa spoljašnjim renderom - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - Resetuj Kameru - - - - Sets the camera of the selected Raytracing project to match the current view - Podešava kameru odabranog Raytracing projekta da se poklapa sa trenutnom pozicijom - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Izvezi kameru u POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Izvezite u datoteku položaj kamere aktivnog 3D pogleda u POV-Ray formatu - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Izvezi deo u POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Upiši odabrani Part (objekat) kao POV-Ray datoteku - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Nema kamere iz perspektive - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Trenutni prikaz kamera nije perspektiva što rezultira POV-Ray slikom koja može izgledati drugačije nego što ste očekivali. -Da li želitš da nastaviš? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Izvezi pogled u POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Upiši aktivni 3D pogled sa kamerom i sav cadržaj u POV-Ray datoteku - - - - - No template - Bez šablona - - - - - Cannot create a project because there is no template installed. - Nije moguće napraviti projekat jer nije instaliran šablon. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Trenutni prikaz kamera nije perspektiva što rezultira Luxrender slikom koja može izgledati drugačije nego što ste očekivali. -Da li želiš da nastaviš? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Sve datoteke - - - - - - - Export page - Izvezi stranicu - - - - - - - Wrong selection - Pogrešan izbor - - - - Select a Part object. - Izaberi objekat Deo. - - - - - No Raytracing project to insert - Nema Raytracing projekta za umetnuti - - - - Create a Raytracing project to insert a view. - Napravi Raytracing projekat da umetnete pogled. - - - - Select a Raytracing project to insert the view. - Izaberi Raytracing projekat da umetnete pogled. - - - - - - Select one Raytracing project object. - Izaberi objekat Raytracing projekta. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray nije pronađen - - - - Please set the path to the POV-Ray executable in the preferences. - Podesi putanju do POV-Ray izvršne datoteke u podešavanjima. - - - - Please correct the path to the POV-Ray executable in the preferences. - Popravi putanju do POV-Ray izvršne datoteke u podešavanjima. - - - - - Luxrender not found - Luxrender nije pronađen - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Podesi putanju do luxrender, ili do luxconsole izvršne datoteke u podešavanjima. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Popravi putanju do luxrender-a, ili do luxconsole izvršne datoteke u podešavanjima. - - - - POV-Ray file missing - POV-Ray datoteka nedostaje - - - - The POV-Ray project file doesn't exist. - POV-Ray projekat datoteka ne postoji. - - - - - - Rendered image - Renderovana slika - - - - Lux project file missing - Lux projekat datoteka nedostaje - - - - The Lux project file doesn't exist. - Lux projekat datoteka ne postoji. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Renderuj - - - - POV-Ray executable: - POV-Ray izvršna datoteka: - - - - POV-Ray output parameters: - POV-Ray izlazni parametri: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray parametri za prosleđivanje renderu. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Širina renderovane slike - - - - +H : - +H : - - - - The height of the rendered image - Visina renderovane slike - - - - Luxrender executable: - Luxrender izvršna datoteka: - - - - The path to the luxrender (or luxconsole) executable - Putanja do luxrender (ili luxconsole) izvršne datoteke - - - - Directories - Fascikle - - - - Default Project dir: - Fascikla podrazumevanog Projekta: - - - - - - Used by utility tools - Korišćeno od strane pomoćnih alata - - - - Camera file name: - Ime datoteke Kamere: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Ime Part datoteke: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Podešavanja izvoza Mreže - - - - Max mesh deviation: - Maksimalno odstupanje mreže: - - - - Do not calculate vertex normals - Ne uračunati normale temena - - - - Write u,v coordinates - Upiši u,v koordinate - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Putanja do izvršne datoteke POV-Ray, ako želiš da renderuješ iz %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Uredi LuxRender projekat - - - - LuxRender template - LuxRender šablon - - - - Select a LuxRender template - Izaberi LuxRender šablon - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Uredi Povray projekat - - - - Povray template - Povray šablon - - - - Select a Povray template - Izaberi Povray šablon - - - - Workbench - - - &Raytracing - Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sr.qm deleted file mode 100644 index 9f8c0646ff06c1bcf02a281a3787218845fd056f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12308 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 - - - - CmdRaytracingExportProject - - - File - Датотека - - - - &Export project... - &Извези пројект... - - - - Export a Raytracing project to a file - Извези Raytracing пројекат у датотеку - - - - CmdRaytracingNewLuxProject - - - Raytracing - Raytracing - - - - New Luxrender project - Нови Luxrender пројекат - - - - Insert new Luxrender project into the document - Убаци нови Luxrender пројекат у документ - - - - No template - Без шаблона - - - - No template available - Нема доcтупних шаблона - - - - CmdRaytracingNewPartSegment - - - Raytracing - Raytracing - - - - Insert part - Уметни део - - - - Insert a new part object into a Raytracing project - Уметни нови Part-објекат у Raytracing пројекат - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Raytracing - - - - New POV-Ray project - Нови POV-Ray пројекат - - - - Insert new POV-Ray project into the document - Уметни нови POV-Ray пројекат у документ - - - - No template - Без шаблона - - - - No template available - Нема доcтупних шаблона - - - - CmdRaytracingRender - - - Raytracing - Raytracing - - - - &Render - &Рендеруј - - - - Renders the current raytracing project with an external renderer - Рендерује актуелни raytracing пројекат cа cпољашњим рендером - - - - CmdRaytracingResetCamera - - - Raytracing - Raytracing - - - - &Reset Camera - &Реcетуј Камеру - - - - Sets the camera of the selected Raytracing project to match the current view - Подешава камеру одабраног Raytracing пројекта да cе поклапа cа тренутном позицијом - - - - CmdRaytracingWriteCamera - - - Raytracing - Raytracing - - - - Export camera to POV-Ray... - Извези камеру у POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Извези у датотеку положај камере активног 3Д погледа у POV-Ray формату - - - - CmdRaytracingWritePart - - - Raytracing - Raytracing - - - - Export part to POV-Ray... - Извези део у POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Упиши одабрани Part (објекат) као POV-Ray датотеку - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Нема камере из перспективе - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Тренутни приказ камера није перспектива што резултира POV-Ray сликом која може изгледати другачије него што сте очекивали. -Да ли желиш да наставиш? - - - - Raytracing - Raytracing - - - - Export view to POV-Ray... - Извези поглед у POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Упиши активни 3Д поглед cа камером и cав cадржај у POV-Ray датотеку - - - - - No template - Без шаблона - - - - - Cannot create a project because there is no template installed. - Није могуће направити пројекат јер није инсталиран шаблон. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Тренутни приказ камера није перспектива што резултира Luxrender сликом која може изгледати другачије него што сте очекивали. -Да ли желиш да наставиш? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Све датотеке - - - - - - - Export page - Извоз странице - - - - - - - Wrong selection - Погрешан избор - - - - Select a Part object. - Изабери део објекта. - - - - - No Raytracing project to insert - Нема Raytracing пројекта за уметнути - - - - Create a Raytracing project to insert a view. - Направи Raytracing пројекат да уметнеш поглед. - - - - Select a Raytracing project to insert the view. - Изабери Raytracing пројекат да уметнеш поглед. - - - - - - Select one Raytracing project object. - Изабери објекат Raytracing пројекта. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray није пронађен - - - - Please set the path to the POV-Ray executable in the preferences. - Подеcи путању до POV-Ray извршне датотеке у подешавањима. - - - - Please correct the path to the POV-Ray executable in the preferences. - Поправи путању до POV-Ray извршне датотеке у подешавањима. - - - - - Luxrender not found - Luxrender није пронађен - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Подеcи путању до luxrender, или до luxconsole извршне датотеке у подешавањима. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Поправи путању до luxrender-а, или до luxconsole извршне датотеке у подешавањима. - - - - POV-Ray file missing - POV-Ray датотека недоcтаје - - - - The POV-Ray project file doesn't exist. - POV-Ray пројекат датотека не поcтоји. - - - - - - Rendered image - Рендерована cлика - - - - Lux project file missing - Lux пројекат датотека недоcтаје - - - - The Lux project file doesn't exist. - Lux пројекат датотека не поcтоји. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Raytracing - - - - Render - Рендеруј - - - - POV-Ray executable: - POV-Ray извршна датотека: - - - - POV-Ray output parameters: - POV-Ray излазни параметри: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray параметри за проcлеђивање рендеру. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Ширина рендероване cлике - - - - +H : - +H : - - - - The height of the rendered image - Виcина рендероване cлике - - - - Luxrender executable: - Luxrender извршна датотека: - - - - The path to the luxrender (or luxconsole) executable - Путања до luxrender (или luxconsole) извршне датотеке - - - - Directories - Фасцикле - - - - Default Project dir: - Фасцикла подразумеваног Пројекта: - - - - - - Used by utility tools - Коришћено од cтране помоћних алата - - - - Camera file name: - Име датотеке камере: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Име Part датотеке: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Подешавања извоза Мреже - - - - Max mesh deviation: - Макcимална одcтупања мреже: - - - - Do not calculate vertex normals - Не урачунати нормале темена - - - - Write u,v coordinates - Упиши u,v координате - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Путања до извршне датотеке POV-Ray, ако желиш да рендерујеш из %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Уреди LuxRender пројекат - - - - LuxRender template - LuxRender шаблон - - - - Select a LuxRender template - Изабери LuxRender шаблон - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Уреди Povray пројекат - - - - Povray template - Povray шаблон - - - - Select a Povray template - Изабери Povray шаблон - - - - Workbench - - - &Raytracing - Raytracing - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sv-SE.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_sv-SE.qm deleted file mode 100644 index 3431d4b62f19e627bbe16a3267569fa7d7da26f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12334 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 - - - - CmdRaytracingExportProject - - - File - Fil - - - - &Export project... - &Exportera projekt... - - - - Export a Raytracing project to a file - Exportera ett renderingsprojekt till en fil - - - - CmdRaytracingNewLuxProject - - - Raytracing - Rendering - - - - New Luxrender project - Nytt LuxRender-projekt - - - - Insert new Luxrender project into the document - Infoga nytt LuxRender-projekt i dokumentet - - - - No template - Ingen mall - - - - No template available - Ingen mall tillgänglig - - - - CmdRaytracingNewPartSegment - - - Raytracing - Rendering - - - - Insert part - Infoga del - - - - Insert a new part object into a Raytracing project - Infoga ett nytt delobjekt i ett renderingsprojekt - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Rendering - - - - New POV-Ray project - Nytt POV-Ray-projekt - - - - Insert new POV-Ray project into the document - Infoga nytt POV-Ray-projekt i dokumentet - - - - No template - Ingen mall - - - - No template available - Ingen mall tillgänglig - - - - CmdRaytracingRender - - - Raytracing - Rendering - - - - &Render - &Rendera - - - - Renders the current raytracing project with an external renderer - Renderar det aktuella renderingsprojektet med en extern renderare - - - - CmdRaytracingResetCamera - - - Raytracing - Rendering - - - - &Reset Camera - &Återställ kamera - - - - Sets the camera of the selected Raytracing project to match the current view - Ställer in kameran för det valda renderingsprojektet till att matcha den aktuella vyn - - - - CmdRaytracingWriteCamera - - - Raytracing - Rendering - - - - Export camera to POV-Ray... - Exportera kamera till POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exportera kamerans position i den aktiva 3D-vyn i POV-Ray-format till en fil - - - - CmdRaytracingWritePart - - - Raytracing - Rendering - - - - Export part to POV-Ray... - Exportera del till POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Skriv den markerade delen (objekt) till en POV-Ray-fil - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Ingen perspektivkamera - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Den aktuella kameran för vyn är inte av perspektivtyp och resulterar i en POV-Ray-bild som kommer se annorlunda ut än förväntat. -Vill du fortsätta? - - - - Raytracing - Rendering - - - - Export view to POV-Ray... - Exportera vy till POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Skriv den aktiva 3D-vyn med kamera och allt innehåll till en POV-Ray-fil - - - - - No template - Ingen mall - - - - - Cannot create a project because there is no template installed. - Kan inte skapa ett projekt då ingen mall är installerad. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Den aktuella kameran för vyn är inte av perspektivtyp och resulterar i en LuxRender-bild som kommer se annorlunda ut än förväntat. -Vill du fortsätta? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Alla Filer - - - - - - - Export page - Exportera sida - - - - - - - Wrong selection - Fel val - - - - Select a Part object. - Välj ett Del objekt. - - - - - No Raytracing project to insert - Inget renderingsprojekt att infoga - - - - Create a Raytracing project to insert a view. - Skapa ett renderingsprojekt om du vill infoga en vy. - - - - Select a Raytracing project to insert the view. - Välj ett renderingsprojekt för att infoga vyn. - - - - - - Select one Raytracing project object. - Välj ett renderingsprojekt. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - POV-Ray hittades inte - - - - Please set the path to the POV-Ray executable in the preferences. - Vänligen ställ in sökvägen till programfilen för POV-Ray i inställningarna. - - - - Please correct the path to the POV-Ray executable in the preferences. - Vänligen rätta till sökvägen till programfilen för POV-Ray i inställningarna. - - - - - Luxrender not found - LuxRender hittades inte - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Vänligen ställ in sökvägen till programfilen för LuxRender (eller luxconsole) i inställningarna. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Vänligen korrigera sökvägen till programfilen för LuxRender (eller luxconsole) i inställningarna. - - - - POV-Ray file missing - POV-Ray-fil saknas - - - - The POV-Ray project file doesn't exist. - POV-Ray-projektfilen finns inte. - - - - - - Rendered image - Renderad bild - - - - Lux project file missing - LuxRender-projektfil saknas - - - - The Lux project file doesn't exist. - LuxRender-projektfilen finns inte. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Rendering - - - - Render - Rendera - - - - POV-Ray executable: - Programfil för POV-Ray: - - - - POV-Ray output parameters: - POV-Ray utdataparametrar: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray parametrar till renderaren. - - - - +P +A - +P +A - - - - +W: - +W : - - - - The width of the rendered image - Bredd på den renderade bilden - - - - +H : - +H : - - - - The height of the rendered image - Höjden på den renderade bilden - - - - Luxrender executable: - LuxRender program: - - - - The path to the luxrender (or luxconsole) executable - Sökväg till luxrender(eller luxconsole)-programfil - - - - Directories - Kataloger - - - - Default Project dir: - Standard-projektkatalog: - - - - - - Used by utility tools - Används av verktyg - - - - Camera file name: - Kamera-filnamn: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Del filnamn: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Nät exportinställningar - - - - Max mesh deviation: - Max nät-avvikelse: - - - - Do not calculate vertex normals - Beräkna inte hörn normaler - - - - Write u,v coordinates - Skriv u,v koordinater - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Sökväg till programfilen för POV-Ray, om du vill utföra rendering från %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Redigera LuxRender-projekt - - - - LuxRender template - LuxRender-mall - - - - Select a LuxRender template - Välj en LuxRender-mall - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Redigera POV-Ray-projekt - - - - Povray template - POV-Ray-mall - - - - Select a Povray template - Välj en POV-Ray-mall - - - - Workbench - - - &Raytracing - R&endering - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_tr.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_tr.qm deleted file mode 100644 index 8f670bab80e8fcbc4aea0bdb7a04ac0b736655ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12360 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 ZTI%)ChK@i@?3VRMOlxdN&! - - - - CmdRaytracingExportProject - - - File - Dosya - - - - &Export project... - Proje dosyasını &Dışarı aktar... - - - - Export a Raytracing project to a file - Raytracing proje verme - - - - CmdRaytracingNewLuxProject - - - Raytracing - Işın izleme - - - - New Luxrender project - Yeni Luxrender projesi - - - - Insert new Luxrender project into the document - Belgeye yeni Luxrender projesi ekleme - - - - No template - Şablon yok - - - - No template available - Mevcut şablon yok - - - - CmdRaytracingNewPartSegment - - - Raytracing - Işın izleme - - - - Insert part - Parça yerleştir - - - - Insert a new part object into a Raytracing project - Raytracing projesine yeni bir parça nesnesi ekleme - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Işın izleme - - - - New POV-Ray project - Yeni POV-Ray projesi - - - - Insert new POV-Ray project into the document - Belgeye yeni POV-Ray projesi ekleyin - - - - No template - Şablon yok - - - - No template available - Mevcut şablon yok - - - - CmdRaytracingRender - - - Raytracing - Işın izleme - - - - &Render - &Render - - - - Renders the current raytracing project with an external renderer - Geçerli ışın izleme projesini harici bir oluşturucu ile işler - - - - CmdRaytracingResetCamera - - - Raytracing - Işın izleme - - - - &Reset Camera - Kamerayı Sıfırla - - - - Sets the camera of the selected Raytracing project to match the current view - Seçilen Raytracing projesinin kamerasını geçerli görünüme uyacak şekilde ayarlar - - - - CmdRaytracingWriteCamera - - - Raytracing - Işın izleme - - - - Export camera to POV-Ray... - Kamerayı POV-Ray'e ver... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - POV-Ray formatındaki aktif 3B görünümünün kamera konumunu bir dosyaya aktarın - - - - CmdRaytracingWritePart - - - Raytracing - Işın izleme - - - - Export part to POV-Ray... - POV-Ray'e parça aktar... - - - - Write the selected Part (object) as a POV-Ray file - Seçili Parçayı (nesneyi) bir POV-Ray dosyası olarak yazın - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Perspektif kamerası yok - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Mevcut görünüm perspektif değildir ve bu durum POV-Ray görüntüsünün beklenenden farklı görünmesine neden olabilir. Devam etmek istiyor musunuz? - - - - Raytracing - Işın izleme - - - - Export view to POV-Ray... - Görünümü POV-Ray'e dışa aktar... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Aktif 3B görünümünü kamera ve tüm içeriği ile POV-Ray dosyasına yazın - - - - - No template - Şablon yok - - - - - Cannot create a project because there is no template installed. - Yüklü şablon olmadığından bir proje oluşturulamaz. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Mevcut görünüm perspektif değildir ve bu durum Luxrender görüntüsünün beklenenden farklı görünmesine neden olabilir. Devam etmek istiyor musunuz? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tüm Dosyalar - - - - - - - Export page - Sayfayı dışa aktar - - - - - - - Wrong selection - Yanlış seçim - - - - Select a Part object. - Bölüm nesnesini seç - - - - - No Raytracing project to insert - Eklenecek Raytracing projesi yok - - - - Create a Raytracing project to insert a view. - Bir görüntü eklemek için bir Raytracing projesi oluşturun. - - - - Select a Raytracing project to insert the view. - Görünümü eklemek için Raytracing projesi seçin. - - - - - - Select one Raytracing project object. - Bir Raytracing proje nesnesi seçin. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - POV-Ray bulunamadı - - - - Please set the path to the POV-Ray executable in the preferences. - Tercihlerdeki POV-Ray yürütülebilir dosyanın yolunu ayarlayın. - - - - Please correct the path to the POV-Ray executable in the preferences. - Lütfen tercihlerinizdeki POV-Ray yürütülebilir dosyanın yolunu düzeltin. - - - - - Luxrender not found - Luxrender bulunamadı - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Lütfen tercihlerde luxrender veya luxconsole yürütülebilir dosyanın yolunu ayarlayın. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Tercihlerdeki luxrender veya luxconsole yürütülebilir dosyanın yolunu düzeltin. - - - - POV-Ray file missing - POV-Ray dosyası eksik - - - - The POV-Ray project file doesn't exist. - POV-Ray projesi dosyası mevcut değil. - - - - - - Rendered image - Oluşturulan resim - - - - Lux project file missing - Lux proje dosyası eksik - - - - The Lux project file doesn't exist. - Lux proje dosyası mevcut değil. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Işın izleme - - - - Render - İşle (Render) - - - - POV-Ray executable: - POV-Ray çalıştırılabilir: - - - - POV-Ray output parameters: - POV-Ray çıktı parametreleri: - - - - The POV-Ray parameters to be passed to the render. - İşlenene aktarılacak POV-Ray parametreleri. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - İşlenen görüntünün genişliği - - - - +H : - +H : - - - - The height of the rendered image - İşlenen görüntünün yüksekliği - - - - Luxrender executable: - Lüks çalıştırılabilir: - - - - The path to the luxrender (or luxconsole) executable - Luxrender (veya luxconsole) yürütülebilir yolunun yolu - - - - Directories - Dizinler - - - - Default Project dir: - Varsayılan proje dizini: - - - - - - Used by utility tools - Yardımcı araçlarla kullanılır - - - - Camera file name: - Kamera dosya adı: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Parça dosya adı: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Kafes dışarı aktarma ayarları - - - - Max mesh deviation: - Maks Mesh sapması: - - - - Do not calculate vertex normals - Köşe olağanlarını (normallerini) hesaplanmasın - - - - Write u,v coordinates - u,v konumlarını yaz - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - %1 'den oluşturmak istiyorsanız, POV-Ray yürütülebilir dosyasının yolu - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - LuxRender projesini düzenle - - - - LuxRender template - LuxRender şablonu - - - - Select a LuxRender template - Bir LuxRender şablonu seçin - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Povray projesini düzenle - - - - Povray template - Povray şablonu - - - - Select a Povray template - Bir Povray şablonu seçin - - - - Workbench - - - &Raytracing - &Işınizleme - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_uk.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_uk.qm deleted file mode 100644 index db1d15dcd06fd07037a567772133d61e8e3a7f87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12702 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 - - - - CmdRaytracingExportProject - - - File - Файл - - - - &Export project... - &Експортувати проект... - - - - Export a Raytracing project to a file - Експортувати Raytracing-проект у файл - - - - CmdRaytracingNewLuxProject - - - Raytracing - Трасування променів - - - - New Luxrender project - Новий проект Luxrender - - - - Insert new Luxrender project into the document - Вставити новий проект Luxrender в документ - - - - No template - Шаблон відсутній - - - - No template available - Немає доступних шаблонів - - - - CmdRaytracingNewPartSegment - - - Raytracing - Трасування променів - - - - Insert part - Вставити деталь - - - - Insert a new part object into a Raytracing project - Вставити нову деталь у проект трасування променів - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Трасування променів - - - - New POV-Ray project - Новий проект POV-Ray - - - - Insert new POV-Ray project into the document - Вставити новий POV-Ray проект - - - - No template - Шаблон відсутній - - - - No template available - Немає доступних шаблонів - - - - CmdRaytracingRender - - - Raytracing - Трасування променів - - - - &Render - &Візуалізація - - - - Renders the current raytracing project with an external renderer - Візуалізує даний проект raytracing за допомогою зовнішнього рендера - - - - CmdRaytracingResetCamera - - - Raytracing - Трасування променів - - - - &Reset Camera - &Скинути налаштування камери - - - - Sets the camera of the selected Raytracing project to match the current view - Встановлює камеру вибраного проекту Raytracing відповідно до поточного вигляду - - - - CmdRaytracingWriteCamera - - - Raytracing - Трасування променів - - - - Export camera to POV-Ray... - Експортувати камеру у POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Експортуйте положення камери активного 3D-вигляду у форматі POV-Ray у файл - - - - CmdRaytracingWritePart - - - Raytracing - Трасування променів - - - - Export part to POV-Ray... - Експортувати частину у POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Запишіть вибрану Частину (об’єкт) як файл POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Немає перегляду перспективи - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Поточна камера огляду не є оптичною, і, отже, утворюється зображення POV-Ray, яке може виглядати інакше, ніж очікувалося. -Продовжити? - - - - Raytracing - Трасування променів - - - - Export view to POV-Ray... - Експорт виду у POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Запишіть активний 3D-вигляд із камерою та весь вміст у файл POV-Ray - - - - - No template - Шаблон відсутній - - - - - Cannot create a project because there is no template installed. - Не вдається створити проект, оскільки не встановлено шаблон. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Поточна камера огляду не є оптичною, і, отже, виходить зображення, яке може виглядати інакше ніж очікувалося. -Продовжити? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Всі файли - - - - - - - Export page - Експорт сторінки - - - - - - - Wrong selection - Невірний вибір - - - - Select a Part object. - Виберіть частину об'єкта. - - - - - No Raytracing project to insert - Проект трасування променів для вставки відсутній - - - - Create a Raytracing project to insert a view. - Створіть проект Raytracing для вставки вид. - - - - Select a Raytracing project to insert the view. - Виберіть проект трасування Raytracing, щоб вставити цей вид. - - - - - - Select one Raytracing project object. - Виберіть об'єкт трасування променів. - - - - Luxrender - Luxrender - - - - - POV-Ray not found - Програма POV-Ray не знайдена - - - - Please set the path to the POV-Ray executable in the preferences. - Встановіть шлях до виконуваного файлу POV-Ray у налаштуваннях. - - - - Please correct the path to the POV-Ray executable in the preferences. - Скоригуйте шлях до виконуваного файлу POV-Ray у налаштуваннях. - - - - - Luxrender not found - Luxrender не знайдено - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Будь ласка встановіть шлях до файлу luxrender або luxconsole в налаштуваннях. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Будь ласка виправте шлях до файлу luxrender або luxconsole в налаштуваннях. - - - - POV-Ray file missing - Відсутній POV-Ray файл - - - - The POV-Ray project file doesn't exist. - Файл проекту POV-Ray відсутній. - - - - - - Rendered image - Зображення після візуалізації - - - - Lux project file missing - Файл проекту Lux відсутній - - - - The Lux project file doesn't exist. - Файл проекту Lux відсутній. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Трасування променів - - - - Render - Візуалізувати - - - - POV-Ray executable: - Програма POV-Ray для виконання: - - - - POV-Ray output parameters: - Вихідні параметри POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Параметри POV-Ray будуть передані рендеру. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - Ширина візуалізованого зображення - - - - +H : - +H : - - - - The height of the rendered image - Висота візуалізованого зображення - - - - Luxrender executable: - Виконуваний файл luxrender: - - - - The path to the luxrender (or luxconsole) executable - Шлях до виконуваного файлу luxrender (або luxconsole) - - - - Directories - Каталоги - - - - Default Project dir: - Каталог проекту за замовчуванням: - - - - - - Used by utility tools - Використовується допоміжними інструментами - - - - Camera file name: - Ім'я файлу камери: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Ім'я файлу деталі: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Налаштування експорту сітки(Mesh) - - - - Max mesh deviation: - Максимальне відхилення полігональної сітки: - - - - Do not calculate vertex normals - Не розраховувати нормалі вершин - - - - Write u,v coordinates - Записувати u,v координати - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Шлях до POV-Ray виконуваний, якщо ви хочете подати з %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Редагувати проект LuxRender - - - - LuxRender template - Шаблон LuxRender - - - - Select a LuxRender template - Обрати шаблон LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Редагувати Povray-проект - - - - Povray template - Шаблон Povray - - - - Select a Povray template - Обрати Povray-шаблон - - - - Workbench - - - &Raytracing - &Трасування променів - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_val-ES.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_val-ES.qm deleted file mode 100644 index 495330b300bccdb1f166f9771b0725e9dbc3582b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13402 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 - - - - CmdRaytracingExportProject - - - File - Fitxer - - - - &Export project... - &Exporta el projecte... - - - - Export a Raytracing project to a file - Exporta un projecte de traçat de raigs a un fitxer - - - - CmdRaytracingNewLuxProject - - - Raytracing - Traçat de raigs - - - - New Luxrender project - Nou projecte de LuxRender - - - - Insert new Luxrender project into the document - Inseriu un nou projecte de LuxRender en el document - - - - No template - Cap plantilla - - - - No template available - No hi ha cap plantilla disponible. - - - - CmdRaytracingNewPartSegment - - - Raytracing - Traçat de raigs - - - - Insert part - Insereix una peça - - - - Insert a new part object into a Raytracing project - Inseriu un nou objecte peça en un projecte de traçat de raigs - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Traçat de raigs - - - - New POV-Ray project - Nou projecte de POV-Ray - - - - Insert new POV-Ray project into the document - Inseriu un nou projecte de POV-Ray en el document - - - - No template - Cap plantilla - - - - No template available - No hi ha cap plantilla disponible. - - - - CmdRaytracingRender - - - Raytracing - Traçat de raigs - - - - &Render - &Renderitzador - - - - Renders the current raytracing project with an external renderer - Renderitza el projecte actual de traçat de raigs amb un renderitzador extern - - - - CmdRaytracingResetCamera - - - Raytracing - Traçat de raigs - - - - &Reset Camera - &Reinicialitza la càmera - - - - Sets the camera of the selected Raytracing project to match the current view - Estableix la posició de la càmera del projecte de traçat de raigs seleccionat perquè coincidisca amb la vista actual - - - - CmdRaytracingWriteCamera - - - Raytracing - Traçat de raigs - - - - Export camera to POV-Ray... - Exporta la càmera a POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Exporta la posició de la càmera de la vista 3D activa en format de POV-Ray a un fitxer - - - - CmdRaytracingWritePart - - - Raytracing - Traçat de raigs - - - - Export part to POV-Ray... - Exporta la peça a POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Escriviu la peça seleccionada (objecte) com a fitxer de POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - No hi ha cap càmera de perspectiva. - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - La càmera de la vista actual no és en perspectiva i per tant el resultat de la imatge de POV-Ray podria ser diferent del que esperàveu. -Voleu continuar? - - - - Raytracing - Traçat de raigs - - - - Export view to POV-Ray... - Exporta la vista a POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Escriviu la vista 3D activa amb la càmera i tot el seu contingut en un fitxer POV-Ray - - - - - No template - Cap plantilla - - - - - Cannot create a project because there is no template installed. - No es pot crear un projecte perquè no hi ha cap plantilla instal·lada. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - La càmera de la vista actual no és en perspectiva i per tant el resultat de la imatge de LuxRender podria ser diferent del que esperàveu. -Voleu continuar? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tots els fitxers - - - - - - - Export page - Exporta la pàgina - - - - - - - Wrong selection - Selecció incorrecta - - - - Select a Part object. - Seleccioneu un objecte peça - - - - - No Raytracing project to insert - No hi ha cap projecte de traçat de raigs per inserir. - - - - Create a Raytracing project to insert a view. - Creeu un projecte de traçat de raigs en què inserir una vista - - - - Select a Raytracing project to insert the view. - Seleccioneu un projecte de traçat de raigs en què inserir la vista - - - - - - Select one Raytracing project object. - Seleccioneu un objecte projecte de traçat de raigs - - - - Luxrender - LuxRender - - - - - POV-Ray not found - No s'ha trobat POV-Ray. - - - - Please set the path to the POV-Ray executable in the preferences. - Establiu el camí a l'executable del POV-Ray en les preferències - - - - Please correct the path to the POV-Ray executable in the preferences. - Corregiu el camí a l'executable del POV-Ray en les preferències - - - - - Luxrender not found - No s'ha trobat el LuxRender. - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Establiu el camí a l'executable del LuxRender o Luxconsole en les preferències - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Corregiu el camí a l'executable del LuxRender o Luxconsole en les preferències - - - - POV-Ray file missing - Falta el fitxer POV-Ray - - - - The POV-Ray project file doesn't exist. - No existeix el fitxer de projecte POV-Ray. - - - - - - Rendered image - Imatge renderitzada - - - - Lux project file missing - Falta el fitxer del projecte Lux. - - - - The Lux project file doesn't exist. - No existeix el fitxer de projecte Lux. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Traçat de raigs - - - - Render - Renderitzador - - - - POV-Ray executable: - Executable del POV-Ray: - - - - POV-Ray output parameters: - Paràmetres d'eixida de POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Els paràmetres de POV-Ray que es passen al renderitzador. - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - L'amplària de la imatge renderitzada - - - - +H : - +H: - - - - The height of the rendered image - L'alçària de la imatge renderitzada - - - - Luxrender executable: - Executable del LuxRender: - - - - The path to the luxrender (or luxconsole) executable - El camí a l'executable del LuxRender (o Luxconsole) - - - - Directories - Directoris - - - - Default Project dir: - Directori per defecte del projecte: - - - - - - Used by utility tools - Utilitzat per les eines d'utilitats - - - - Camera file name: - Nom del fitxer de la càmera: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Nom del fitxer de la peça: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Paràmetres de l'exportació de malles - - - - Max mesh deviation: - Màxima desviació de malla: - - - - Do not calculate vertex normals - No calcules les normals als vèrtexs. - - - - Write u,v coordinates - Escriviu les coordenades u,v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - El camí a l'executable de POV-Ray, si voleu renderitzar des de %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Edita el projecte de LuxRender - - - - LuxRender template - Plantilla de LuxRender - - - - Select a LuxRender template - Seleccioneu una plantilla de LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Edita el projecte de POV-Ray - - - - Povray template - Plantilla de POV-Ray - - - - Select a Povray template - Seleccioneu una plantilla de POV-Ray - - - - Workbench - - - &Raytracing - T&raçat de raigs - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.qm deleted file mode 100644 index 34ba32fad6521f3913967b1e6b8ab3ef856ecc7a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12254 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 diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.ts deleted file mode 100644 index e92cbec008..0000000000 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_vi.ts +++ /dev/null @@ -1,522 +0,0 @@ - - - - - CmdRaytracingExportProject - - - File - Tập tin - - - - &Export project... - &Xuất dự án... - - - - Export a Raytracing project to a file - Xuất dự án dò tia vào một tệp - - - - CmdRaytracingNewLuxProject - - - Raytracing - Dò tia - - - - New Luxrender project - Dự án Luxrender mới - - - - Insert new Luxrender project into the document - Chèn dự án Luxrender mới vào tài liệu - - - - No template - Không có mẫu - - - - No template available - Không có mẫu nào - - - - CmdRaytracingNewPartSegment - - - Raytracing - Dò tia - - - - Insert part - Chèn phần - - - - Insert a new part object into a Raytracing project - Chèn một đối tượng phần mới vào một dự án dò tia - - - - CmdRaytracingNewPovrayProject - - - Raytracing - Dò tia - - - - New POV-Ray project - Dự án POV-Ray mới - - - - Insert new POV-Ray project into the document - Chèn dự án POV-Ray mới vào tài liệu - - - - No template - Không có mẫu - - - - No template available - Không có mẫu nào - - - - CmdRaytracingRender - - - Raytracing - Dò tia - - - - &Render - &Biểu diễn - - - - Renders the current raytracing project with an external renderer - Cho phép dự án dò tia hiện tại với trình kết xuất đồ họa bên ngoài - - - - CmdRaytracingResetCamera - - - Raytracing - Dò tia - - - - &Reset Camera - &Đặt lại máy ảnh - - - - Sets the camera of the selected Raytracing project to match the current view - Đặt máy ảnh của dự án Dò tia đã chọn để phù hợp với chế độ xem hiện tại - - - - CmdRaytracingWriteCamera - - - Raytracing - Dò tia - - - - Export camera to POV-Ray... - Xuất máy ảnh sang POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - Xuất vị trí máy ảnh của chế độ xem 3D đang hoạt động ở định dạng POV-Ray thành tệp - - - - CmdRaytracingWritePart - - - Raytracing - Dò tia - - - - Export part to POV-Ray... - Xuất đối tượng phần sang dạng POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - Ghi (đối tượng) phần đã chọn dưới dạng tệp POV-Ray - - - - CmdRaytracingWriteView - - - - - - No perspective camera - Không có máy ảnh góc rộng - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - Camera quan sát hiện tại không có góc rộng và do đó kết quả của hình ảnh POV-Ray sau này có thể sẽ khác với những gì bạn mong đợi. -Bạn có muốn tiếp tục? - - - - Raytracing - Dò tia - - - - Export view to POV-Ray... - Xuất chế độ xem sang POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - Viết chế độ xem 3D đang hoạt động với máy ảnh và tất cả nội dung của nó vào tệp POV-Ray - - - - - No template - Không có mẫu - - - - - Cannot create a project because there is no template installed. - Không thể tạo dự án vì không có mẫu cài đặt sẵn. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - Camera quan sát hiện tại không có góc rộng và do đó kết quả của hình ảnh POV-Ray sau này có thể sẽ khác với những gì bạn mong đợi. -Bạn có muốn tiếp tục? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - Tất cả các tệp - - - - - - - Export page - Xuất trang - - - - - - - Wrong selection - Lựa chọn sai - - - - Select a Part object. - Chọn đối tượng Phần. - - - - - No Raytracing project to insert - Không có dự án dò tia nào để chèn - - - - Create a Raytracing project to insert a view. - Tạo một dự án Dò tia để chèn một khung nhìn. - - - - Select a Raytracing project to insert the view. - Chọn một dự án Dò tia để chèn khung nhìn. - - - - - - Select one Raytracing project object. - Chọn một dự án Dò tia. - - - - Luxrender - LuxRender - - - - - POV-Ray not found - Không tìm thấy POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - Vui lòng đặt đường dẫn đến tệp POV-Ray trong tùy chọn. - - - - Please correct the path to the POV-Ray executable in the preferences. - Vui lòng sửa đường dẫn đến tệp POV-Ray trong phần tham chiếu. - - - - - Luxrender not found - Không tìm thấy Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - Vui lòng đặt đường dẫn sang luxrender hoặc luxconsole thành có thể thực hiện được trong các mục tùy chọn. - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - Vui lòng sửa đường dẫn sang luxrender hoặc luxconsole thành có thể thực hiện được trong các mục tùy chọn. - - - - POV-Ray file missing - Thiếu tệp POV-Ray - - - - The POV-Ray project file doesn't exist. - Tệp dự án POV-Ray không tồn tại. - - - - - - Rendered image - Hình ảnh hiển thị - - - - Lux project file missing - Thiếu tệp dự án Lux - - - - The Lux project file doesn't exist. - Tệp dự án Lux không tồn tại. - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - Dò tia - - - - Render - Biểu diễn - - - - POV-Ray executable: - POV-Ray có thể thực hiện được: - - - - POV-Ray output parameters: - Thông số đầu ra POV-Ray: - - - - The POV-Ray parameters to be passed to the render. - Các tham số POV-Ray được thông qua để biểu diễn. - - - - +P +A - + P + A - - - - +W: - + W: - - - - The width of the rendered image - Chiều rộng của hình ảnh được hiển thị - - - - +H : - + H: - - - - The height of the rendered image - Chiều cao của hình ảnh được hiển thị - - - - Luxrender executable: - Luxrender có thể thực hiện được: - - - - The path to the luxrender (or luxconsole) executable - Đường dẫn đến luxrender (hoặc luxconsole) có thể thực hiện được - - - - Directories - Thư mục - - - - Default Project dir: - Dự án mặc định: - - - - - - Used by utility tools - Được sử dụng bởi các công cụ tiện ích - - - - Camera file name: - Tên tệp máy ảnh: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - Tên tệp phần: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - Cài đặt xuất lưới - - - - Max mesh deviation: - Độ lệch lưới tối đa: - - - - Do not calculate vertex normals - Không tính các tiêu chuẩn tại đỉnh - - - - Write u,v coordinates - Viết tọa độ u, v - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - Đường dẫn đến tệp POV-Ray có thể thực hiện được, nếu bạn muốn kết xuất từ %1 - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - Chỉnh sửa dự án LuxRender - - - - LuxRender template - Mẫu LuxRender - - - - Select a LuxRender template - Chọn mẫu LuxRender - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - Chỉnh sửa dự án Povray - - - - Povray template - Mẫu Povray - - - - Select a Povray template - Chọn mẫu Povray - - - - Workbench - - - &Raytracing - &Dò tia - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-CN.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-CN.qm deleted file mode 100644 index 3e3d22e4d2a3b55bdc33effc94eb092c8a64a1e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9345 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 - - - - CmdRaytracingExportProject - - - File - 文件 - - - - &Export project... - 导出项目(&E)... - - - - Export a Raytracing project to a file - 将光线追踪项目导出到文件 - - - - CmdRaytracingNewLuxProject - - - Raytracing - 光线追踪 - - - - New Luxrender project - 新 Luxrender 项目 - - - - Insert new Luxrender project into the document - 在文档中插入新的 Luxrender 项目 - - - - No template - 没有模板 - - - - No template available - 没有可用的模板 - - - - CmdRaytracingNewPartSegment - - - Raytracing - 光线追踪 - - - - Insert part - 插入零件 - - - - Insert a new part object into a Raytracing project - 在追踪项目中插入新的零件对象 - - - - CmdRaytracingNewPovrayProject - - - Raytracing - 光线追踪 - - - - New POV-Ray project - 新的 POV-Ray 项目 - - - - Insert new POV-Ray project into the document - 在文档中插入新的 POV-Ray 项目 - - - - No template - 没有模板 - - - - No template available - 没有可用的模板 - - - - CmdRaytracingRender - - - Raytracing - 光线追踪 - - - - &Render - 渲染(&R) - - - - Renders the current raytracing project with an external renderer - 使用外部渲染器渲染当前的光线追踪项目 - - - - CmdRaytracingResetCamera - - - Raytracing - 光线追踪 - - - - &Reset Camera - 复位摄像头(&R) - - - - Sets the camera of the selected Raytracing project to match the current view - 设置所选追踪项目的照相机以匹配当前视图 - - - - CmdRaytracingWriteCamera - - - Raytracing - 光线追踪 - - - - Export camera to POV-Ray... - 将相机输出到 POV-Ray... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - 将活动 3D 视图的相机位置以 POV-Ray 格式导出到文件 - - - - CmdRaytracingWritePart - - - Raytracing - 光线追踪 - - - - Export part to POV-Ray... - 将零件输出到 POV-Ray... - - - - Write the selected Part (object) as a POV-Ray file - 将所选部件 (对象) 写为 POV-Ray 文件 - - - - CmdRaytracingWriteView - - - - - - No perspective camera - 没有透视相机 - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - 当前的视图照相机不是透视图, 因此 POV-Ray 图像的结果可能与您预期的不同。 -要继续吗? - - - - Raytracing - 光线追踪 - - - - Export view to POV-Ray... - 导出视图到 POV-Ray... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - 将活动的 3D 视图与照相机及其所有内容一起写到一个 POV-Ray 文件中 - - - - - No template - 没有模板 - - - - - Cannot create a project because there is no template installed. - 无法创建项目, 因为没有安装模板。 - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - 当前的视图照相机不是透视图, 因此 luxrender 图像的结果可能与您预期的不同。 -要继续吗? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - 所有文件 - - - - - - - Export page - 导出页面 - - - - - - - Wrong selection - 选择错误 - - - - Select a Part object. - 选择零件对象. - - - - - No Raytracing project to insert - 没有要插入的光线追踪项目 - - - - Create a Raytracing project to insert a view. - 创建一个光线追踪项目以插入视图。 - - - - Select a Raytracing project to insert the view. - 选择一个光线追踪项目以插入视图。 - - - - - - Select one Raytracing project object. - 选择一个光线追踪项目对象。 - - - - Luxrender - Luxrender - - - - - POV-Ray not found - 未发现 POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - 请在偏好设定中设置 POV-Ray 可执行程序的路径。 - - - - Please correct the path to the POV-Ray executable in the preferences. - 请在偏好设定中更正 POV-Ray 可执行程序的路径。 - - - - - Luxrender not found - 未找到 Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - 请在偏好设定中设置 luxrender 或 luxconsole 可执行程序的路径。 - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - 请在偏好设定中更正 luxrender 或 luxconsole 可执行程序的路径。 - - - - POV-Ray file missing - 缺少 POV-Ray 文件 - - - - The POV-Ray project file doesn't exist. - POV-Ray 项目文件不存在。 - - - - - - Rendered image - 渲染图像 - - - - Lux project file missing - Lux 项目文件丢失 - - - - The Lux project file doesn't exist. - Lux 项目文件不存在。 - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - 光线追踪 - - - - Render - 渲染 - - - - POV-Ray executable: - POV-Ray 可执行文件: - - - - POV-Ray output parameters: - POV-Ray 输出参数: - - - - The POV-Ray parameters to be passed to the render. - 要传递给渲染的 POV-Ray 参数。 - - - - +P +A - + P + A - - - - +W: - 宽: - - - - The width of the rendered image - 渲染图像的宽度 - - - - +H : - 高: - - - - The height of the rendered image - 渲染图像的高度 - - - - Luxrender executable: - Luxrender 可执行文件: - - - - The path to the luxrender (or luxconsole) executable - Luxrender (或 luxconsole) 可执行文件的路径 - - - - Directories - 目录 - - - - Default Project dir: - 默认项目路径: - - - - - - Used by utility tools - 由实用工具使用 - - - - Camera file name: - 相机文件的名称: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - 零件文件名称: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - 网格导出设置 - - - - Max mesh deviation: - 最大网格偏差: - - - - Do not calculate vertex normals - 不计算顶点法线 - - - - Write u,v coordinates - 写入 U,V 坐标 - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - POV-Ray 可执行文件的路径(如果要从 %1 进行渲染) - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - 编辑 LuxRender 项目 - - - - LuxRender template - LuxRender 模板 - - - - Select a LuxRender template - 选择 LuxRender 模板 - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - 编辑 Povray 项目 - - - - Povray template - Povray 模板 - - - - Select a Povray template - 选择 Povray 模板 - - - - Workbench - - - &Raytracing - 光线追踪(&R) - - - diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-TW.qm b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing_zh-TW.qm deleted file mode 100644 index 9cff20ae339f7eeb06052309e7bd43d15e361317..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9189 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 - - - - CmdRaytracingExportProject - - - File - 檔案 - - - - &Export project... - 匯出專案(&E)... - - - - Export a Raytracing project to a file - 匯出一個光線追蹤專案到檔案中 - - - - CmdRaytracingNewLuxProject - - - Raytracing - 光線追蹤 - - - - New Luxrender project - 新 Luxrender 專案 - - - - Insert new Luxrender project into the document - 加入新的Luxrender專案至文件中 - - - - No template - 無範本 - - - - No template available - 無可用範本 - - - - CmdRaytracingNewPartSegment - - - Raytracing - 光線追蹤 - - - - Insert part - 置入零件 - - - - Insert a new part object into a Raytracing project - 插入一個新的零件物件至光線追蹤專案中 - - - - CmdRaytracingNewPovrayProject - - - Raytracing - 光線追蹤 - - - - New POV-Ray project - 新 Pov-ray 專案 - - - - Insert new POV-Ray project into the document - 於檔案中新增 POV-Ray 專案 - - - - No template - 無範本 - - - - No template available - 無可用範本 - - - - CmdRaytracingRender - - - Raytracing - 光線追蹤 - - - - &Render - 算繪(&) - - - - Renders the current raytracing project with an external renderer - 以外部算繪器算繪目前的光線追蹤專案 - - - - CmdRaytracingResetCamera - - - Raytracing - 光線追蹤 - - - - &Reset Camera - &重設攝影機 - - - - Sets the camera of the selected Raytracing project to match the current view - 設定所選光線追蹤專案之攝影機來配合目前視圖 - - - - CmdRaytracingWriteCamera - - - Raytracing - 光線追蹤 - - - - Export camera to POV-Ray... - 匯出相機至 POV-Ray ... - - - - Export the camera position of the active 3D view in POV-Ray format to a file - 以POV-Ray格式儲存目前3D視圖之相機位置至檔案 - - - - CmdRaytracingWritePart - - - Raytracing - 光線追蹤 - - - - Export part to POV-Ray... - 匯出零件至 POV-Ray ... - - - - Write the selected Part (object) as a POV-Ray file - 將所選零件(物件)存為 POV-Ray 檔 - - - - CmdRaytracingWriteView - - - - - - No perspective camera - 無透視鏡頭 - - - - - - The current view camera is not perspective and thus resulting in a POV-Ray image that may look different than what was expected. -Do you want to continue? - 目前檢視的相機不是透視圖並且會導致POV-Ray 圖片看起來可能與預期的有所不同. -你要繼續嗎? - - - - Raytracing - 光線追蹤 - - - - Export view to POV-Ray... - 匯出視圖至 POV-Ray ... - - - - Write the active 3D view with camera and all its content to a POV-Ray file - 將目前3D視圖中相機及所有內容存為 POV-Ray 檔 - - - - - No template - 無範本 - - - - - Cannot create a project because there is no template installed. - 無法建立專案因為沒有安裝任何樣板. - - - - The current view camera is not perspective and thus resulting in a luxrender image that may look different than what was expected. -Do you want to continue? - 目前檢視的相機不是透視圖並且會導致在luxender 圖片看起來可能與預期的有所不同. -你要繼續嗎? - - - - QObject - - - - - - POV-Ray - POV-Ray - - - - - - - - All Files - 所有檔案 - - - - - - - Export page - 匯出頁面 - - - - - - - Wrong selection - 錯誤的選擇 - - - - Select a Part object. - 選取零件物件。 - - - - - No Raytracing project to insert - 未插入光線追蹤專案 - - - - Create a Raytracing project to insert a view. - 於視圖中建立一個光線追蹤專案 - - - - Select a Raytracing project to insert the view. - 選擇一個光線追蹤專案插入視圖中 - - - - - - Select one Raytracing project object. - 選擇一個光線追蹤專案物件 - - - - Luxrender - Luxrender - - - - - POV-Ray not found - 未發現POV-Ray - - - - Please set the path to the POV-Ray executable in the preferences. - 請於偏好設定中設定 POV-Ray 執行檔之路徑 - - - - Please correct the path to the POV-Ray executable in the preferences. - 請於偏好設定中更新 POV-Ray 執行檔之路徑 - - - - - Luxrender not found - 無Luxrender - - - - Please set the path to the luxrender or luxconsole executable in the preferences. - 請於偏好設定中設定 luxrender或luxconsole執行檔路徑 - - - - Please correct the path to the luxrender or luxconsole executable in the preferences. - 請於偏好設定中修正 luxrender或luxconsole執行檔路徑 - - - - POV-Ray file missing - 無 POV-Ray 檔 - - - - The POV-Ray project file doesn't exist. - 無 POV-Ray 專案檔 - - - - - - Rendered image - 渲染影像 - - - - Lux project file missing - 無 Lux 檔 - - - - The Lux project file doesn't exist. - 無 Lux 專案檔 - - - - RaytracingGui::DlgSettingsRay - - - Raytracing - 光線追蹤 - - - - Render - 渲染 - - - - POV-Ray executable: - POV-Ray 執行檔: - - - - POV-Ray output parameters: - POV-Ray 輸出參數: - - - - The POV-Ray parameters to be passed to the render. - POV-Ray 參數傳被送至渲染器 - - - - +P +A - +P +A - - - - +W: - +W: - - - - The width of the rendered image - 渲染影像之寬度 - - - - +H : -  +H :  - - - - The height of the rendered image - 渲染影像之高度 - - - - Luxrender executable: - Luxrender 執行檔: - - - - The path to the luxrender (or luxconsole) executable - luxrender (或 luxconsole) 執行檔路徑 - - - - Directories - 目錄 - - - - Default Project dir: - 預設專案目錄: - - - - - - Used by utility tools - 被工具程式所使用 - - - - Camera file name: - 攝影機檔案名稱: - - - - TempCamera.inc - TempCamera.inc - - - - Part file name: - 零件檔案名稱: - - - - TempPart.inc - TempPart.inc - - - - Mesh export settings - 網格匯出設定 - - - - Max mesh deviation: - 網格最大誤差: - - - - Do not calculate vertex normals - 不計算頂點法線 - - - - Write u,v coordinates - 寫入 u、 v 座標 - - - - RaytracingGui::DlgSettingsRayImp - - - The path to the POV-Ray executable, if you want to render from %1 - 若您想要執行渲染 %1, 請輸入 POV-Ray 執行檔之路徑. - - - - RaytracingGui::ViewProviderLux - - - Edit LuxRender project - 編輯LuxRender專案 - - - - LuxRender template - LuxRender範本 - - - - Select a LuxRender template - 選擇一個LuxRender範本 - - - - RaytracingGui::ViewProviderPovray - - - Edit Povray project - 編輯Povray專案 - - - - Povray template - Povray範本 - - - - Select a Povray template - 選擇一個Povray範本 - - - - Workbench - - - &Raytracing - 光線追蹤(&R) - - - diff --git a/src/Mod/Raytracing/Gui/ViewProvider.cpp b/src/Mod/Raytracing/Gui/ViewProvider.cpp deleted file mode 100644 index 4259aa4625..0000000000 --- a/src/Mod/Raytracing/Gui/ViewProvider.cpp +++ /dev/null @@ -1,200 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#ifndef _PreComp_ -# include -# include -# include -# include -# include -#endif - -#include -#include -#include -#include -#include -#include -#include - -#include "ViewProvider.h" - - -using namespace RaytracingGui; - -/* TRANSLATOR RaytracingGui::ViewProviderLux */ - -PROPERTY_SOURCE(RaytracingGui::ViewProviderLux, Gui::ViewProviderDocumentObjectGroup) - -ViewProviderLux::ViewProviderLux() -{ -} - -ViewProviderLux::~ViewProviderLux() -{ -} - -bool ViewProviderLux::doubleClicked(void) -{ - Gui::Application::Instance->activeDocument()->setEdit(this, (int)ViewProvider::Default); - return true; -} - -void ViewProviderLux::setupContextMenu(QMenu* menu, QObject* receiver, const char* member) -{ - QAction* act; - act = menu->addAction(tr("Edit LuxRender project"), receiver, member); - act->setData(QVariant((int)ViewProvider::Default)); - ViewProviderDocumentObjectGroup::setupContextMenu(menu, receiver, member); -} - -bool ViewProviderLux::setEdit(int ModNum) -{ - if (ModNum == ViewProvider::Default ) { - QStringList items; - auto addTemplates = [&items](const std::string& path) { - QString dataDir = QString::fromUtf8(path.c_str()); - QDir dir(dataDir); - QFileInfoList files = dir.entryInfoList(QStringList() << QString::fromLatin1("*.lxs")); - for (int i=0; i(getObject())->Template.getValue())); - int current = items.indexOf(cfi.absoluteFilePath()); - - bool ok; - QString file = QInputDialog::getItem(Gui::getMainWindow(), tr("LuxRender template"), tr("Select a LuxRender template"), items, current, false, &ok, Qt::MSWindowsFixedSizeDialogHint); - if (ok) { - App::Document* doc = getObject()->getDocument(); - doc->openTransaction("Edit LuxRender project"); - static_cast(getObject())->Template.setValue((const char*)file.toUtf8()); - doc->commitTransaction(); - doc->recompute(); - } - return false; - } - else { - return ViewProviderDocumentObjectGroup::setEdit(ModNum); - } -} - -void ViewProviderLux::unsetEdit(int ModNum) -{ - if (ModNum == ViewProvider::Default) { - // Do nothing here - } - else { - ViewProviderDocumentObjectGroup::unsetEdit(ModNum); - } -} - -// --------------------------------------------------------------------- - -/* TRANSLATOR RaytracingGui::ViewProviderPovray */ - -PROPERTY_SOURCE(RaytracingGui::ViewProviderPovray, Gui::ViewProviderDocumentObjectGroup) - -ViewProviderPovray::ViewProviderPovray() -{ -} - -ViewProviderPovray::~ViewProviderPovray() -{ -} - -bool ViewProviderPovray::doubleClicked(void) -{ - Gui::Application::Instance->activeDocument()->setEdit(this, (int)ViewProvider::Default); - return true; -} - -void ViewProviderPovray::setupContextMenu(QMenu* menu, QObject* receiver, const char* member) -{ - QAction* act; - act = menu->addAction(tr("Edit Povray project"), receiver, member); - act->setData(QVariant((int)ViewProvider::Default)); - ViewProviderDocumentObjectGroup::setupContextMenu(menu, receiver, member); -} - -bool ViewProviderPovray::setEdit(int ModNum) -{ - if (ModNum == ViewProvider::Default ) { - QStringList items; - auto addTemplates = [&items](const std::string& path) { - QString dataDir = QString::fromUtf8(path.c_str()); - QDir dir(dataDir); - QFileInfoList files = dir.entryInfoList(QStringList() << QString::fromLatin1("*.pov")); - for (int i=0; i(getObject())->Template.getValue())); - int current = items.indexOf(cfi.absoluteFilePath()); - - bool ok; - QString file = QInputDialog::getItem(Gui::getMainWindow(), tr("Povray template"), tr("Select a Povray template"), items, current, false, &ok, Qt::MSWindowsFixedSizeDialogHint); - if (ok) { - App::Document* doc = getObject()->getDocument(); - doc->openTransaction("Edit Povray project"); - static_cast(getObject())->Template.setValue((const char*)file.toUtf8()); - doc->commitTransaction(); - doc->recompute(); - } - return false; - } - else { - return ViewProviderDocumentObjectGroup::setEdit(ModNum); - } -} - -void ViewProviderPovray::unsetEdit(int ModNum) -{ - if (ModNum == ViewProvider::Default) { - // Do nothing here - } - else { - ViewProviderDocumentObjectGroup::unsetEdit(ModNum); - } -} diff --git a/src/Mod/Raytracing/Gui/ViewProvider.h b/src/Mod/Raytracing/Gui/ViewProvider.h deleted file mode 100644 index ebb9527d8a..0000000000 --- a/src/Mod/Raytracing/Gui/ViewProvider.h +++ /dev/null @@ -1,70 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2013 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#ifndef RAYTRACINGGUI_VIEWPROVIDER_H -#define RAYTRACINGGUI_VIEWPROVIDER_H - -#include - -#include - - -namespace RaytracingGui { - -class ViewProviderLux : public Gui::ViewProviderDocumentObjectGroup -{ - PROPERTY_HEADER_WITH_OVERRIDE(RaytracingGui::ViewProviderLux); - Q_DECLARE_TR_FUNCTIONS(RaytracingGui::ViewProviderLux) - -public: - ViewProviderLux(); - ~ViewProviderLux() override; - - bool doubleClicked(void) override; - void setupContextMenu(QMenu* menu, QObject* receiver, const char* member) override; - -protected: - bool setEdit(int ModNum) override; - void unsetEdit(int ModNum) override; -}; - -class ViewProviderPovray : public Gui::ViewProviderDocumentObjectGroup -{ - PROPERTY_HEADER_WITH_OVERRIDE(RaytracingGui::ViewProviderPovray); - Q_DECLARE_TR_FUNCTIONS(RaytracingGui::ViewProviderPovray) - -public: - ViewProviderPovray(); - ~ViewProviderPovray() override; - - bool doubleClicked(void) override; - void setupContextMenu(QMenu* menu, QObject* receiver, const char* member) override; - -protected: - bool setEdit(int ModNum) override; - void unsetEdit(int ModNum) override; -}; - -} // namespace RaytracingGui - -#endif // RAYTRACINGGUI_VIEWPROVIDER_H - diff --git a/src/Mod/Raytracing/Gui/Workbench.cpp b/src/Mod/Raytracing/Gui/Workbench.cpp deleted file mode 100644 index 440a37d482..0000000000 --- a/src/Mod/Raytracing/Gui/Workbench.cpp +++ /dev/null @@ -1,90 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include "PreCompiled.h" - -#include -#include - -#include "Workbench.h" - - -using namespace RaytracingGui; - -#if 0 // needed for Qt's lupdate utility - qApp->translate("Workbench", "&Raytracing"); -#endif - -/// @namespace RaytracingGui @class Workbench -TYPESYSTEM_SOURCE(RaytracingGui::Workbench, Gui::StdWorkbench) - -Workbench::Workbench() -{ -} - -Workbench::~Workbench() -{ -} - -Gui::MenuItem* Workbench::setupMenuBar() const -{ - Gui::MenuItem* root = StdWorkbench::setupMenuBar(); - Gui::MenuItem* item = root->findItem("&Windows"); - - Gui::MenuItem* ray = new Gui::MenuItem; - root->insertItem(item, ray); - - // utilities - Gui::MenuItem* utilities = new Gui::MenuItem; - utilities->setCommand("Utilities"); - *utilities - << "Raytracing_WriteView" - << "Raytracing_WriteCamera" - << "Raytracing_WritePart"; - - ray->setCommand("&Raytracing"); - *ray - << utilities - << "Raytracing_NewPovrayProject" - << "Raytracing_NewLuxProject" - << "Raytracing_NewPartSegment" - << "Raytracing_ResetCamera" - << "Raytracing_ExportProject" - << "Raytracing_Render"; - - return root; -} - -Gui::ToolBarItem* Workbench::setupToolBars() const -{ - Gui::ToolBarItem* root = StdWorkbench::setupToolBars(); - Gui::ToolBarItem* ray = new Gui::ToolBarItem(root); - ray->setCommand("Raytracing tools"); - *ray - << "Raytracing_NewPovrayProject" - << "Raytracing_NewLuxProject" - << "Raytracing_NewPartSegment" - << "Raytracing_ResetCamera" - << "Raytracing_ExportProject" - << "Raytracing_Render"; - return root; -} diff --git a/src/Mod/Raytracing/Gui/Workbench.h b/src/Mod/Raytracing/Gui/Workbench.h deleted file mode 100644 index 3ba09ec6c4..0000000000 --- a/src/Mod/Raytracing/Gui/Workbench.h +++ /dev/null @@ -1,50 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2005 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - - -#ifndef RAY_WORKBENCH_H -#define RAY_WORKBENCH_H - -#include - -namespace RaytracingGui { - -/** - * @author Werner Mayer - */ -class Workbench : public Gui::StdWorkbench -{ - TYPESYSTEM_HEADER_WITH_OVERRIDE(); - -public: - Workbench(); - ~Workbench() override; - -protected: - Gui::MenuItem* setupMenuBar() const override; - Gui::ToolBarItem* setupToolBars() const override; -}; - -} // namespace RaytracingGui - - -#endif // RAY_WORKBENCH_H diff --git a/src/Mod/Raytracing/Init.py b/src/Mod/Raytracing/Init.py deleted file mode 100644 index 46cc464fd2..0000000000 --- a/src/Mod/Raytracing/Init.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf8 -*- -# FreeCAD init script of the Raytracing module -# (c) 2001 Juergen Riegel - -#*************************************************************************** -#* Copyright (c) 2002 Juergen Riegel * -#* * -#* This file is part of the FreeCAD CAx development system. * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* FreeCAD is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Lesser General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with FreeCAD; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#***************************************************************************/ diff --git a/src/Mod/Raytracing/InitGui.py b/src/Mod/Raytracing/InitGui.py deleted file mode 100644 index 4c527be3cc..0000000000 --- a/src/Mod/Raytracing/InitGui.py +++ /dev/null @@ -1,49 +0,0 @@ -# Raytracing gui init module -# (c) 2003 Juergen Riegel -# -# Gathering all the information to start FreeCAD -# This is the second one of three init scripts, the third one -# runs when the gui is up - -#*************************************************************************** -#* Copyright (c) 2002 Juergen Riegel * -#* * -#* This file is part of the FreeCAD CAx development system. * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* FreeCAD is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Lesser General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with FreeCAD; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#***************************************************************************/ - - - -class RaytracingWorkbench ( Workbench ): - "Raytracing workbench object" - def __init__(self): - self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/Raytracing/Resources/icons/RaytracingWorkbench.svg" - self.__class__.MenuText = "Raytracing" - self.__class__.ToolTip = "Raytracing workbench" - - def Initialize(self): - # load the module - import PartGui - import RaytracingGui - def GetClassName(self): - return "RaytracingGui::Workbench" - -Gui.addWorkbench(RaytracingWorkbench()) - -FreeCAD.addImportType("Povray format (*.pov *.inc)","RaytracingGui") diff --git a/src/Mod/Raytracing/RaytracingExample.py b/src/Mod/Raytracing/RaytracingExample.py deleted file mode 100644 index e04e1f4f30..0000000000 --- a/src/Mod/Raytracing/RaytracingExample.py +++ /dev/null @@ -1,98 +0,0 @@ -# example how to use the scripting API of the drawing module -# -# first of all you need the Part and the Drawing module: -import FreeCAD, Part, Drawing - -# create a small sample part -Part.show(Part.makeBox(100,100,100).cut(Part.makeCylinder(80,100)).cut(Part.makeBox(90,40,100)).cut(Part.makeBox(20,85,100))) - -# direct projection. The G0 means hard edge, the G1 is tangend continues. -Shape = App.ActiveDocument.Shape.Shape -[visiblyG0,visiblyG1,hiddenG0,hiddenG1] = Drawing.project(Shape) -print("visible edges:", len(visiblyG0.Edges)) -print("hidden edges:", len(hiddenG0.Edges)) -# all was projected on the Z-plane: -print("Bnd Box shape: X=",Shape.BoundBox.XLength," Y=",Shape.BoundBox.YLength," Z=",Shape.BoundBox.ZLength) -print("Bnd Box project: X=",visiblyG0.BoundBox.XLength," Y=",visiblyG0.BoundBox.YLength," Z=",visiblyG0.BoundBox.ZLength) - -# different projection vector -[visiblyG0,visiblyG1,hiddenG0,hiddenG1] = Drawing.project(Shape,Base.Vector(1,1,1)) - -# project to SVG -resultSVG = Drawing.projectToSVG(Shape,App.Vector(1,1,1)) -print(resultSVG) - -# And now the parametric way -# -# insert a Page object and assign a template -App.activeDocument().addObject('Drawing::FeaturePage','Page') -App.activeDocument().Page.Template = App.ConfigGet('AppHomePath')+'Mod/Drawing/Templates/A3_Landscape.svg' - -# create a view on the "Shape" object, define the position and scale and assign it to a Page -App.activeDocument().addObject('Drawing::FeatureViewPart','View') -App.activeDocument().View.Source = App.activeDocument().Shape -App.activeDocument().View.Direction = (0.0,0.0,1.0) -App.activeDocument().View.X = 10.0 -App.activeDocument().View.Y = 10.0 -App.activeDocument().Page.addObject(App.activeDocument().View) - -# create a second view on the same object but the view is -# rotatet 90 degrees. -App.activeDocument().addObject('Drawing::FeatureViewPart','ViewRot') -App.activeDocument().ViewRot.Source = App.activeDocument().Shape -App.activeDocument().ViewRot.Direction = (0.0,0.0,1.0) -App.activeDocument().ViewRot.X = 290.0 -App.activeDocument().ViewRot.Y = 30.0 -App.activeDocument().ViewRot.Scale = 1.0 -App.activeDocument().ViewRot.Rotation = 90.0 -App.activeDocument().Page.addObject(App.activeDocument().ViewRot) - -# create a third view on the same object but with an isometric -# view direction. Also the hidden lines are activated. - -App.activeDocument().addObject('Drawing::FeatureViewPart','ViewIso') -App.activeDocument().ViewIso.Source = App.activeDocument().Shape -App.activeDocument().ViewIso.Direction = (1.0,1.0,1.0) -App.activeDocument().ViewIso.X = 335.0 -App.activeDocument().ViewIso.Y = 140.0 -App.activeDocument().ViewIso.ShowHiddenLines = True -App.activeDocument().Page.addObject(App.activeDocument().ViewIso) - -# change something and update. -# The update process change the view and the page -App.activeDocument().View.X = 30.0 -App.activeDocument().View.Y = 30.0 -App.activeDocument().View.Scale = 1.5 -App.activeDocument().recompute() - -# Accessing the bits and peaces: -# get the SVG fragment of a single view -ViewSVG = App.activeDocument().View.ViewResult -print(ViewSVG) - -# get the hole result page (its a file in the document temp dir, only read allowed) -print("Resulting SVG document: ",App.activeDocument().Page.PageResult) -file = open(App.activeDocument().Page.PageResult,"r") -print("Result page is ",len(file.readlines())," lines long") -# important, give free the file! -del file - -# insert a view with your own content: -App.activeDocument().addObject('Drawing::FeatureView','ViewSelf') -App.activeDocument().ViewSelf.ViewResult = """ - - - -""" -App.activeDocument().Page.addObject(App.activeDocument().ViewSelf) - -App.activeDocument().recompute() - -del Shape,ViewSVG, resultSVG diff --git a/src/Mod/Raytracing/RaytracingGlobal.h b/src/Mod/Raytracing/RaytracingGlobal.h deleted file mode 100644 index 30cd9132c3..0000000000 --- a/src/Mod/Raytracing/RaytracingGlobal.h +++ /dev/null @@ -1,47 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2021 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - -#include - -#ifndef RAYTRACING_GLOBAL_H -#define RAYTRACING_GLOBAL_H - - -// Raytracing -#ifndef RaytracingExport -#ifdef Raytracing_EXPORTS -# define RaytracingExport FREECAD_DECL_EXPORT -#else -# define RaytracingExport FREECAD_DECL_IMPORT -#endif -#endif - -// RaytracingGui -#ifndef RaytracingGuiExport -#ifdef RaytracingGui_EXPORTS -# define RaytracingGuiExport FREECAD_DECL_EXPORT -#else -# define RaytracingGuiExport FREECAD_DECL_IMPORT -#endif -#endif - -#endif //RAYTRACING_GLOBAL_H diff --git a/src/Mod/Raytracing/Templates/LuxClassic.lxs b/src/Mod/Raytracing/Templates/LuxClassic.lxs deleted file mode 100644 index 06904d25ba..0000000000 --- a/src/Mod/Raytracing/Templates/LuxClassic.lxs +++ /dev/null @@ -1,165 +0,0 @@ -# Main Scene File - -Renderer "sampler" - -Sampler "lowdiscrepancy" - "integer pixelsamples" [16] - "string pixelsampler" ["lowdiscrepancy"] - "bool noiseaware" ["false"] - -Accelerator "qbvh" - -SurfaceIntegrator "bidirectional" - "integer eyedepth" [16] - "integer lightdepth" [16] - "integer lightraycount" [1] - "string lightpathstrategy" ["auto"] - "string lightstrategy" ["auto"] - -VolumeIntegrator "single" - -PixelFilter "mitchell" - "bool supersample" ["true"] - "float B" [0.333333343267441] - "float C" [0.333333343267441] - "float xwidth" [2.000000000000000] - "float ywidth" [2.000000000000000] - -#RaytracingCamera - -Camera "perspective" - "float fov" [49.134342077604479] - "float screenwindow" [-1.000000000000000 1.000000000000000 -0.562500000000000 0.562500000000000] - "bool autofocus" ["false"] - "float shutteropen" [0.000000000000000] - "float shutterclose" [0.041666666666667] - -Film "fleximage" - "integer xresolution" [960] - "integer yresolution" [540] - "float gamma" [2.200000000000000] - "float colorspace_white" [0.314275000000000 0.329411000000000] - "float colorspace_red" [0.630000000000000 0.340000000000000] - "float colorspace_green" [0.310000000000000 0.595000000000000] - "float colorspace_blue" [0.155000000000000 0.070000000000000] - "string filename" ["templates.Scene.00003"] - "bool write_resume_flm" ["false"] - "bool restart_resume_flm" ["false"] - "bool write_flm_direct" ["false"] - "bool write_exr_halftype" ["false"] - "bool write_exr_applyimaging" ["true"] - "bool write_exr_ZBuf" ["false"] - "string write_exr_compressiontype" ["PIZ (lossless)"] - "string write_exr_zbuf_normalizationtype" ["None"] - "bool write_exr" ["false"] - "string write_exr_channels" ["RGB"] - "bool write_png" ["true"] - "string write_png_channels" ["RGB"] - "bool write_png_16bit" ["false"] - "bool write_tga" ["false"] - "string write_tga_channels" ["RGB"] - "string ldr_clamp_method" ["cut"] - "integer displayinterval" [10] - "integer writeinterval" [180] - "integer flmwriteinterval" [900] - "integer outlierrejection_k" [2] - "integer tilecount" [0] - "string tonemapkernel" ["autolinear"] - -WorldBegin - -# Materials File - -MakeNamedMaterial "sky" - "color Kd" [0.63999999 0.63999999 0.63999999] - "float sigma" [0.000000000000000] - "string type" ["matte"] - -MakeNamedMaterial "sun" - "color Kd" [0.63999999 0.63999999 0.63999999] - "float sigma" [0.000000000000000] - "string type" ["matte"] - -MakeNamedMaterial "groundmaterial" - "bool multibounce" ["false"] - "bool separable" ["true"] - "color Kd" [0.63999999 0.63999999 0.63999999] - "color Ks" [0.04000000 0.04000000 0.04000000] - "float index" [0.000000000000000] - "float uroughness" [0.075000002980232] - "float vroughness" [0.075000002980232] - "float sigma" [0.200000002980232] - "string type" ["glossy"] - -# Geometry File - -#RaytracingContent - -AttributeBegin # "skyplane" - -Transform [-7.767831802368164 0.537927567958832 0.000000000000000 0.000000000000000 0.000000087639521 0.000001265540504 7.786436080932617 0.000000000000000 0.537927567958832 7.767831802368164 -0.000001268571395 0.000000000000000 1.436526060104370 46.835365295410156 26.093084335327148 1.000000000000000] - -NamedMaterial "sky" - -LightGroup "" - -AreaLightSource "area" - "float importance" [1.000000000000000] - "float gain" [1.000000000000000] - "float power" [50.000000000000000] - "float efficacy" [17.000000000000000] - "integer nsamples" [1] - "color L" [0.18317914 0.21755843 0.28100953] - -Shape "mesh" - "integer triindices" [0 1 2 0 2 3] - "point P" [2.085238218307495 2.085238218307495 0.000000000000000 2.085238218307495 -2.085238218307495 0.000000000000000 -2.085238218307495 -2.085238218307495 0.000000000000000 -2.085238218307495 2.085238218307495 0.000000000000000] - "normal N" [0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000] - "bool generatetangents" ["false"] - "string name" ["skyplane"] - -AttributeEnd # "" - -AttributeBegin # "sunplane" - -Transform [0.313812613487244 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 -0.000000051126566 0.313812613487244 0.000000000000000 0.000000000000000 -0.313812613487244 -0.000000051126566 0.000000000000000 -0.176543772220612 -42.379814147949219 26.093084335327148 1.000000000000000] - -NamedMaterial "sun" - -LightGroup "" - -AreaLightSource "area" - "float importance" [1.000000000000000] - "float gain" [1.000000000000000] - "float power" [150.000000000000000] - "float efficacy" [17.000000000000000] - "integer nsamples" [1] - "color L" [1.00000000 0.95364237 0.70636380] - -Shape "mesh" - "integer triindices" [0 1 2 0 2 3] - "point P" [2.085238218307495 2.085238218307495 0.000000000000000 2.085238218307495 -2.085238218307495 0.000000000000000 -2.085238218307495 -2.085238218307495 0.000000000000000 -2.085238218307495 2.085238218307495 0.000000000000000] - "normal N" [0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000 0.000000000000000 0.000000000000000 -1.000000000000000] - "bool generatetangents" ["false"] - "string name" ["sunplane"] - -AttributeEnd # "" - -AttributeBegin # "groundplane" - -Transform [1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000] - -NamedMaterial "groundmaterial" - -Shape "mesh" - "integer triindices" [0 1 2 0 2 3] - "point P" [-50.000000000000000 -50.000000000000000 0.000000000000000 50.000000000000000 -50.000000000000000 0.000000000000000 50.000000000000000 50.000000000000000 0.000000000000000 -50.000000000000000 50.000000000000000 0.000000000000000] - "normal N" [0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000] - "bool generatetangents" ["false"] - "string name" ["groundplane"] - -AttributeEnd # "" - -# Volume File - -WorldEnd diff --git a/src/Mod/Raytracing/Templates/LuxOutdoor.lxs b/src/Mod/Raytracing/Templates/LuxOutdoor.lxs deleted file mode 100644 index 6a67221536..0000000000 --- a/src/Mod/Raytracing/Templates/LuxOutdoor.lxs +++ /dev/null @@ -1,112 +0,0 @@ -# Main Scene File - -Renderer "sampler" - -Sampler "lowdiscrepancy" - "integer pixelsamples" [16] - "string pixelsampler" ["lowdiscrepancy"] - "bool noiseaware" ["false"] - -Accelerator "qbvh" - -SurfaceIntegrator "bidirectional" - "integer eyedepth" [16] - "integer lightdepth" [16] - "integer lightraycount" [1] - "string lightpathstrategy" ["auto"] - "string lightstrategy" ["auto"] - -VolumeIntegrator "single" - -PixelFilter "mitchell" - "bool supersample" ["true"] - "float B" [0.333333343267441] - "float C" [0.333333343267441] - "float xwidth" [2.000000000000000] - "float ywidth" [2.000000000000000] - -#RaytracingCamera - -Camera "perspective" - "float fov" [49.134342077604479] - "float screenwindow" [-1.000000000000000 1.000000000000000 -0.562500000000000 0.562500000000000] - "bool autofocus" ["false"] - "float shutteropen" [0.000000000000000] - "float shutterclose" [0.041666666666667] - -Film "fleximage" - "integer xresolution" [960] - "integer yresolution" [540] - "float gamma" [2.200000000000000] - "float colorspace_white" [0.314275000000000 0.329411000000000] - "float colorspace_red" [0.630000000000000 0.340000000000000] - "float colorspace_green" [0.310000000000000 0.595000000000000] - "float colorspace_blue" [0.155000000000000 0.070000000000000] - "string filename" ["outdoor.Scene.00001"] - "bool write_resume_flm" ["false"] - "bool restart_resume_flm" ["false"] - "bool write_flm_direct" ["false"] - "bool write_exr_halftype" ["false"] - "bool write_exr_applyimaging" ["true"] - "bool write_exr_ZBuf" ["false"] - "string write_exr_compressiontype" ["PIZ (lossless)"] - "string write_exr_zbuf_normalizationtype" ["None"] - "bool write_exr" ["false"] - "string write_exr_channels" ["RGB"] - "bool write_png" ["true"] - "string write_png_channels" ["RGB"] - "bool write_png_16bit" ["false"] - "bool write_tga" ["false"] - "string write_tga_channels" ["RGB"] - "string ldr_clamp_method" ["cut"] - "integer displayinterval" [10] - "integer writeinterval" [180] - "integer flmwriteinterval" [900] - "integer outlierrejection_k" [2] - "integer tilecount" [0] - "string tonemapkernel" ["autolinear"] - -WorldBegin - -# Materials File - -MakeNamedMaterial "ground" - "float uroughness" [0.075000002980232] - "float vroughness" [0.075000002980232] - "string name" ["amorphous carbon"] - "string type" ["metal"] - -# Geometry File - -#RaytracingContent - -AttributeBegin # "groundplane" - -Transform [1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000] - -NamedMaterial "ground" - -Shape "mesh" - "integer triindices" [0 1 2 0 2 3] - "point P" [-1000.000000000000000 -1000.000000000000000 0.000000000000000 1000.000000000000000 -1000.000000000000000 0.000000000000000 1000.000000000000000 1000.000000000000000 0.000000000000000 -1000.000000000000000 1000.000000000000000 0.000000000000000] - "normal N" [0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000 0.000000000000000 0.000000000000000 1.000000000000000] - "bool generatetangents" ["false"] - "string name" ["groundplane"] - -AttributeEnd # "" - -# Volume File - -AttributeBegin # "Lamp" - -LightGroup "default" - -LightSource "sunsky2" - "float gain" [1.000000000000000] - "float importance" [1.000000000000000] - "integer nsamples" [1] - "float turbidity" [2.200000047683716] - "vector sundir" [0.028625251725316 -0.011037390679121 0.040162373334169] - -AttributeEnd # "" -WorldEnd diff --git a/src/Mod/Raytracing/Templates/ProjectStd.pov b/src/Mod/Raytracing/Templates/ProjectStd.pov deleted file mode 100644 index 8f51a37fe0..0000000000 --- a/src/Mod/Raytracing/Templates/ProjectStd.pov +++ /dev/null @@ -1,53 +0,0 @@ -// Persistence of Vision Ray Tracer Scene Description File -// for FreeCAD (http://www.freecad.org) - -#version 3.6; - -#include "colors.inc" -#include "metals.inc" - -// ---------------------------------------- - -global_settings { - assumed_gamma 1.0 - ambient_light color rgb <1.0,1.0,1.0> - max_trace_level 20 -} - -// ---------------------------------------- - - -sky_sphere { - pigment { - gradient y - color_map { - [0.0 rgb <0.6,0.7,1.0>] - [0.7 rgb <0.0,0.1,0.8>] - } - } -} - - -// ---------------------------------------- - -plane { - y, -1 - texture { pigment {rgb <0.0,0.0,0.0>} finish {ambient 0.0 reflection 0.05 specular 0.0} } -} - -// Standard finish -//#declare StdFinish = F_MetalA; -//#declare StdFinish = finish { diffuse 0.7 }; -//#declare StdFinish = finish { phong 0.5 }; -//#declare StdFinish = finish { ambient rgb <0.5,0.5,0.5> }; -//#declare StdFinish = finish { crand 0.5 phong 0.9}; -#declare StdFinish = finish { ambient 0.01 diffuse 0.9 phong 1.0 phong_size 70 metallic brilliance 1.5} ; - -//RaytracingContent - -//default light -light_source { - cam_location + cam_angle * 100 - color rgb <10, 10, 10> -} - diff --git a/src/Mod/Raytracing/Templates/RadiosityNormal.pov b/src/Mod/Raytracing/Templates/RadiosityNormal.pov deleted file mode 100644 index 8c7a20ef3c..0000000000 --- a/src/Mod/Raytracing/Templates/RadiosityNormal.pov +++ /dev/null @@ -1,41 +0,0 @@ - // Persistence of Vision Ray Tracer Scene Description File - // for FreeCAD (http://www.freecad.org) - - #version 3.6; - - #include "colors.inc" - #include "metals.inc" - #include "rad_def.inc" - - global_settings { - radiosity { - Rad_Settings(Radiosity_Normal,off,off) - } - } - - #default {finish{ambient 0}} - - sky_sphere { - pigment { - gradient y - color_map { - [0.0 color LightGray] - [0.3 color White] - [0.7 color LightGray] - } - } - } - - // Standard finish - #declare StdFinish = finish { crand 0.01 diffuse 0.8 }; - - //RaytracingContent - - //default light - light_source { - cam_location - color White - area_light <100, 0, 0>, <0, 0, 100>, 10, 10 - adaptive 1 - jitter - } diff --git a/src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov b/src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov deleted file mode 100644 index 3a68132a96..0000000000 --- a/src/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov +++ /dev/null @@ -1,41 +0,0 @@ -// Persistence of Vision Ray Tracer Scene Description File -// for FreeCAD (http://www.freecad.org) - -#version 3.6; - -#include "colors.inc" -#include "metals.inc" -#include "rad_def.inc" - -global_settings { - radiosity { - Rad_Settings(Radiosity_OutdoorHQ,off,off) - } -} - -#default {finish{ambient 0}} - -sky_sphere { - pigment { - gradient y - color_map { - [0.0 color LightGray] - [0.3 color White] - [0.7 color LightGray] - } - } -} - -// Standard finish -#declare StdFinish = finish {}; - -//RaytracingContent - -//default light -light_source { - cam_location - color White - area_light <100, 0, 0>, <0, 0, 100>, 10, 10 - adaptive 1 - jitter -} diff --git a/src/Mod/Raytracing/raytracing.dox b/src/Mod/Raytracing/raytracing.dox deleted file mode 100644 index ba00aa628f..0000000000 --- a/src/Mod/Raytracing/raytracing.dox +++ /dev/null @@ -1,5 +0,0 @@ -/** \defgroup RAYTRACING Raytracing - * \ingroup CWORKBENCHES - * \brief Provides tools to generate rendered images using external renderers - */ - diff --git a/src/Mod/Web/Gui/Workbench.cpp b/src/Mod/Web/Gui/Workbench.cpp index 39cf43115b..1ab97c99c4 100644 --- a/src/Mod/Web/Gui/Workbench.cpp +++ b/src/Mod/Web/Gui/Workbench.cpp @@ -230,17 +230,6 @@ Gui::MenuItem* Workbench::setupMenuBar() const // << "Drawing_ExportPage" // ; // -// // Raytracing **************************************************************************************************** -// -// Gui::MenuItem* raytracing = new Gui::MenuItem(menuBar); -// -// raytracing->setCommand("&Raytracing"); -// *raytracing -// << "Raytracing_WriteView" -// << "Raytracing_WriteCamera" -// << "Raytracing_WritePart"; -// ; -// // // Drafting **************************************************************************************************** //# ifdef WEB_USE_DRAFTING // if (mgr.getCommandByName("Draft_Line")) { diff --git a/src/Tools/dir2qrc.py b/src/Tools/dir2qrc.py index 3c51a6a790..3893ee5f92 100644 --- a/src/Tools/dir2qrc.py +++ b/src/Tools/dir2qrc.py @@ -62,7 +62,6 @@ locations = [ ["../Mod/Part/Gui/Resources", "Part.qrc"], ["../Mod/PartDesign/Gui/Resources", "PartDesign.qrc"], ["../Mod/Points/Gui/Resources", "Points.qrc"], - ["../Mod/Raytracing/Gui/Resources", "Raytracing.qrc"], ["../Mod/ReverseEngineering/Gui/Resources", "ReverseEngineering.qrc"], ["../Mod/Robot/Gui/Resources", "Robot.qrc"], ["../Mod/Sketcher/Gui/Resources", "Sketcher.qrc"], diff --git a/src/Tools/update_qt_language_files.py b/src/Tools/update_qt_language_files.py new file mode 100644 index 0000000000..fa18ac6085 --- /dev/null +++ b/src/Tools/update_qt_language_files.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python3 + +# SPDX-License-Identifier: LGPL-2.1-or-later +# *************************************************************************** +# * * +# * Copyright (c) 2015 The FreeCAD Project Association * +# * * +# * This file is part of FreeCAD. * +# * * +# * FreeCAD is free software: you can redistribute it and/or modify it * +# * under the terms of the GNU Lesser General Public License as * +# * published by the Free Software Foundation, either version 2.1 of the * +# * License, or (at your option) any later version. * +# * * +# * FreeCAD is distributed in the hope that it will be useful, but * +# * WITHOUT ANY WARRANTY; without even the implied warranty of * +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * +# * Lesser General Public License for more details. * +# * * +# * You should have received a copy of the GNU Lesser General Public * +# * License along with FreeCAD. If not, see * +# * . * +# * * +# *************************************************************************** diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index 4bf1294781..b7140ab213 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -154,11 +154,6 @@ locations = [ "../Mod/Points/Gui/Resources/translations", "../Mod/Points/Gui/Resources/Points.qrc", ], - [ - "Raytracing", - "../Mod/Raytracing/Gui/Resources/translations", - "../Mod/Raytracing/Gui/Resources/Raytracing.qrc", - ], [ "ReverseEngineering", "../Mod/ReverseEngineering/Gui/Resources/translations", diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 3d02ae3dbb..ff41cf7494 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -126,11 +126,6 @@ directories = [ "workingdir": "./src/Mod/Points/", "tsdir": "Gui/Resources/translations", }, - { - "tsname": "Raytracing", - "workingdir": "./src/Mod/Raytracing/", - "tsdir": "Gui/Resources/translations", - }, { "tsname": "ReverseEngineering", "workingdir": "./src/Mod/ReverseEngineering/",