o3de / o3de

Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
https://o3de.org
Other
7.64k stars 2.18k forks source link

Material Canvas Utilities category nodes do not have any properties available in the Inspector pane #12494

Closed LB-ArturZieba closed 1 year ago

LB-ArturZieba commented 1 year ago

Describe the bug Material Canvas Comment and Node Group nodes do not have any properties exposed in the Inspector pane. Due to this they always have the same font/background coloration and all of the Node Groups are named the same. As a comparison the same nodes in the Script Canvas have full customization of fonts/backgrounds available.

This issue occurs on both Windows and Linux OS.

This issue also occurs on the Development (3f742f7) build.

Steps to reproduce

  1. Go to Tools > Material Canvas (Experimental).
  2. Create a new Material Canvas graph by going to File > New > New Material Canvas Document... and saving it.
  3. Add Comment and Node Group nodes to the graph.
  4. Select each of them separately while looking at the Inspector pane.

Expected behavior Comment and Node Group nodes have the same Inspector properties available as their counterparts in the Script Canvas.

Actual behavior Comment and Node Group nodes do not have any properties available in the Inspector.

Video

https://user-images.githubusercontent.com/86952082/194566333-38c96587-23af-44b0-b57d-9ece5582ae72.mp4

Found in Branch Stabilization/2210 (7c4e3ca)

Desktop

monroegm commented 1 year ago

SIG-Graphics-Audio owns Material Canvas

LB-ArturZieba commented 1 year ago

Issue verified as fixed on the Stabilization/2305 (602a599) build.