Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
10.6.x.x (relative to 10.6.0.0a1)
========

Breaking Changes
----------------

- SmoothSkinningData : Removed, along with all associated Ops and Parameters.

10.6.0.0a1 (relative to 10.5.15.1)
==========

Expand Down
10 changes: 0 additions & 10 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -600,16 +600,6 @@ o.Add(
( "IECoreScene.MeshMergeOp", os.path.join( "common", "primitive", "mesh", "merge" ) ),
( "IECoreScene.MeshVertexReorderOp", os.path.join( "common", "primitive", "mesh", "vertexReorder" ) ),
( "IECoreScene.MeshPrimitiveShrinkWrapOp", os.path.join( "common", "primitive", "mesh", "shrinkWrap" ) ),
( "IECoreScene.AddSmoothSkinningInfluencesOp", os.path.join( "rigging", "smoothSkinning", "addInfluences" ) ),
( "IECoreScene.RemoveSmoothSkinningInfluencesOp", os.path.join( "rigging", "smoothSkinning", "removeInfluences" ) ),
( "IECoreScene.CompressSmoothSkinningDataOp", os.path.join( "rigging", "smoothSkinning", "compress" ) ),
( "IECoreScene.DecompressSmoothSkinningDataOp", os.path.join( "rigging", "smoothSkinning", "decompress" ) ),
( "IECoreScene.NormalizeSmoothSkinningWeightsOp", os.path.join( "rigging", "smoothSkinning", "normalizeWeights" ) ),
( "IECoreScene.ReorderSmoothSkinningInfluencesOp", os.path.join( "rigging", "smoothSkinning", "reorderInfluences" ) ),
( "IECoreScene.SmoothSmoothSkinningWeightsOp", os.path.join( "rigging", "smoothSkinning", "smoothWeights" ) ),
( "IECoreScene.ContrastSmoothSkinningWeightsOp", os.path.join( "rigging", "smoothSkinning", "contrastWeights" ) ),
( "IECoreScene.LimitSmoothSkinningInfluencesOp", os.path.join( "rigging", "smoothSkinning", "limitInfluences" ) ),
( "IECoreScene.TransferSmoothSkinningWeightsOp", os.path.join( "rigging", "smoothSkinning", "transferWeights" ) ),
]
)

Expand Down
77 changes: 0 additions & 77 deletions include/IECoreScene/AddSmoothSkinningInfluencesOp.h

This file was deleted.

72 changes: 0 additions & 72 deletions include/IECoreScene/CompressSmoothSkinningDataOp.h

This file was deleted.

85 changes: 0 additions & 85 deletions include/IECoreScene/ContrastSmoothSkinningWeightsOp.h

This file was deleted.

67 changes: 0 additions & 67 deletions include/IECoreScene/DecompressSmoothSkinningDataOp.h

This file was deleted.

Loading