fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

Some rna_enum references are not refined

Open JonathanPlasse opened this issue 1 year ago • 1 comments
trafficstars

Expected behavior

All rna_enum references should be refined to a literal type.

Description about the bug

bpy.app.is_job_running() and bpy.props.(Bool|Int|Float|…)Property)() have enum arguments that are not refined correctly. These are the only case found by the regex :arg.* :ref:`rna.

We could either update the Blender documentation upstream or special case it.

Screenshots/Files

Screenshot from 2024-08-11 19-07-38 Screenshot from 2024-08-11 19-08-05

JonathanPlasse avatar Aug 11 '24 17:08 JonathanPlasse

To check if the patch is approved or not, I submitted the PR instead of tweaking our generation code. https://projects.blender.org/blender/blender/pulls/126431

nutti avatar Aug 17 '24 09:08 nutti

The PR is not welcomed by the official repo. I will tackle this from the fake-bpy-module side.

nutti avatar Oct 08 '24 11:10 nutti

This issue is now solved. I will close this issue.

nutti avatar Oct 09 '24 11:10 nutti