Skip to content

Commit

Permalink
rename UsdPropertyEditor to UsdPrimEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
cpichard committed Jan 22, 2023
1 parent e701bf2 commit 7e6f0cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "SdfLayerEditor.h"
#include "LayerHierarchyEditor.h"
#include "FileBrowser.h"
#include "UsdPropertyEditor.h"
#include "UsdPrimEditor.h"
#include "ModalDialogs.h"
#include "StageOutliner.h"
#include "Timeline.h"
Expand Down
2 changes: 1 addition & 1 deletion src/viewport/Viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "Commands.h"
#include "Constants.h"
#include "Shortcuts.h"
#include "UsdPropertyEditor.h"
#include "UsdPrimEditor.h" // DrawUsdPrimEditTarget

namespace clk = std::chrono;

Expand Down
4 changes: 2 additions & 2 deletions src/widgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ target_sources(usdtweak PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/ModalDialogs.h
${CMAKE_CURRENT_SOURCE_DIR}/SdfPrimEditor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/SdfPrimEditor.h
${CMAKE_CURRENT_SOURCE_DIR}/UsdPropertyEditor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/UsdPropertyEditor.h
${CMAKE_CURRENT_SOURCE_DIR}/UsdPrimEditor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/UsdPrimEditor.h
${CMAKE_CURRENT_SOURCE_DIR}/SdfAttributeEditor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/SdfAttributeEditor.h
${CMAKE_CURRENT_SOURCE_DIR}/StageOutliner.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/StageOutliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "Constants.h"
#include "Gui.h"
#include "ImGuiHelpers.h"
#include "UsdPropertyEditor.h" // for DrawUsdPrimEditTarget
#include "UsdPrimEditor.h" // for DrawUsdPrimEditTarget
#include "StageOutliner.h"
#include "VtValueEditor.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <pxr/usd/pcp/layerStack.h>
#include <pxr/usd/usdShade/materialBindingAPI.h>
#include "Gui.h"
#include "UsdPropertyEditor.h"
#include "UsdPrimEditor.h"
#include "VtValueEditor.h"
#include "Constants.h"
#include "Commands.h"
Expand Down
File renamed without changes.

0 comments on commit 7e6f0cc

Please sign in to comment.