May 16, 2018, 12:52 (GMT) |
More removal of DerivedMesh stuff |
May 16, 2018, 12:33 (GMT) |
Some fixups |
May 16, 2018, 12:33 (GMT) |
Mesh: Set deformed_only=1 when copied mesh is from main library |
May 16, 2018, 11:07 (GMT) |
Merge branch 'blender2.8' into temp-sybren-particles |
May 16, 2018, 10:54 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-sybren-particles |
May 16, 2018, 10:43 (GMT) |
Merge branch 'blender2.8' into temp-sybren-particles |
May 16, 2018, 10:35 (GMT) |
FIXUP used wrong ob/psys |
May 16, 2018, 10:25 (GMT) |
Fixes for collections unification: * Fix various crashes due to bug in latest versioning code * Fix outliner restrict button column clipping |
May 16, 2018, 10:16 (GMT) |
WIP NO PUSHY PUSHY particle system |
May 16, 2018, 10:16 (GMT) |
Save 'deform_only' flag in Mesh.runtime This flag is copied when converting between DM and Mesh. This flag is set to true in get_mesh(), to mimick the behaviour of CDDM_from_mesh_ex. This is necessary for the particle system to work correctly. |
Revision 82bffc6 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 09:02 (GMT) |
Fix dissolve operator The indices were wrong |
Revision f29b8c7 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 08:51 (GMT) |
Cleanup: Remove unused parameter |
Revision 3e218ed by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 08:49 (GMT) |
ix simplify stroke segment fault The index of the weights array was wrong. WIP: Still there is a problem with simplify adaptative. |
Revision 03bb81f by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 08:34 (GMT) |
Fix field name error |
Revision 619cc12 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 08:16 (GMT) |
Add missing main weight array duplication |
Revision 8f9e7de by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 08:04 (GMT) |
Fix segment fault when draw strokes The subdivide was not reallocating the weights array. |
May 16, 2018, 07:51 (GMT) |
Use BKE_mesh_apply_vert_coords instead of local defined version |
Revision 9750e5c by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 16, 2018, 07:48 (GMT) |
Cleanup: Remove duplicate and unused code |
May 16, 2018, 07:44 (GMT) |
Remove collections module (caused UI to fail entirely) |
May 16, 2018, 07:37 (GMT) |
Cleanup: remove ignored const |
|