kicad/plugins/3d/vrml
Dick Hollenbeck 7311f07eaf SWIG Improvements
*) Extend SWIG support deeper into the BOARD class.
*) Move swig *.i files into a directory identified for SWIG, in preparation
   for a parallel universe involving Phoenix's SIP.
*) Move swig files which will be common to both eeschema and pcbnew into
   common/swig.
*) Sketch out a "common" python module, and plan on dovetailing that into a
   libkicad_shared.{dll,so}
*) Add common/swig/ki_exceptions.i and define a macro HANDLE_EXCEPTIONS()
   which is to be applied to any function which needs C++ to python
   exception translation.
*) Move the test for SWIG tool into top level CMakeLists.txt file for use
   in all python modules beyond pcbnew, i.e. eeschema and common.
*) Add SWIG_MODULE_pcbnew_EXTRA_DEPS which generates a better Makefile, one
   which rebuilds the swig generated *.cxx file when one of its dependencies
   change.
*) Re-architect the board.i file so that it can be split into multiple *.i
   files easily.
*) Make some KIWAY from python progress, in preparation for Modular KiCad
   phase III.
2016-09-20 11:59:43 -04:00
..
v1 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
v2 3D Viewer: fix swapped VRML material colors. 2016-06-13 12:50:42 -04:00
x3d 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
CMakeLists.txt SWIG Improvements 2016-09-20 11:59:43 -04:00
vrml.cpp Fix incorrect management of C locale in vrml plugin 2016-08-24 14:37:30 +02:00
wrlfacet.cpp Fixed coloring bugs related to uninitialized variable 2016-02-12 10:23:21 +11:00
wrlfacet.h Fixed coloring bugs related to uninitialized variable 2016-02-12 10:23:21 +11:00
wrlproc.cpp VRML plugin: VRML plugin. This patch modifies the behavior of the VRML name parser so that a name may be immediately succeeded by ] or }. 2016-05-16 09:32:15 +02:00
wrlproc.h VRML plugin: VRML plugin. This patch modifies the behavior of the VRML name parser so that a name may be immediately succeeded by ] or }. 2016-05-16 09:32:15 +02:00
wrltypes.h Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
x3d.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00