Blender Git Commits

Blender Git "usd" branch commits.

Page: 3 / 21

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.
July 22, 2021, 17:22 (GMT)
USD Import: rename global_read_flag parameter.

Renamed the global_read_flag import option and
parameter to mesh_read_flag.
July 22, 2021, 16:51 (GMT)
USD import options UI improvements.

Now using streamlined options properties layout,
implemented by Hans Goudey. Also, added name and
a more concise description to the prim_path_mask
property.
July 22, 2021, 15:14 (GMT)
USD import: format fix.
July 21, 2021, 17:18 (GMT)
USD import: Clang-Tidy warning fixes.
July 20, 2021, 17:51 (GMT)
USD IO: added NVIDIA copyright notices.
July 20, 2021, 01:00 (GMT)
USD import: clarify mesh read options.

Simplified the mesh read options naming and
descriptions to remove references to the mesh
sequence modifiers, as such references may be
confusing. The enum labels should now make it
more obvious which options are for animated
data, so mentioning the modifiers is unnecessary.
July 19, 2021, 23:15 (GMT)
More descriptive USD mesh import option names.

Updated the rna_enum_usd_import_read_flags
property enums with more descriptive names.
July 19, 2021, 22:55 (GMT)
USD import option name cleanup.

Removed unneeded Import prefix from option names.
July 19, 2021, 22:26 (GMT)
USD Import: mesh reader cleanup.

Simplified handling of left and right handed
orientations when converting polygons.
July 19, 2021, 20:50 (GMT)
USD IO: merged latest omni addon.

Merged latest umm_add_on branch of the addons_contrib
submodule.
July 19, 2021, 04:15 (GMT)
USD importer format fixes.
July 19, 2021, 04:06 (GMT)
USD importer: includes cleanup.

Removed unused includes and reordered includes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021