devin-bayly
  • Joined on 2023-03-30
devin-bayly commented on issue blender/blender#106398 2024-03-27 23:14:55 +01:00
UsdGeomPoints import support

haha I knew I messed something up a bit. So my branch cloning worked something like,

git remote add mako https://projects.blender.org/makowalski/blender
git fetch mako
git checkout…
devin-bayly commented on issue blender/blender#106398 2024-03-27 22:22:37 +01:00
UsdGeomPoints import support

Oh, it looks like makowalski:main is the only option I have in the drop down

devin-bayly commented on issue blender/blender#106398 2024-03-27 22:21:41 +01:00
UsdGeomPoints import support

Haha yea I only did the copying step, but I'll submit the pr now. It's going to blender:main hope that's right

devin-bayly commented on issue blender/blender#106398 2024-03-27 20:22:28 +01:00
UsdGeomPoints import support
devin-bayly pushed to usd-points-import at devin-bayly/blender 2024-03-27 20:20:53 +01:00
195459d758 USD: fix formatting
be6697a1ad USD: using stripped primvar name for color attribute
35e11a3cb7 USD: removed unused code, using CLOG instead of printf
d4231d89f7 USD: remove unused headers, fixed formatting
da5980064f USD: Updated license identifiers
Compare 10 commits »
devin-bayly created branch usd-points-import in devin-bayly/blender 2024-03-27 20:20:53 +01:00
devin-bayly commented on issue blender/blender#106398 2024-03-27 19:37:03 +01:00
UsdGeomPoints import support

The branch you're working on is very much out of date with main. Oh i bet, thanks for helping out with making the code apply to the latest version of the source.

Happy to make a PR from…

devin-bayly commented on issue blender/blender#106398 2024-03-26 00:19:08 +01:00
UsdGeomPoints import support

I'm truly in awe now of people who work on the large repos. Even the simple things seem to trip me up. Here's a branch that I think keeps the changes local to the two files (usd_reader_points.cc,.h…

devin-bayly created branch devin-bayly-patch-2-clean in devin-bayly/blender 2024-03-26 00:16:48 +01:00
devin-bayly pushed to devin-bayly-patch-2-clean at devin-bayly/blender 2024-03-26 00:16:48 +01:00
5b57f3cafe all edits to usd reader for timeseries point cloud support
devin-bayly pushed to devin-bayly-patch-2 at devin-bayly/blender 2024-03-25 23:47:28 +01:00
03f8828300 merge in primvar removal and clean up
5fa5c7e2a8 removing the primvar names
Compare 2 commits »
devin-bayly commented on issue blender/blender#106398 2024-02-29 07:12:24 +01:00
UsdGeomPoints import support

I think I might have botched up a little of the git history so I'll probably need to work on that a little, but here's the changes that I've worked on most recently.

https://projects.blender.or

devin-bayly created branch devin-bayly-patch-3 in devin-bayly/blender 2024-02-29 07:09:11 +01:00
devin-bayly pushed to devin-bayly-patch-3 at devin-bayly/blender 2024-02-29 07:09:11 +01:00
03f8828300 merge in primvar removal and clean up
devin-bayly created branch devin-bayly-patch3 in devin-bayly/blender 2024-02-29 05:23:45 +01:00
devin-bayly pushed to devin-bayly-patch3 at devin-bayly/blender 2024-02-29 05:23:45 +01:00
5fa5c7e2a8 removing the primvar names
devin-bayly commented on issue blender/blender#106398 2024-02-29 03:13:52 +01:00
UsdGeomPoints import support

@makowalski , I keep starting a reply and then forgetting to send. Sorry! Yes I'm up for what you recommend. I'll just remove the primvars annoyance in the attributes read and then I'll send along…

devin-bayly commented on issue blender/blender#106398 2024-02-02 18:09:14 +01:00
UsdGeomPoints import support

Ok, I'm officially back at work after much vacation. Catching up here I see I should try to work in

devin-bayly commented on issue blender/blender#106398 2024-01-19 23:06:54 +01:00
UsdGeomPoints import support

Hi there!! Yea I'd love to reconnect in a day or so to get a sense of what the best next steps are. Thanks for checking on me!

Shoot how has it been 10 months already

devin-bayly pushed to devin-bayly-patch-2 at devin-bayly/blender 2023-11-03 22:10:03 +01:00
9b6fee3c57 add in any header changes