Init.py
1
# -*- coding: utf-8 -*-
2
3
# ***************************************************************************
4
# * *
5
# * Animate workbench - FreeCAD Workbench for lightweight animation *
6
# * Copyright (c) 2019 Jiří Valášek jirka362@gmail.com *
7
# * *
8
# * This file is part of the Animate workbench. *
9
# * *
10
# * This program is free software; you can redistribute it and/or modify *
11
# * it under the terms of the GNU Lesser General Public License (LGPL) *
12
# * as published by the Free Software Foundation; either version 2 of *
13
# * the License, or (at your option) any later version. *
14
# * for detail see the LICENCE text file. *
15
# * *
16
# * Animate workbench is distributed in the hope that it will be useful, *
17
# * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19
# * GNU Lesser General Public License for more details. *
20
# * *
21
# * You should have received a copy of the GNU Library General Public *
22
# * License along with Animate workbench; if not, write to the Free *
23
# * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
24
# * MA 02111-1307 USA *
25
# * *
26
# ***************************************************************************/
27
28
# FreeCAD.addImportType("My own format (*.own)","importOwn")
29
# FreeCAD.addExportType("My own format (*.own)","importOwn")
30
# print("I am executing some stuff here when FreeCAD starts!")
Generated on Tue Nov 19 2019 20:34:03 for Animate by