Skip to content

Commit

Permalink
Restore compatibility with previous versions of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Mar 5, 2017
1 parent 41543fb commit 536800d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/appleseed-max-impl/disneymtl/appleseeddisneymtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ namespace
ParamIdSpecularTintTexmap,
ParamIdRoughness,
ParamIdRoughnessTexmap,
ParamIdSheen,
ParamIdSheenTexmap,
ParamIdSheenTint,
ParamIdSheenTintTexmap,
ParamIdAnisotropy,
ParamIdAnisotropyTexmap,
ParamIdClearcoat,
Expand All @@ -108,7 +104,11 @@ namespace
ParamIdBumpMethod,
ParamIdBumpTexmap,
ParamIdBumpAmount,
ParamIdBumpUpVector
ParamIdBumpUpVector,
ParamIdSheen,
ParamIdSheenTexmap,
ParamIdSheenTint,
ParamIdSheenTintTexmap
};

enum TexmapId
Expand Down

0 comments on commit 536800d

Please sign in to comment.