Skip to content

Commit

Permalink
Merge pull request #2 from rodeofx/new_icons
Browse files Browse the repository at this point in the history
Maya annd Houdini: using new Walter icons
  • Loading branch information
rodeo authored Aug 9, 2018
2 parents 35a5c86 + 3a4110c commit 951c0ea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion walter/houdini/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ target_link_libraries(
${HOUDINI_LIB_DIRS}/libhboost_system.so)

install(
FILES ${CMAKE_SOURCE_DIR}/maya/icons/walterwhite.png
FILES ${CMAKE_SOURCE_DIR}/houdini/icons/Walter_round_logo_gold.png
DESTINATION houdini/config/Icons)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/otls/walter_procedural.hda
Expand Down
Binary file added walter/houdini/icons/Walter_round_logo_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified walter/houdini/otls/walter_procedural.hda
Binary file not shown.
2 changes: 1 addition & 1 deletion walter/houdini/src/SOP_WalterNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void SOP_WalterNode::install(OP_OperatorTable* table)
0, // Local variables
OP_FLAG_GENERATOR); // Flag it as generator

op->setIconName("walterwhite.png");
op->setIconName("Walter_round_logo_gold.png");
table->addOperator(op);
}

Expand Down
Binary file modified walter/maya/icons/out_walterStandin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 951c0ea

Please sign in to comment.