mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Just some output stating that nurbs will be converted to polys if this is so
This commit is contained in:
parent
6bb87ca9c5
commit
2843fcbc86
@ -832,6 +832,9 @@ convert_hierarchy(EggGroupNode *egg_root) {
|
||||
if (_keep_all_uvsets) {
|
||||
mayaegg_cat.info() << "will keep_all_uvsets" << endl;
|
||||
}
|
||||
if (_polygon_output) {
|
||||
mayaegg_cat.info() << "will convert NURBS to polys" << endl;
|
||||
}
|
||||
if (_convert_cameras) {
|
||||
mayaegg_cat.info() << "will convert camera nodes to locators" << endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user