Skip to content

Commit

Permalink
Add TODO/QUESTION
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jan 15, 2025
1 parent 615f7ab commit d809227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_maya/plugins/load/load_vdb_to_redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def _set_path(grid_node,
def _create_default_redshift_volume_shader(
self, volume_shape: str) -> List[str]:
"""Create RedshiftStandardVolume shader and assign it to the volume"""
# TODO: Should this material become "managed" and get removed on
# removing the Redshift Volume itself? Currently it is not and it
# will linger in the scene as dangling unused material.

# Create shading engine with RedshiftStandardVolume
material = cmds.shadingNode("RedshiftStandardVolume", asShader=True)
Expand Down

0 comments on commit d809227

Please sign in to comment.