dicarlolab / genthor

Generative models and Bayesian techniques with thor
5 stars 12 forks source link

map_Ka unrecognized? #17

Closed yamins81 closed 11 years ago

yamins81 commented 11 years ago

@pbattaglia, I'm seeing errors like:

file "MB28343.mtl": line 104: unrecognized: ['map_Ka', 'tex/fiatkm.jpg']

in the rendering process...

Does the egg-to-bam converter know that, e.g. map_ka is sometimes spelled map_Ka, e.g. w/ uppercase K?

pbattaglia commented 11 years ago

Yep, I think I fixed it. That was a bug in the obj2egg.py code that I had downloaded, but then I found a small bug in my code that I also fixed.

Re: the check_format() input. I fixed this too -- check_format() now takes anything: zip/model file, directory, or even just a model name (eg. check_format("bloodhound"))

You can pull both from feature-imager now.

On 10/12/2012 10:42 AM, Dan Yamins wrote:

@pbattaglia https://github.com/pbattaglia, I'm seeing errors like:

file "MB28343.mtl": line 104: unrecognized: ['map_Ka', 'tex/fiatkm.jpg']

in the rendering process...

Does the egg-to-bam converter know that, e.g. map_ka is sometimes spelled map_Ka, e.g. w/ uppercase K?

— Reply to this email directly or view it on GitHub https://github.com/yamins81/genthor/issues/17.