Guillermo Ojea Quintana

Results 126 comments of Guillermo Ojea Quintana

> > If you create a light in OGRE and the transform is identity, then the light should point towards -Z? > > yes. with identity transform lights and cameras...

Can you upload both .mesh.xml files?

The issue here is that when we open the Open File Dialog by default the output file is empty. If the user does not set a filename, then Blender will...

Can you try to do what says here? [Updating to new versions](https://github.com/OGRECave/blender2ogre/#updating-to-new-versions) Delete your .pickle file and reconfigure `blender2ogre` to see if this is still happening.

@shedatc `blender2ogre` calls `OgreMeshUpgrader` when that box is ticked, but with the unintuitive -e option (DON'T generate edge lists). https://github.com/OGRECave/blender2ogre/blob/6f73e4efd03f709c59c3114ef0eab42919c8d743/io_ogre/util.py#L111-L112 It seems that at some point `blender2ogre` created the Edge...

This is an issue with Blender 3.2, you can bypass this by using a version older than Apr 25, 2022. This is the commit that broke our code: [Mesh: Make...

@paroj this is solved by the latest commits that add back modifiers support. But do you think that there should be an option to *not* export with applied modifiers?

Hello @paroj, I'm struggling to make RTSS work in order to test this (OGRE 13.6.2, Rendersystem: RenderSystem_GL3Plus). I'm just testing Normal Maps for now. Here is my Material: ``` sampler...