May 22, 2021, 21:45 (GMT) |
Merging latest nv-usd-importer branch. |
May 22, 2021, 20:29 (GMT) |
USD import: light unit conversion improvements. Extended the logic to convert from nits to scale by the light surface area. Also, added an option to scale the radius of spot and local lights. |
May 21, 2021, 00:32 (GMT) |
USD import: scale camera properties. Applying scene scale to camera clipping and focus distance. |
May 20, 2021, 20:17 (GMT) |
USD import: reverting scaling of light properties. Reverting applying scaling to light size properties. |
May 20, 2021, 18:55 (GMT) |
USD export: format fixes. |
May 20, 2021, 18:42 (GMT) |
USD export: convert to cm option. New option to set the USD units to centimeters and scale the scene by 100 to convert from meters. |
May 18, 2021, 21:47 (GMT) |
USD import: convert from nits on by default. Enabling the Convert Light Units from Nits option by default. |
May 18, 2021, 19:52 (GMT) |
USD import: format fixes. |
May 18, 2021, 19:42 (GMT) |
Merging latest from branch nv-usd-importer. |
May 18, 2021, 18:41 (GMT) |
USD import: creater readers for untyped prims. Added code to handle less common case where the USD prim has no type specified (seen in some legacy USDs). We still want to import such prims in order to access their descendents. |
May 18, 2021, 02:37 (GMT) |
USD import: fix crash on missing MDL material. Added early return in MDL conversion code if no valid MDL is found. |
May 18, 2021, 02:11 (GMT) |
USD import: light unit conversion. Added option to convert light units from nits. |
May 18, 2021, 00:37 (GMT) |
USD Import: apply scale to light size properties. Apply the scene scale value to light radius, width and height properties. |
May 17, 2021, 22:13 (GMT) |
Merging latest usd-importer-T81257-merge branch. |
May 17, 2021, 20:55 (GMT) |
USD import: z-up conversion for constraint. Added logic to handle z-up conversion when creating the USDStageReader handle for the transform cache constraint. |
May 17, 2021, 19:39 (GMT) |
USD import: remove Convert to Z Up option. Removing the z-up conversion option, per suggestion from reviewers. |
May 17, 2021, 15:28 (GMT) |
USD import: root object xform logic fix. Fixed logic for determining if a USDXformReader object is the root of a transform hierarchy. The previous implementation did not work for USDXformReader instances created for transform cache contraints, since in that case parent readers aren't set. Also, now checking if the prim is a root xform in the USDXformReader constructor, to avoid repeating this check every time the matrix is computed. |
May 17, 2021, 02:00 (GMT) |
USD Import: don't modify import params. Fixed the unit conversion code to avoid changing the import params scale member, to keep the params identical to what the user specified. Also updated the USDXformReader logic to use the scale value stored in the settings, to take into account the unit scale factor. |
May 15, 2021, 02:48 (GMT) |
USD Import: prune empty Scopes. No longer instantiating readers for Scopes if no readers are created for the Scope's descendents. |
May 15, 2021, 01:53 (GMT) |
USD import: fixed typo in reader merging code. |
|