Revision: 55272
http://sourceforge.net/p/brlcad/code/55272
Author: bob1961
Date: 2013-04-30 18:14:48 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
Updated ged_get_type to recognize metaballs.
Modified Paths:
--------------
brlcad/trunk/src/libged/get_type.c
Modified: brlcad/trunk/src/libged/get_type.c
===================================================================
--- brlcad/trunk/src/libged/get_type.c 2013-04-30 18:12:04 UTC (rev 55271)
+++ brlcad/trunk/src/libged/get_type.c 2013-04-30 18:14:48 UTC (rev 55272)
@@ -192,6 +192,9 @@
case DB5_MINORTYPE_BRLCAD_BREP:
bu_vls_printf(gedp->ged_result_str, "brep");
break;
+ case DB5_MINORTYPE_BRLCAD_METABALL:
+ bu_vls_printf(gedp->ged_result_str, "metaball");
+ break;
default:
bu_vls_printf(gedp->ged_result_str, "other");
break;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits