Revision ab5587f by Bastien Montagne (override-recursive-resync) June 11, 2021, 08:26 (GMT) |
Merge branch 'master' into override-recursive-resync |
June 11, 2021, 07:52 (GMT) |
adaptive_cloth: `do_step_cloth()` should update the input mesh |
June 11, 2021, 07:09 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
June 11, 2021, 06:49 (GMT) |
adaptive_cloth: `clothModifier_do()` returns a new `Mesh` if simulation was successful This is an important change that allows for remeshing operations in the cloth simulator. `clothModifier_do()` returns the resulting mesh if it was successful otherwise NULL. |
June 11, 2021, 02:34 (GMT) |
USD dome light export improvements. Moved code for exporting the environment dome light to a new world_material_to_dome_light() function. This logic now includes support for exporting the environment texture and for using a relative path for this asset. Also added logic to export the dome light properties using a naming scheme backward compatible with USD versions older than 21. |
June 10, 2021, 19:38 (GMT) |
Support reading per vertex UVs on a meshes. |
Revision c718d16 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 19:01 (GMT) |
rebaseing and cleanup |
June 10, 2021, 18:31 (GMT) |
Support reading UVs at the vertex scope. Such UVs may be generated by Houdini or Maya. |
Revision 5444335 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
makeing node and modifier working with solidify kernel version. |
Revision 1f38c1f by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
- added offset and boundary data enums for nonmanifold mode. |
Revision 39f1908 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
- selection for simple |
Revision 0a96b03 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
make selection work for complex mode |
Revision 531c65f by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
moved solidify to Blender Kernel |
Revision caac062 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
Initial setup for solidify node |
Revision 174052e by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
solidify_extrude_generaly working. |
Revision 29c0528 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
- working with data from node |
Revision 1e07e07 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
- added basic support for input data |
June 10, 2021, 17:58 (GMT) |
Cleanup: Even more unused functions in Cycles X pass Didn't notice those in the previous cleanup. |
June 10, 2021, 17:57 (GMT) |
Cleanup: De-duplicate pass find logic The code of `Pass::contains()` and `Pass::find()` was almost identical. |
June 10, 2021, 17:55 (GMT) |
Cleanup: Remove unused pass functions in Cycles X Additionally, the comparison function was wrong: was using same vector of passes to get the next indices. |
|