Skip to content

Commit

Permalink
Merge pull request #12 from schroef/custom-frame-length
Browse files Browse the repository at this point in the history
Hot fix new doc preset issue
  • Loading branch information
schroef authored Nov 15, 2023
2 parents 98b9d8d + 649fce8 commit b331c15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 185 deletions.
183 changes: 0 additions & 183 deletions com.sbaril.animdessin2/META-INF/signatures.xml

This file was deleted.

2 changes: 1 addition & 1 deletion com.sbaril.animdessin2/jsx/AnimD2_newDocPreset.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2836,7 +2836,7 @@ function setupProject(presetInfo){
// var desc50 = new ActionDescriptor();
// executeAction(idmoveInTime, desc50, DialogModes.NO);
if (presetInfo.splitTmln) {
splitNewDoc(presetInfo.splitTmlnIndex+1)
splitNewDoc(exportInfo.splitTmlnIndex+1)
}
gotoFrame(0); // Move back at frame 1
// alert(presetInfo.projectBgColorIndex == bgtransparent)
Expand Down
1 change: 0 additions & 1 deletion com.sbaril.animdessin2/mimetype

This file was deleted.

0 comments on commit b331c15

Please sign in to comment.