Skip to content

Commit

Permalink
Need to look into transform_editing_solid uses
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jan 29, 2025
1 parent c1dfb75 commit 2493465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mged/edsol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2493465

Please sign in to comment.