Mellnik
Mellnik
**Describe the bug** Importing a certain FBX file fails. **To Reproduce** Steps to reproduce the behavior: 1. Download the attached FBX file. 2. Import the FBX file. Code: ```C++ Assimp::Importer...
`Stack::get` does not check whether an actual value exists on stack. This results in LuaBridge silently treating a `no value` as a valid bool and not throwing any error. See...
**Environment** - Windows 10 x64 - Visual Studio 2022 14.34.31937 toolchain - Using latest LuaBridge commit from master branch [9092ace] - Lua 5.4.4 **Steps to reproduce** - Expose a C++...
[From LuaBridge documentation:](http://vinniefalco.github.io/LuaBridge/Manual.html#s5) > Metatables have __metatable set to a boolean value. Scripts cannot obtain the metatable from a LuaBridge object. According to [Lua docuemtation](https://www.lua.org/pil/13.3.html) the field must be set...
This library is just awesome but it seems that I'm overseeing something on this simple problem. I have a class from a third party library which cannot be modified at...
**Describe the bug** A crash happens when opening a specific website. https://webglsamples.org/aquarium/aquarium.html The website provides WebGL examples. The crash only happens with the specific example in the link above. **To...