Skip to content

Commit

Permalink
add shadow group as the essential group for floor type.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Feb 8, 2024
1 parent 8ec101e commit c82c094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bbp_ng/UTIL_naming_convension.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ def set_to_object(obj: bpy.types.Object, info: BallanceObjectInfo, reporter: Ren
gp.add_group('Phys_Floors')
gp.add_group('Sound_HitID_01')
gp.add_group('Sound_RollID_01')
# floor type also need group into shadow group.
gp.add_group('Shadow')
case BallanceObjectType.RAIL:
gp.add_group('Phys_FloorRails')
gp.add_group('Sound_HitID_02')
Expand Down

0 comments on commit c82c094

Please sign in to comment.