Pcbnew: Added VRML export, from the patch sent by Lorenzo Marcantonio ( october 2009, 11)
This commit is contained in:
@@ -4,6 +4,17 @@ KiCad ChangeLog 2010
|
||||
Please add newer entries at the top, list the date and your name with
|
||||
email address.
|
||||
|
||||
2010-apr-19, UPDATE Jean-Pierre Charras <[email protected]>
|
||||
================================================================================
|
||||
++Pcbnew:
|
||||
* Added VRML export, from the patch sent by Lorenzo Marcantonio ( october 2009, 11)
|
||||
* Fixed :
|
||||
options to control vrml export.
|
||||
flipped footprints
|
||||
* Tested using Cortona and Blender.
|
||||
|
||||
Needs more testing and refinements
|
||||
|
||||
2010-apr-16, UPDATE Jean-Pierre Charras <[email protected]>
|
||||
================================================================================
|
||||
++Cvpcb:
|
||||
|
||||
@@ -113,7 +113,7 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
|
||||
info.AddDeveloper( SetMsg( wxT( "Jerry Jacobs <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Jonas Diemer <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "KBool Library <http://boolean.klaasholwerda.nl/bool.html>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Lorenzo <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Lorenzo Marcantonio <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Marco Serantoni <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Rok Markovic <[email protected]>" ) ) );
|
||||
info.AddDeveloper( SetMsg( wxT( "Tim Hanson <[email protected]>" ) ) );
|
||||
|
||||
Reference in New Issue
Block a user