frankiezafe

Results 11 issues of frankiezafe

Hello, I spotted a error when modifying background image: even if i change image, the first one added stays in the background. Steps: 1. adding a background image (im1) 2....

**OS:** Linux mint 8.2 Cinnamon 64 **Godot version:** master branch, commit bf8322376c97eee0f2ce25737c959bc33b945e60 **Blender version:** 2.79 **Issue description:** Exporting a rig, meaning a mesh + armature, containing scaled meshes (not 1,1,1)...

bug

I just fixed the issue in the java file, i didn't regenerate the .jar

to be fixed

Hello, I have a crash triggered by ListBox::onRelease() method - it seems that the computation of index is wrong in some case. My usage is a bit specific, as I...

to be fixed

configuration `module_env.Append(CXXFLAGS=['-std=c++11'])` in SCsub is not required anymore, as godot uses C++14 by default now

new version of xcode requires liblzma-dev to successfully pack the SDK on Linux in https://github.com/tpoechtrager/osxcross#packaging-the-sdk (Packing the SDK on Linux - Method 1 (Xcode > 8.0)), you should include liblzma-dev...

the path to dat-fox-helper on linux is: `chmod +x ~/.local/datfox/dat-fox-helper` and not `chmod +x ~/.local/datfox/dat-fox-helper-linux` :)

- enabling a fast and efficient skeletons data retrieval (i'm using openframeworks to broadcast skeletons accross the network via OSC, analysis and usage are done on another computer) - retrieval...

ofGstUtils.cpp - line 103 : putenv(("GST_PLUGIN_PATH_1_0=" + ofFilePath::join(gst_path, "lib\gstreamer-1.0") + ";.").c_str()); returns a path with a '/' and not a '\', windows style... Dirty fix is to do that: putenv("GST_PLUGIN_PATH_1_0=C:\gstreamer\1.0\x86\lib\gstreamer-1.0;.");...

In the idea of [VVVV osc](https://github.com/vvvv/vvvv-sdk/blob/develop/common/src/core/Utils/OSC/OSCMessage.cs) implementation, adding methods to pack and unpack vector2, vector3, vector4, quaternion, matrix3x3 and matrix4x4, with or without adding special types in the OSC messages....

enhancement