Skip to content

Commit

Permalink
Move GfColorRamp, GfRGB, GfRGBA out of pxr
Browse files Browse the repository at this point in the history
Fixes #52

(Internal change: 1669189)
  • Loading branch information
sunyab authored and pixar-oss committed Nov 7, 2016
1 parent e112b48 commit 57d4d15
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,914 deletions.
16 changes: 0 additions & 16 deletions pxr/base/lib/gf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pxr_shared_library(gf
PUBLIC_CLASSES
bbox3d
camera
colorRamp
frustum
gamma
half
Expand Down Expand Up @@ -49,8 +48,6 @@ pxr_shared_library(gf
range3f
ray
rect2i
rgb
rgba
rotation
size2
size3
Expand Down Expand Up @@ -83,7 +80,6 @@ pxr_shared_library(gf
module.cpp
wrapBBox3d.cpp
wrapCamera.cpp
wrapColorRamp.cpp
wrapFrustum.cpp
wrapGamma.cpp
wrapHalf.cpp
Expand Down Expand Up @@ -112,8 +108,6 @@ pxr_shared_library(gf
wrapRange3d.cpp
wrapRange3f.cpp
wrapRay.cpp
wrapRGB.cpp
wrapRGBA.cpp
wrapRect2i.cpp
wrapRotation.cpp
wrapSize2.cpp
Expand Down Expand Up @@ -166,7 +160,6 @@ pxr_build_test(testGfHardToReach
pxr_test_scripts(
testenv/testGfBBox3d.py
testenv/testGfCamera.py
testenv/testGfColorRamp.py
testenv/testGfDecomposeRotation.py
testenv/testGfFrustum.py
testenv/testGfGamma.py
Expand All @@ -182,7 +175,6 @@ pxr_test_scripts(
testenv/testGfRange.py
testenv/testGfRay.py
testenv/testGfRect2i.py
testenv/testGfRGB.py
testenv/testGfRotation.py
testenv/testGfSize.py
testenv/testGfTransform.py
Expand All @@ -193,10 +185,6 @@ pxr_register_test(testGfBBox3d
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfBBox3d"
)
pxr_register_test(testGfColorRamp
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfColorRamp"
)
pxr_register_test(testGfDecomposeRotation
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfDecomposeRotation"
Expand Down Expand Up @@ -260,10 +248,6 @@ pxr_register_test(testGfRect2i
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfRect2i"
)
pxr_register_test(testGfRGB
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfRGB"
)
pxr_register_test(testGfRotation
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testGfRotation"
Expand Down
3 changes: 0 additions & 3 deletions pxr/base/lib/gf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@
del __DOC
except Exception:
pass

# FIXME XXX: need to remove Interval, RGB, RGBA, ColorRamp for public
# API, need to leave them for tests.
175 changes: 0 additions & 175 deletions pxr/base/lib/gf/colorRamp.cpp

This file was deleted.

Loading

0 comments on commit 57d4d15

Please sign in to comment.