Skip to content

Commit

Permalink
Added lock_nodes option to HAPI_SaveHIPFile() to lock all SOPs before…
Browse files Browse the repository at this point in the history
… saving the scene for better debugging.
  • Loading branch information
Yelmond committed May 28, 2015
1 parent e6f21b3 commit 17a3d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EngineCommand.C
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class EngineSubCommandSaveHIPFile : public SubCommand

virtual MStatus doIt()
{
HAPI_SaveHIPFile(myHIPFilePath.asChar());
HAPI_SaveHIPFile(myHIPFilePath.asChar(), false);

return MStatus::kSuccess;
}
Expand Down

0 comments on commit 17a3d1a

Please sign in to comment.