Road-hog123

Results 15 issues of Road-hog123

### System Information * OS: Windows 10 * fake_bpy_modules_4.0-20231118 ### Expected behavior A method named `get()` should return a value. ### Description about the bug `Mesh.uv_layers` is a `bpy_prop_collection[MeshUVLoopLayer]`, so...

When I run `gen_module.sh` I get the following error: ```python traceback error: Failed to format _.pyi: source contains syntax errors: ParseError { error: Lexical(UnicodeError), offset: 396, source_path: "" } Traceback...

### System Information * OS: Windows 10 * fake_bpy_modules_4.0-20231118 ### Expected behavior The `name` attribute of an `Object` should be typed as a `str`. ### Description about the bug `Object`...

Blender 4.1 removes `Mesh.calc_normals_split()`, resulting in an uncaught exception during export. ## Version Information - Blender: 4.1.0 - Exporter: 4.0.0

bug

Within an OMSI mesh file strings are limited to 255 characters—this applies both to texture paths and bone names. Vertex group names are limited to 63 characters, so bone names...

bug

If I click the Git Log button in the status bar the extension works fine, but if I click the "Open graph view" button in the Source Control panel (as...

The expected topography: ``` | * 8881589 Remove unused 'order' property from layout | * 6e3211c (tag: v1.0.0) Release prep |/ * 12215d0 Initial Commit * 0d2f992 Setup Repository ```...

The documentation and help text for `gen.py` still mentioned the removed `-d` option, while not mentioning the `-l` option.

As per #161: > In .pyi files, the most recent syntax of python can be used, as it is only used for static analysis. [`collections.abc.Buffer`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Buffer) was added in Python 3.12...

enhancement

- Adds slicing support to `Color`, `Euler`, `Quaternion`, `Vector` and `Matrix`. - Adds `__setitem__` for `Color`, `Euler` and `Matrix` which did not previously have them. - Removes return value from...