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
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Fixes
Breaking Changes
----------------

- Renderable : Removed `render()` method.
- CoordinateSystem : Removed transform.
- Font : Removed `meshGroup()` method.
- Options, Group, Transform, MatrixTransform, MatrixMotionTransform, AttributeState, Light, MotionPrimitive : Removed.
- CurveExtrudeOp, IDXReader : Removed.
- PreWorldRenderable, StateRenderable : Removed. All derived classes now derive directly from Renderable.
- Renderer, AttributeBlock, EditBlock, MotionBlock, TransformBlock, WorldBlock : Removed.
- IECoreHoudini : Removed.
- IECoreMaya : Removed.
- IECoreNuke : Removed.
Expand Down
1 change: 0 additions & 1 deletion contrib/IECoreAlembic/src/IECoreAlembic/CameraReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "IECoreAlembic/ObjectReader.h"

#include "IECoreScene/Camera.h"
#include "IECoreScene/Transform.h"

#include "IECore/SimpleTypedData.h"

Expand Down
501 changes: 0 additions & 501 deletions include/IECoreGL/Renderer.h

This file was deleted.

8 changes: 4 additions & 4 deletions include/IECoreGL/TypeIds.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ enum TypeId
RenderableTypeId = 105006,
BindableTypeId = 105007,
TextureTypeId = 105008,
RendererTypeId = 105009,
RendererTypeId = 105009, // Obsolete, available for reuse
ShaderTypeId = 105010,
PrimitiveTypeId = 105011,
PointsPrimitiveTypeId = 105012,
Expand All @@ -58,8 +58,8 @@ enum TypeId
QuadPrimitiveTypeId = 105015,
SpherePrimitiveTypeId = 105016,
BoxPrimitiveTypeId = 105017,
RendererImplementationTypeId = 105018,
DeferredRendererImplementationTypeId = 105019,
RendererImplementationTypeId = 105018, // Obsolete, available for reuse
DeferredRendererImplementationTypeId = 105019, // Obsolete, available for reuse
PrimitiveWireframeWidthTypeId = 105020,
PrimitiveOutlineWidthTypeId = 105021,
PrimitivePointsTypeId = 105022,
Expand All @@ -69,7 +69,7 @@ enum TypeId
FrameBufferTypeId = 105026,
DepthTextureTypeId = 105027,
ColorTextureTypeId = 105028,
ImmediateRendererImplementationTypeId = 105029,
ImmediateRendererImplementationTypeId = 105029, // Obsolete, available for reuse
BlendFuncStateComponentTypeId = 105030,
BlendColorStateComponentTypeId = 105031,
BlendEquationStateComponentTypeId = 105032,
Expand Down
45 changes: 0 additions & 45 deletions include/IECoreGL/bindings/RendererBinding.h

This file was deleted.

118 changes: 0 additions & 118 deletions include/IECoreGL/private/RendererImplementation.h

This file was deleted.

55 changes: 0 additions & 55 deletions include/IECoreGL/private/RendererImplementation.inl

This file was deleted.

69 changes: 0 additions & 69 deletions include/IECoreScene/AttributeBlock.h

This file was deleted.

Loading
Loading