kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23681
Re: Some new sweet features on the new 3D-Viewer
Le 07/03/2016 19:09, Mário Luzeiro a écrit :
>
> we have all nice ideas :) .. but some one have to get it into life! I
> am working on KiCad 3D-Viewer for about 2.. 3 years and since that
> only Cirilo join to help on the model parsers/plugins and there were
> other small fixes and improvements by other authors in the mailing
> list.
>
> So doing this as a hobby in the free times, I think I (we) are
> advance very well, but we need to keep our ideas "grounded"...
> otherwise.. that will become a mega project work for just one person
> or two and not possible to maintain.
Hi, Mário,
Well, we are not a lot of guys to develop Kicad, its doc and
translations and its libraries.
But we are motivated, are yes, we can be proud of Kicad.
I just tested the new viewer on my Linux install.
It works fine, but I found 2 issues:
1 - when BOOST is a custom install, boost headers are not found. the
attached patch fixes this issue (missing boost include path)
2 - the 3D viewer crashes if no board loaded.
Thanks you (and thanks to Cirilo) for your hard work.
--
Jean-Pierre CHARRAS
=== modified file 'plugins/3d/idf/CMakeLists.txt'
--- plugins/3d/idf/CMakeLists.txt 2016-03-04 23:21:52 +0000
+++ plugins/3d/idf/CMakeLists.txt 2016-03-07 15:29:23 +0000
@@ -15,6 +15,7 @@
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/utils/idftools
+ ${INC_AFTER}
)
add_library( s3d_plugin_idf MODULE
=== modified file 'plugins/3d/vrml/CMakeLists.txt'
--- plugins/3d/vrml/CMakeLists.txt 2016-03-04 23:21:52 +0000
+++ plugins/3d/vrml/CMakeLists.txt 2016-03-07 15:30:41 +0000
@@ -4,7 +4,8 @@
${CMAKE_CURRENT_SOURCE_DIR}/v1
${CMAKE_CURRENT_SOURCE_DIR}/v2
${CMAKE_CURRENT_SOURCE_DIR}/x3d
+ ${INC_AFTER}
)
# Developers may wish to set one of these parameters on debug
# builds to get informational messages from the various parser
Follow ups
References
-
Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-03
-
Re: Some new sweet features on the new 3D-Viewer
From: easyw, 2016-03-03
-
Re: Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-04
-
Re: Some new sweet features on the new 3D-Viewer
From: Nick Østergaard, 2016-03-04
-
Re: Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-04
-
Re: Some new sweet features on the new 3D-Viewer
From: Nick Østergaard, 2016-03-05
-
Re: Some new sweet features on the new 3D-Viewer
From: Jakub Kozdon, 2016-03-06
-
Re: Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-06
-
Re: Some new sweet features on the new 3D-Viewer
From: easyw, 2016-03-07
-
Re: Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-07
-
Re: Some new sweet features on the new 3D-Viewer
From: easyw, 2016-03-07
-
Re: Some new sweet features on the new 3D-Viewer
From: Jakub Kozdon, 2016-03-07
-
Re: Some new sweet features on the new 3D-Viewer
From: Mário Luzeiro, 2016-03-07