I can confirm the usdviewer also has this prob, so I think I can confirm I did something wrong ahead of the blender step. on the right is cloud compare viewing one timestep of this lidar…
OK, that took far too long to work out. I now have the piece in place that will convert my lidar timesteps into usdc. Here's a small snippet of the additional primvars that I'm outputting. I'm…
It was pretty painless to switch to the color I wanted so I figure I can keep doing it that way for now.
TY for the notes about the interpolations, I'll just behave as if the constants are…
Ok, so integrating that code from above I have the color being brought in. I'm curious what the correct name would be to have blender automatically pick up the colors without having to use a…
Sounds good, as soon as I wrote that I was thinking "I bet that was a hasty suggestion," and will be happy to proceed whatever way makes the most sense!
Stay tuned
Yes! This was going to be my next question, how to pick the right templated writer provided the types that I get back from the primvar.
This is definitely room to explore, and will help me…
Ah yes, this is totally me not understanding the distinction between those things. I also appreciate the quickness you've helped me course correct after I started to look at properties instead.
…
I wanted to chime back in to say that GetProperties
is doing what I was hoping, but I'm now struggling how to get a value out of a property when I've already checked that it is custom. It seems…
I'm going to paste some of the conversations I've been having in the blender chat here
September 21, 2023
devin-bayly17:47
makowalski I'm planning to add in my custom attribute code…
Haha thanks for the praise, it's really all you! I'll definitely follow up on that suggestion to read what the mesh reader is doing for the attributes. I'll also wait on the PR until I've don't a…