]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Restore PythonFeaturesPLugin
authorsbh <sergey.belash@opencascade.com>
Fri, 27 Feb 2015 15:20:15 +0000 (18:20 +0300)
committersbh <sergey.belash@opencascade.com>
Fri, 27 Feb 2015 15:20:15 +0000 (18:20 +0300)
commit0c8b32d61712fe0e783ea11770a631ab573087c2
tree3a5cec1fac39e67f7413fd1ab6c8428a9b9b4db1
parent8babac25037f2666dcb422dd68a66dd2ed1383d8
Restore PythonFeaturesPLugin
12 files changed:
CMakeLists.txt
src/Config/plugins.xml
src/PythonFeaturesPlugin/CMakeLists.txt [new file with mode: 0644]
src/PythonFeaturesPlugin/FeaturesAPI.py [new file with mode: 0644]
src/PythonFeaturesPlugin/PythonFeaturesPlugin.py [new file with mode: 0644]
src/PythonFeaturesPlugin/PythonFeaturesPlugin_Box.py [new file with mode: 0644]
src/PythonFeaturesPlugin/SketchResult.py [new file with mode: 0644]
src/PythonFeaturesPlugin/box_widget.xml [new file with mode: 0644]
src/PythonFeaturesPlugin/examples.py [new file with mode: 0644]
src/PythonFeaturesPlugin/extrusion.py [new file with mode: 0644]
src/PythonFeaturesPlugin/plugin-PythonFeatures.xml [new file with mode: 0644]
src/PythonFeaturesPlugin/sketch.py [new file with mode: 0644]