Blender Git Commits

Blender Git "usd-importer-T81257-merge" branch commits.

August 2, 2021, 14:13 (GMT)
USD importer: fixed typo

Fixed typo in copyright block comments.
August 2, 2021, 04:35 (GMT)
USD importer: updated copyright notices.

Explicitly acknowledged adaptation from the Alembic
importer implementation and copyright by Kevin Dietrich.
July 29, 2021, 17:15 (GMT)
USD import: remove placeholder bezier curve code

The placeholder code for the unimplemented functionality
of importing bezier curves was causing a crash. It has
been removed until support for beziers can be properly
added.
July 29, 2021, 16:59 (GMT)
Updated USDMeshReader comments
July 29, 2021, 16:28 (GMT)
USD import: update copyright notices
July 28, 2021, 00:39 (GMT)
USD import: convert sun angle to radians

Now converting USD distant light angle from degrees
to radians.
July 27, 2021, 16:40 (GMT)
USD import: validate light attributes

Added checks to validate light attributes
and values, to help avoid errors when reading
light settings which might not have been
authored.
July 27, 2021, 01:42 (GMT)
USD import: bug detecting mesh topology change

Fixed mesh reader logic detecting topology changes in mesh
sequence animations, which avoids a crash in some cases.
July 26, 2021, 02:08 (GMT)
USD import: gray out disabled options.

Now graying out, instead of hiding, disabled options.
July 25, 2021, 20:49 (GMT)
USD import options Experimental header alignment

Fixed alignment of the Experimental column header
to be consistent with the other options headers.
July 24, 2021, 02:10 (GMT)
USD import: don't check for cache usdz extension.

Removed check for .usdz extension in logic to
determine cachfile type.
July 24, 2021, 02:04 (GMT)
USD Import: removed unused variable.
July 24, 2021, 01:25 (GMT)
USD import: use pointers for out parameters.

Changed return parameter types from references to
pointers, to improve code readability, per suggestion
from Sybren.
July 24, 2021, 00:10 (GMT)
USD import: get_opacity_threshold() function.

Moved the opacity threshold query logic out of the
needs_blend() function to a new get_opacity_threshold()
function, for readability.
July 23, 2021, 22:08 (GMT)
USD import: fix comments.

Updated to C-style comments. Minor cleanup of
comments text.
July 23, 2021, 20:41 (GMT)
USD import: update copyright notice.

Added NVIDIA copyright notice.
July 23, 2021, 20:09 (GMT)
USD import cleanup: reorder include.
July 23, 2021, 19:20 (GMT)
USD Import: fix comments.

Now using C-style comments throughout. Also,
putting unused code in #if 0 blocks. Removed
unneeded comments and other miscellaneous fixes.
July 22, 2021, 19:40 (GMT)
USD Import: only create UV data if needed.

Fixed bug where UV custom data was being created
even if reading mesh UVs is disabled.
July 22, 2021, 19:16 (GMT)
USD Import: read uvs and colors options.

Replaced the mesh_read_flag enum property with
read_mesh_uvs and read_mesh_colors toggles, as
the enum property has turned out to be confusing
to users.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021