Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> usd-importer-T81257
"Usd-importer-t81257" branch
Total commits : 79
Total committers : 2
First Commit : September 30, 2020
Latest Commit : March 5, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
March, 2021 | 2 | |
February, 2021 | 8 | |
January, 2021 | 0 | |
December, 2020 | 18 | |
November, 2020 | 20 | |
October, 2020 | 30 | |
September, 2020 | 1 |
Committers
Author | Number of Commits |
---|---|
Michael Kowalski | 78 |
Michael A. Kowalski | 1 |
Popular Files
Filename | Total Edits |
---|---|
usd_capi.cc | 26 |
usd_prim_iterator.cc | 18 |
usd_reader_mesh.cc | 16 |
io_usd.c | 15 |
CMakeLists.txt | 13 |
usd.h | 12 |
usd_reader_mesh.cc | 10 |
usd_reader_object.cc | 10 |
usd_prim_iterator.h | 9 |
usd_material_importer.cc | 9 |
Latest commits
March 5, 2021, 16:17 (GMT) |
USD Import: material blend bug. Fixed bug setting the material blend mode due to an uninitialized variable. |
March 3, 2021, 23:48 (GMT) |
USD Import: material conversion minor updates. Added comment re UsdPreviewSurface conversion. Now handling lowercase raw color space specification. |
February 19, 2021, 04:08 (GMT) |
USD import Set Material Blend option. New Set Material Blend option which, if enabled together with the UsdPreviewSurface option, will automatically set the material blend method based on the shader's opacity and opcityThreshold inputs. |
February 18, 2021, 20:20 (GMT) |
USD material importer comments. Also updated to more descriptive function name. |
February 18, 2021, 03:57 (GMT) |
UsdPreviewSurface material import improvements. Now setting texture image color space and chaining a Normal Map node with a Texture Image node for the Principled BSDF Normal input. Added a check to print warnings on missing texture files. Added comments. |
February 17, 2021, 17:04 (GMT) |
USD import: update instancing option description. |
February 16, 2021, 21:26 (GMT) |
USD import: uniform interpolation normals. Added logic to import USD normals with uniform interpolation (i.e., per-face normals) as Blender loop normals. |
February 15, 2021, 05:11 (GMT) |
USD import: format fix and remove debug prints. |
February 15, 2021, 04:47 (GMT) |
USD Import: support instance collections. Extended the experimental instancing option to support collection-based instancing. (Previously, the initial instancing experiment was an optimization based on shared meshes, to reduce memory usage for large instanced scenes, but this did not conform to the standard Blender instancing workflows and could not be easily extended to animations.) |
February 4, 2021, 00:23 (GMT) |
USD Importer: typo in code to filter by purpose. |
December 29, 2020, 20:39 (GMT) |
USD Importer: dependency graph update crash. Fixed occasional random crash due to simultaneous update to the dependency graph from multiple threads. A typical collision might happen when the USD import job thread is creating a material while the window manager in the main thread is processing event notifiers. Specifically, invoking BKE_object_material_slot_add() in the import thread would crash in the call Depsgraph::find_id_node(), presumably because the call to BKE_scene_graph_update_for_newframe() from the main thread is invalidating Depsgraph::id_hash. The current fix is to remove the ND_FRAME flag from the call to WM_jobs_timer(), which prevents ED_update_for_newframe() from being called in wm_event_system.c, line 506. We should look into whether we can skip invoking WM_jobs_timer() from the import thread altogether. |
December 27, 2020, 19:27 (GMT) |
USD importer: handle 'normals' primvar. This fix was provided by Koen Vroeijenstijn. Added logic to read the normals from 'primvars:normals', if this primvar exists. |
December 27, 2020, 18:14 (GMT) |
USD importer Purpose parameters. Added logic to prune prims by purpose. UI now has toggles to enable importing guide, proxy and render purpose geometry. Minor format fix. |
December 24, 2020, 01:33 (GMT) |
USD importer undo bug workaround. Skipping call to ED_undo_push() at end of the import, as invoking this function appears to cause occasional crashes. This logic should be restored once the source of the crash is determined. |
December 23, 2020, 17:34 (GMT) |
USD Importer Xform merge bug fix. Disallow merging if parent isn't a UsdGeomXform. |
December 15, 2020, 20:56 (GMT) |
USD importer: material assignment bug fix. Added logic to avoid assigning material indices to instanced meshes more than once. |
December 15, 2020, 05:28 (GMT) |
USD Importer: material assignment improvements. Simplified code in USDMeshReader::assign_materials() and added logic to optionally allow assigning mesh material indices, object material slots, or both. |
December 14, 2020, 01:49 (GMT) |
Fixed USD Import error message. |
December 14, 2020, 01:39 (GMT) |
USD importer: format and compiler warning fixes. |
December 11, 2020, 02:02 (GMT) |
USD importer: import shapes as empties. Added support for importing USD shapes (e.g., sphere, cube, etc.) as Blender empty objects, to allow visual debugging of transforms. Eventually, this logic will be extended to create meshes corresponding to the actual shapes. |
MiikaHweb - Blender Git Statistics v1.06