mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 12:20:40 +08:00
remove everything perl sided
This commit is contained in:
parent
545aa3c57f
commit
3782fad1dc
@ -261,6 +261,5 @@ xsp/SupportMaterial.xsp
|
||||
xsp/Surface.xsp
|
||||
xsp/SurfaceCollection.xsp
|
||||
xsp/TriangleMesh.xsp
|
||||
xsp/TransformationMatrix.xsp
|
||||
xsp/typemap.xspt
|
||||
xsp/XS.xsp
|
||||
|
@ -335,8 +335,6 @@ ModelMaterial::attributes()
|
||||
%code%{ THIS->offset = *offset; %};
|
||||
|
||||
void set_local_trafo_matrix(bool dont_translate);
|
||||
Ref<TransformationMatrix> local_trafo()
|
||||
%code%{ RETVAL = &THIS->trafo; %};
|
||||
|
||||
|
||||
void transform_mesh(TriangleMesh* mesh, bool dont_translate) const;
|
||||
|
@ -1,12 +0,0 @@
|
||||
%module{Slic3r::XS};
|
||||
|
||||
%{
|
||||
#include <xsinit.h>
|
||||
#include "libslic3r/TransformationMatrix.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::TransformationMatrix} class TransformationMatrix {
|
||||
TransformationMatrix();
|
||||
~TransformationMatrix();
|
||||
|
||||
};
|
@ -57,9 +57,6 @@ TriangleMesh* O_OBJECT_SLIC3R
|
||||
Ref<TriangleMesh> O_OBJECT_SLIC3R_T
|
||||
Clone<TriangleMesh> O_OBJECT_SLIC3R_T
|
||||
|
||||
TransformationMatrix* O_OBJECT_SLIC3R
|
||||
Ref<TransformationMatrix> O_OBJECT_SLIC3R_T
|
||||
|
||||
SLAPrint* O_OBJECT_SLIC3R
|
||||
Ref<SLAPrint> O_OBJECT_SLIC3R_T
|
||||
Clone<SLAPrint> O_OBJECT_SLIC3R_T
|
||||
|
@ -88,8 +88,6 @@
|
||||
%typemap{TriangleMesh*};
|
||||
%typemap{Ref<TriangleMesh>}{simple};
|
||||
%typemap{Clone<TriangleMesh>}{simple};
|
||||
%typemap{TransformationMatrix*};
|
||||
%typemap{Ref<TransformationMatrix>}{simple};
|
||||
%typemap{PolylineCollection*};
|
||||
%typemap{Ref<PolylineCollection>}{simple};
|
||||
%typemap{Clone<PolylineCollection>}{simple};
|
||||
|
Loading…
x
Reference in New Issue
Block a user