Remove rand_color

remove reference to rand_color since it is not part of mainline CQ-editor (yet)
This commit is contained in:
jdegenstein 2022-11-17 16:38:16 -06:00 committed by GitHub
parent 52834e805b
commit 10db2fcfdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,4 +76,4 @@ with BuildPart() as mainp:
Split(bisect_by=Plane(origin=(0,0,-splitz)))
Split(bisect_by=Plane(origin=(0,0,splitz)),keep=Keep.BOTTOM)
show_object(mainp.part.wrapped,options=rand_color(alpha=.8))
show_object(mainp.part.wrapped)