Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski commented on issue blender/blender#106398 2024-03-29 14:15:30 +01:00
UsdGeomPoints import support

@devin-bayly Per our direct discussion yesterday, I opened pull request blender/blender#120060 based on your branch.

Michael Kowalski commented on pull request blender/blender#120060 2024-03-29 14:06:05 +01:00
USD: UsdGeomPoints import support

This implementation looks good. I would recommend extending it as follows:

  • Handle more point attribute types.
  • Extend USDPointsReader::is_animated() to handle animating attributes in…
Michael Kowalski created pull request blender/blender#120060 2024-03-29 13:57:19 +01:00
WIP: USD: UsdGeomPoints import support
Michael Kowalski commented on issue blender/blender#106398 2024-03-27 23:50:37 +01:00
UsdGeomPoints import support

Yes, it could be that you did not fork the original blender source repo.

Did you originally follow this setup: https://developer.blender.org/docs/handbook/contributing/pull_requests/#one-time-s

Michael Kowalski commented on issue blender/blender#106398 2024-03-27 22:56:48 +01:00
UsdGeomPoints import support

Yes, it should go to blender:main. I'm not sure why you're not seeing it. Maybe something went wrong when you copied my branch. How did you copy my branch?

In any case, maybe try copying…

Michael Kowalski created branch devin-bayly-patch-2-clean in makowalski/blender 2024-03-27 22:50:13 +01:00
Michael Kowalski pushed to devin-bayly-patch-2-clean at makowalski/blender 2024-03-27 22:50:13 +01:00
5b57f3cafe all edits to usd reader for timeseries point cloud support
9b6fee3c57 add in any header changes
2ce4b2a802 include section to read from the other flat float types
99f841e0ec added information for reading a file
Compare 4 commits »
Michael Kowalski commented on issue blender/blender#106398 2024-03-27 21:12:46 +01:00
UsdGeomPoints import support

Hi @devin-bayly. Thanks for following up! I see your copy of the branch, but did you create the pull request?

https://developer.blender.org/docs/handbook/contributing/pull_requests/#create-a-p

Michael Kowalski commented on issue blender/blender#106398 2024-03-27 17:34:14 +01:00
UsdGeomPoints import support

Hi @devin-bayly . I made this branch that has your changes from devin-bayly-patch-2-clean applied to the latest main:

https://projects.blender.org/makowalski/blender/src/branch/usd-points-i

Michael Kowalski pushed to usd-points-import at makowalski/blender 2024-03-27 15:09:30 +01:00
195459d758 USD: fix formatting
be6697a1ad USD: using stripped primvar name for color attribute
Compare 2 commits »
Michael Kowalski created branch usd-points-import in makowalski/blender 2024-03-27 00:50:44 +01:00
Michael Kowalski pushed to usd-points-import at makowalski/blender 2024-03-27 00:50:44 +01:00
35e11a3cb7 USD: removed unused code, using CLOG instead of printf
d4231d89f7 USD: remove unused headers, fixed formatting
da5980064f USD: Updated license identifiers
a98279a9ed USD: renamed usd_reader_points.h to usd_reader_points.hh
a9496e1fea USD: fixed includes
Compare 10 commits »
Michael Kowalski commented on issue blender/blender#106398 2024-03-26 19:25:43 +01:00
UsdGeomPoints import support

Hi @devin-bayly. The branch you're working on is very much out of date with main. As a first step, I'd like to apply the changes you have cleanly to top of main so we have a branch we can use to…

Michael Kowalski approved blender/blender#119858 2024-03-26 15:00:59 +01:00
USD: Add tests to cover curve, light, and point instancer import

This looks good. Thanks for adding the tests.

Michael Kowalski commented on pull request blender/blender#119180 2024-03-26 14:58:29 +01:00
USD: Export Cycles Shader networks as USD material networks.

@brecht I suppose another option might be to implement Cycles to USD conversion as a Python export hook, but I haven't thought through all the pros and cons of doing it that way.

Michael Kowalski commented on issue blender/blender#106398 2024-03-26 01:34:01 +01:00
UsdGeomPoints import support

Hi @devin-bayly. I'll take a look at this in the next day or so. I'm sorry for the delay on my part, and thanks for all the hard work!

Michael Kowalski pushed to universal-scene-description at blender/blender 2024-03-20 16:09:12 +01:00
9332d319d0 Fix: USD import: point instancer invalid modifier uid
Michael Kowalski deleted branch usd-pointinstancer-uid-init from makowalski/blender 2024-03-20 13:59:14 +01:00
Michael Kowalski merged pull request blender/blender#119683 2024-03-20 13:59:11 +01:00
Fix: USD import: point instancer invalid modifier uid
Michael Kowalski pushed to blender-v4.1-release at blender/blender 2024-03-20 13:59:11 +01:00
99b845b1fb Fix: USD import: point instancer invalid modifier uid