arcusmaximus

Results 21 issues of arcusmaximus

# Issue Overview When exporting a skeletal animation to .kf, the addon appears to only look at bone transformation keyframes, disregarding the effects of bone constraints. This means it's not...

New Feature

Adds reading and writing support for v3 bundle files

Both the example code in the README file and the code of AssetsView itself use Marshal.UnsafeAddrOfPinnedArrayElement() when passing texture data to the System.Drawing.Bitmap constructor. However, neither of them pin the...

### What feature would you like to see? ImHex can already load custom encodings for use in the hex editor. It would be nice to see this support extended to...

feature request

### Operating System Windows ### What's the issue you encountered? If you assign one array variable to another, only the first element gets copied; the remaining ones stay uninitialized. ###...

bug

### Operating System Windows ### What's the issue you encountered? When defining a placed anonymous field with a templated structure as the type, ImHex fails with a parser error. (This...

bug
stale

### Operating System Windows ### What's the issue you encountered? std::string::replace() doesn't give the expected result even in quite simple cases. ### How can the issue be reproduced? ``` #include...

bug

* OS: Windows * Blender version: 4.0 * fake-bpy-module-4.0 20231118 Calling any function in bpy.ops gives me a type error with VS Code's Pyright in `strict` mode. The reason is...

* OS: Windows * Blender version: 4.0 * fake-bpy-module-4.0 20231118 The following code produces a bunch of type checking errors: ```python bl_mesh = bmesh.from_edit_mesh(cast(bpy.types.Mesh, bpy.context.edit_object.data)) bl_layer = bl_mesh.edges.layers.float.get("bevel_weight_edge") for bl_edge...

Being able to set a custom background image in the canvas is useful when you're doing img2img or using e.g. ControlNet Canny. Bonus points for having a button that retrieves...