Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> usd-importer-T81257-merge
"Usd-importer-t81257-merge" branch
Total commits : 205
Total committers : 2
First Commit : January 16, 2021
Latest Commit : August 2, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
August, 2021 | 2 | |
July, 2021 | 45 | |
June, 2021 | 24 | |
May, 2021 | 28 | |
April, 2021 | 51 | |
March, 2021 | 41 | |
February, 2021 | 12 | |
January, 2021 | 2 |
Committers
Author | Number of Commits |
---|---|
Michael Kowalski | 202 |
makowalski | 3 |
Popular Files
Filename | Total Edits |
---|---|
usd_reader_mesh.cc | 60 |
io_usd.c | 50 |
usd_reader_stage.cc | 38 |
usd_reader_xform.cc | 25 |
usd_reader_mesh.h | 24 |
usd_reader_stage.h | 21 |
usd_reader_nurbs.cc | 21 |
usd_reader_prim.h | 21 |
usd_reader_curve.cc | 21 |
usd_capi.cc | 20 |
Latest 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. |
MiikaHweb - Blender Git Statistics v1.06