Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point Instanser incorrect processing #1230

Closed
iqch opened this issue Jun 1, 2020 · 1 comment
Closed

Point Instanser incorrect processing #1230

iqch opened this issue Jun 1, 2020 · 1 comment

Comments

@iqch
Copy link

iqch commented Jun 1, 2020

Description of Issue

usdview or its stageView widget shows incorrectly point instancer content in frames without instances defined - just keep content of latest non-empty state

Steps to Reproduce

#usda 1.0
(
endTimeCode = 3
startTimeCode = 1
)

def PointInstancer "Proximities"
{
rel prototypes =
quath[] orientations = []
point3f[] positions = []
point3f[] positions.timeSamples = {
1: [],
2: [(3, 0, 0),(6, 0, 0)],
3: [(3, 0, 0),(6, 0, 0),(9, 0, 0)]
}
int[] protoIndices = []
int[] protoIndices.timeSamples = {
1: [],
2: [0,0],
3: [0,0,0]
}
float3[] scales = []
float3[] scales.timeSamples = {
1: [],
2: [(1, 1, 1),(1, 1, 1)],
3: [(1, 1, 1),(1, 1, 1),(1, 1, 1)]
}
}

def Sphere "ball"
{
color3f[] primvars:displayColor = [(1, 1, 1)]
double radius = 1
token visibility = "hidden"
}

screengrab
https://vimeo.com/424909279

System Information (OS, Hardware)

USD20.05 Win10 MSVS2017 Win64
Python3.6

Package Versions

Build Flags

@jtran56
Copy link

jtran56 commented Jun 3, 2020

Filed as internal issue #USD-6100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants