pycollada / meshtool

Tool for manipulating mesh data using pycollada
Other
65 stars 13 forks source link

meshtool --sander_simplify takes wrong arguments #3

Closed jf--- closed 8 years ago

jf--- commented 8 years ago

hi,

the ( very cool! ) sander_simplify filter seems unintuitive to use from the meshtool cmd line. is it possible that there's something wrong in the cmd arguments ( or handling of these? )

thanks for the awesome tool 🍹

meshtool --sander_simplify mesh.dae
Warning: filter 'print_pm_perceptual_error' disabled because of ImportError: No module named direct.showbase.ShowBase
Warning: filter 'viewer' disabled because of ImportError: No module named direct.task
Warning: filter 'collada_viewer' disabled because of ImportError: No module named direct.task
Warning: filter 'pm_viewer' disabled because of ImportError: No module named direct.task
Warning: filter 'save_screenshot' disabled because of ImportError: No module named direct.task
Warning: filter 'save_rotate_screenshots' disabled because of ImportError: No module named direct.task
Warning: filter 'save_bam' disabled because of ImportError: No module named direct.task
usage: meshtool --load_filter [--operation] [--save_filter]
meshtool: error: first argument must be a load filter
jterrace commented 8 years ago

Can you try this?

mestool --load_collada mesh.dae --medim_optimizations --sander_simplify out.pm --save_collada out.dae

On Sun, Sep 11, 2016 at 7:07 AM, Jelle Feringa notifications@github.com wrote:

hi,

the ( very cool! ) sander_simplify filter seems unintuitive to use from the meshtool cmd line. is it possible that there's something wrong in the cmd arguments ( or handling of these? )

thanks for the awesome tool 🍹

meshtool --sander_simplify mesh.dae Warning: filter 'print_pm_perceptual_error' disabled because of ImportError: No module named direct.showbase.ShowBase Warning: filter 'viewer' disabled because of ImportError: No module named direct.task Warning: filter 'collada_viewer' disabled because of ImportError: No module named direct.task Warning: filter 'pm_viewer' disabled because of ImportError: No module named direct.task Warning: filter 'save_screenshot' disabled because of ImportError: No module named direct.task Warning: filter 'save_rotate_screenshots' disabled because of ImportError: No module named direct.task Warning: filter 'save_bam' disabled because of ImportError: No module named direct.task usage: meshtool --load_filter [--operation] [--save_filter] meshtool: error: first argument must be a load filter

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pycollada/meshtool/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJbjvZmXwe-7CZHeA5lOoz-YihNs9fPks5qpAsKgaJpZM4J6A59 .

jf--- commented 8 years ago

terrific that works, thanks a ton...