OGRECave / blender2ogre

Blender exporter for the OGRE 3D engine
GNU Lesser General Public License v2.1
199 stars 69 forks source link

mesh: speed up progress reporting #200

Closed paroj closed 3 months ago

sercero commented 3 months ago

I think it would be better to perhaps add an option to disable the progress.

In my case I like the current progress bar, but it seems that some people want raw speed.

paroj commented 3 months ago

did you check the "new" progress bar? its not a drastical change.

"new": https://github.com/OGRECave/blender2ogre/actions/runs/7893931027/job/21543556850#step:4:56 old: https://github.com/OGRECave/blender2ogre/actions/runs/7893931027/job/21543556850#step:4:146

Also you can adapt step to get one decimal place back and it still should be much faster..

sercero commented 3 months ago

did you check the "new" progress bar? its not a drastical change.

"new": https://github.com/OGRECave/blender2ogre/actions/runs/7893931027/job/21543556850#step:4:56 old: https://github.com/OGRECave/blender2ogre/actions/runs/7893931027/job/21543556850#step:4:146

Also you can adapt step to get one decimal place back and it still should be much faster..

Way better, great idea.

I'll redo the speed tests tomorrow