June 15, 2021, 16:48 (GMT) |
bli: generational_arena: get(), get_no_gen(), get_no_gen_index() |
June 15, 2021, 16:12 (GMT) |
bli: generational_arena: insert() |
June 15, 2021, 07:18 (GMT) |
bli: generational_arena: constructors and reserve() |
June 15, 2021, 06:31 (GMT) |
bli: generational_arena: doc: how it works |
June 15, 2021, 06:10 (GMT) |
bli: generational_arena: fix: compile errors |
June 14, 2021, 16:32 (GMT) |
bli: generational_arena: class declaration setup |
June 11, 2021, 15:49 (GMT) |
adaptive_cloth: run BKE_cloth_remesh() when remesh flag is on |
June 11, 2021, 14:12 (GMT) |
adaptive_cloth: ui: add remesh option within shape |
June 11, 2021, 07:52 (GMT) |
adaptive_cloth: `do_step_cloth()` should update the input mesh |
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 10, 2021, 06:36 (GMT) |
adaptive_cloth: initial conversion of cloth modifier to `modifyMesh` from `deformVerts` Adaptive remeshing requires the mesh connectivity to change, so the modifier should be of `eModifierTypeType_Nonconstructive` type and use the `modifyMesh()` function instead of the `deformVerts()` function. The next step is to make the `clothModifier_do()` function to take advantage of the mesh given to it since now that mesh can be edited by it and returned directly. |
June 9, 2021, 04:41 (GMT) |
adaptive_remesh: create a new modifier |
|