Mods: Remove Raytracing

Deprecated. Replaced by 3rd party addon 'Render'.
This commit is contained in:
Chris Hennes
2023-04-27 12:38:11 -05:00
parent bd4401ba52
commit 6da3d0e6b5
162 changed files with 32 additions and 31291 deletions

View File

@@ -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"],

View 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/>. *
# * *
# ***************************************************************************

View File

@@ -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",

View File

@@ -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/",