Mods: Remove Raytracing
Deprecated. Replaced by 3rd party addon 'Render'.
This commit is contained in:
@@ -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"],
|
||||
|
||||
24
src/Tools/update_qt_language_files.py
Normal file
24
src/Tools/update_qt_language_files.py
Normal file
@@ -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 *
|
||||
# * <https://www.gnu.org/licenses/>. *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
@@ -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",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user