Skip to content

Commit

Permalink
ver 0.5.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
neil3d committed Dec 12, 2021
1 parent ed9a855 commit e326162
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CleanProject.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RMDIR /S /Q Binaries
RMDIR /S /Q Intermediate
RMDIR /S /Q Saved

RMDIR /S /Q Plugins\AnimatedTexturePlugin\Binaries
RMDIR /S /Q Plugins\AnimatedTexturePlugin\Intermediate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"VersionName": "0.5.0",
"FriendlyName": "AnimatedTexturePlugin",
"Description": "Import Animated GIF as a new AnimtedTexture asset type",
"Category": "Rendering",
Expand Down
8 changes: 8 additions & 0 deletions Plugins/AnimatedTexturePlugin/Config/FilterPlugin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ uint32 FGIFDecoder::NextFrame(uint32 DefaultFrameDelay, bool bLooping)
// Restore to previous. The decoder is required to restore the area
// overwritten by the graphic with what was there prior to rendering
// the graphic.
std::cout << "DISPOSE_PREVIOUS" << std::endl;
//std::cout << "DISPOSE_PREVIOUS" << std::endl;
break;
}// end of switch
}
Expand Down

0 comments on commit e326162

Please sign in to comment.