mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
force neutral_frame to -1
This commit is contained in:
parent
f137d87b1a
commit
c836f0d3e5
@ -180,6 +180,7 @@ convert(const NodePath &parent, bool animate) {
|
||||
PT(EggData) egg_data = new EggData;
|
||||
converter.set_egg_data(egg_data);
|
||||
converter.set_from_selection(true);
|
||||
converter.set_neutral_frame(-1);
|
||||
|
||||
if (!converter.convert_maya()) {
|
||||
nout << "Errors in conversion.\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user