Skip to content

Commit

Permalink
ADD: pointcloud datatype guid in componentizer
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored May 19, 2024
1 parent dfec7e4 commit 560d8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion componentize_cpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
surface="f4070a37-c822-410f-9057-100d2e22a22d",
subd="20f4ca9c-6c90-4fd6-ba8a-5bf9ca79db08",
brep="2ceb0405-fdfe-403d-a4d6-8786da45fb9d",
pointcloud="d73c9fb0-365d-458f-9fb5-f4141399311f",
geometrybase="c37956f4-d39c-49c7-af71-1e87f8031b26"
)

Expand Down Expand Up @@ -405,4 +406,4 @@ def create_ghuser_component(source, target, version=None, prefix=None):
target = os.path.join(targetdir, d + ".ghuser")
print(" [ ] {}\r".format(d), end="")
create_ghuser_component(source, target, args.version, args.prefix)
print(" [x] {} => {}".format(d, target))
print(" [x] {} => {}".format(d, target))

0 comments on commit 560d8ed

Please sign in to comment.