May 5, 2015, 12:29 (GMT) |
Merge branch 'strand_editmode' into alembic |
Revision 38d9301 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) May 5, 2015, 12:27 (GMT) |
Another fix for mirror editing of strand data. Currently strand edit mode tool use the object data 'x mirror' flag. This flag is only available on mesh objects, but the strand editing can be used for dupli override caches etc. as well. Eventually strand editing should get it's own independent flag to avoid this problem. |
May 5, 2015, 12:05 (GMT) |
Merge branch 'strand_editmode' into alembic |
Revision fbc70fa by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) May 5, 2015, 12:03 (GMT) |
Fix for call to mirror functions when mirroring is not enabled, giving warnings. |
May 4, 2015, 16:39 (GMT) |
Merge branch 'strand_editmode' into alembic |
Revision d52bdb6 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) May 4, 2015, 16:37 (GMT) |
Moved particle related functions of the strands edit mode into a separate file. This may seem a bit like overkill, but it helps ensure that no particle depedencies messes up the strand editing code. The same will be done for other use cases of the strand editing code in the future. |
May 4, 2015, 15:53 (GMT) |
Merge branch 'strand_editmode' into alembic |
Revision 16b6d6c by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) May 4, 2015, 15:52 (GMT) |
Added missing CD layer type name for MSurfaceSample. |
May 4, 2015, 15:37 (GMT) |
Merge branch 'strand_editmode' into alembic Conflicts: source/blender/editors/space_view3d/drawstrands.c source/blender/editors/space_view3d/view3d_intern.h |
May 4, 2015, 15:35 (GMT) |
Forgot this last merge |
May 4, 2015, 15:34 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/editors/space_sequencer/sequencer_draw.c |
May 4, 2015, 15:15 (GMT) |
Merge branch 'master' into alembic |
Revision bf7e8b4 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) May 4, 2015, 15:14 (GMT) |
Merge branch 'master' into strand_editmode Conflicts: source/blender/bmesh/bmesh_class.h source/blender/bmesh/intern/bmesh_mesh_conv.h |
May 4, 2015, 14:54 (GMT) |
Extended shape key evaluation for cached strands blending. Now shape keys don't replace the cached base data entirely with the static Basis shape. Instead the current state as coming from the cache is interpreted as the variable refkey instead of the Basis key. The Basis key is in fact redundant, but removing it would require changing a lot of shared shapekey code, so it's left in for now. |
May 4, 2015, 11:05 (GMT) |
Consider an empty keyblocks list to be a new key, so a Basis shape is added automatically. |
May 4, 2015, 11:04 (GMT) |
Actual shape key evaluation in the shape key modifier for caches. |
May 4, 2015, 11:01 (GMT) |
Make strand shapes relative by default. |
May 4, 2015, 11:01 (GMT) |
Unused variables. |
May 4, 2015, 10:59 (GMT) |
New 'fromtype' variable in Key to allow handling type-dependent pointer size and stride. This is terribly messy due to the legacy code. At some point should be cleaned up to get rid of the 'from' backpointer and simplify. |
May 4, 2015, 10:57 (GMT) |
Create a dummy weights array for strand keys, otherwise the eval function will exit early. |
|