Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding @export_group("Texture") adds texture_filter and texture_repeat properties #83336

Closed
acgc99 opened this issue Oct 14, 2023 · 1 comment · Fixed by #89631
Closed

Adding @export_group("Texture") adds texture_filter and texture_repeat properties #83336

acgc99 opened this issue Oct 14, 2023 · 1 comment · Fixed by #89631

Comments

@acgc99
Copy link

acgc99 commented Oct 14, 2023

Godot version

v4.1.2.stable.official [399c9dc]

System information

Godot v4.1.2.stable - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.3742) - Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz (8 Threads)

Issue description

Adding @export_group("Texture") in a script makes properties texture_filter and texture_repeat appear on Inspector.

image

Steps to reproduce

Create any node with these lines in the script:

@export_group("Texture")
@export var foo: String

Minimal reproduction project

bug.zip

@AThousandShips
Copy link
Member

These are inherited from CanvasItem seems that using a group already used in a parent class causes some weird behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants