Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-06 21:52:01 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Missed this the first time through but we should remove the raw printf. Can you add a CLOG here as follows:

Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-06 21:49:07 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Seems was missed? We had prior UI module feedback for removing the "When checked" type wording in these so just noting again.

Jesse Yurkovich commented on pull request blender/blender#121325 2024-05-06 21:48:05 +02:00
USD Export: Added filtering option for types to export.

For all these messages remove the "When checked" wording and just say "Export all foos" for each of them.

Jesse Yurkovich commented on pull request blender/blender#121325 2024-05-06 21:48:04 +02:00
USD Export: Added filtering option for types to export.

The export_materials item seems duplicated; is still present above this.

Jesse Yurkovich commented on issue blender/blender#121426 2024-05-06 19:18:26 +02:00
Collada .dae export: Setting "Limit Precision" has no effect

Ah, so the limit_precision option is only used on the various matrix transform data for objects (including blend shape and armature transform matrices), not the actual vertex data. This is why…

Jesse Yurkovich pushed to main at deadpin/.profile 2024-05-06 08:43:27 +02:00
2f73514981 Update reports/2024.md
Jesse Yurkovich closed issue blender/blender#121446 2024-05-05 20:38:19 +02:00
Objects visible under one workspace are gone under the other
Jesse Yurkovich commented on issue blender/blender#121446 2024-05-05 20:38:15 +02:00
Objects visible under one workspace are gone under the other

Indeed, the Layout workspace is set to Local view. Will close as this is not a bug.

Jesse Yurkovich commented on issue blender/blender#121426 2024-05-05 20:36:35 +02:00
Collada .dae export: Setting "Limit Precision" has no effect

I'm not able to reproduce this on Windows at least. Attached are 2 files, both from the default scene, the first exported normally and the second with the "Limit Precision" option checked. There…

Jesse Yurkovich created branch io-panels in deadpin/blender 2024-05-05 04:07:10 +02:00
Jesse Yurkovich pushed to io-panels at deadpin/blender 2024-05-05 04:07:10 +02:00
cfeeaa1064 Use panels for Alembic, OBJ, PLY, and STL
3be6dbb02a Fix #121366: Invalid mat_nr after exact boolean
7ec4218d1d Fix #121296: Surface Deform node-group not marked as modifier
c34a1b5c47 Cleanup: use return instead of an argument for PyC_MainModule_Backup
cdf15010c0 Cleanup: de-duplicate logic to evaluate Python expressions
Compare 10 commits »
Jesse Yurkovich opened issue blender/blender#121432 2024-05-05 00:41:26 +02:00
Collection Export: Panels malfunction if multiple export operators of the same type are used
Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-03 10:32:38 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Are the "recommendations" consolidated somewhere? It would be helpful if they were so we could mention the scenario in our commit description etc.

That said it does look like there's some…

Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-03 10:31:03 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Can you move this inside do_write and make it constexpr instead of static const.

Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-03 10:31:02 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

We've been standardizing on just checking root_prim_path[0] != '\0' instead of doing a length check for most strings like this across blender.

Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-03 10:31:01 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Are these enums necessary? They're pretty much the same as eIOAxis inside IO_orientation.hh. Can also see how they're used in the other exporters.

Jesse Yurkovich commented on pull request blender/blender#121226 2024-05-03 10:31:00 +02:00
USD Export: Adding the ability to choose Stage Up Axis at export time.

Our other exporters don't bother with the "Global Up axis for export" type messages. It's probably ok to leave the descriptions blank here too.