From 2493465cbef71d791f3e618a2b1d040e552e4f2f Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:39:32 -0500 Subject: [PATCH] Need to look into transform_editing_solid uses --- src/mged/edsol.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mged/edsol.c b/src/mged/edsol.c index 770f5da81c..def4c0d9d7 100644 --- a/src/mged/edsol.c +++ b/src/mged/edsol.c @@ -368,6 +368,10 @@ replot_editing_solid(int UNUSED(ac), const char **UNUSED(av), void *d, void *UNU } +/* TODO - this needs dbip because the ft_xform routines are calling ft_export and ft_import + * under the hood. Could we get away with a null dbip? We shouldn't be writing intermediate + * solids to the disk, unless this routine is also responsible for writing out geometry. + */ void transform_editing_solid( struct mged_state *s,