Pavel Rojtberg

Results 352 comments of Pavel Rojtberg

should not make a difference

yeah, we are currently only exporting this: https://github.com/OGRECave/blender2ogre/blob/18113c29d0523066e80ce672483ec608ac259266/io_ogre/ogre/scene.py#L451-L462

what did you to to trigger this? We had a fix for removing controllers while iterating here: https://github.com/OGRECave/ogre/pull/3216 it might be incomplete, but we need to have more details to...

you can already run this without the snap by installing ogre with pip. I would merge flatpak support if someone is willing to contribute. As for appimage, I think it...

```sh pip install ogre-python git clone https://github.com/OGRECave/ogre-meshviewer cd ogre-meshviewer python ogre_mesh_viewer.py ```

as I did not need that functionality myself yet, I have no idea how a good API for this would look like. PRs with proposals are welcome.

> several previously protected OgreSceneManager members were made private breaking my custom SceneManager derived class. Any guidance on how I should approach moving forward? do you have some example code...

try changing this line to `if(0)`: https://github.com/paroj/xpad/blob/c379818298e0e7477b4a070e219c81817412226c/xpad.c#L2008 and check whether your controller still works. we currently send both init sequences to xpad360 controllers. What upstream does and what we did...