arcusmaximus

Results 21 issues of arcusmaximus

For a first-time user of the extension, the current Advanced Mapping toolbar probably looks like this: 🔼 Move up ❌ Delete 🔽 Move down 🔄 Refresh (just like all the...

As in the title: while the dropdown for selecting a ControlNet input layer gets updated when adding or removing a layer, it doesn't get updated when dragging one to a...

I always found the node indentation in the pattern tree hard to follow. Take this example: ![Image](https://github.com/user-attachments/assets/43ae58df-1e32-4fbe-bfaa-385d1fa504c6) Someone not used to ImHex would, at first sight, think that `objectRef` is...

### Operating System Windows ### What's the issue you encountered? If you exit ImHex with a file open, it warns you about unsaved changes twice in a row, even if...

bug

### Operating System Windows ### What's the issue you encountered? If you add a folder containing a .hexpat file to the list of search paths, that file remains unavailable in...

bug

**Describe the bug** When using the JSON object serializer and creating a trigger with a JobDataMap containing a date, this date is lost when the trigger is fired. **Version used**...

When calling `bpy.data.node_groups.new()`, you need to specify a node group name and a type name. The valid types can be found by calling it with an invalid type and looking...

blender patch

### Operating System Windows ### What's the issue you encountered? Pressing Ctrl-Z after indenting a piece of text moves the cursor back but does not actually undo the indentation. ###...

bug

### Operating System Windows ### What's the issue you encountered? #1409 is back in the latest nightly. ### How can the issue be reproduced? While holding Shift, type some all-caps...

bug

The "vertices" parameter of `bpy.types.Mesh.from_pydata()` was originally untyped, but in fake-bpy-module version 20250606, it received the type `Iterable[Sequence[float]]`. This is better than before, but it's not complete: it should be...

bug