Skip to content

Commit eacf0d0

Browse files
committed
Changed start frame to default to 1001
1 parent f0f2701 commit eacf0d0

File tree

7 files changed

+40
-1
lines changed

7 files changed

+40
-1
lines changed

.idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/tk-hiero-export.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/tk_hiero_export/shot_updater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_cut_item_data(self):
4747
out_handle = handles
4848

4949
# get the frame offset specified in the export options
50-
startFrame = self._startFrame or 0
50+
startFrame = self._startFrame or 1001
5151

5252
# these are the source in/out frames. we'll use them to determine if we
5353
# have enough frames to account for the handles. versions of

0 commit comments

Comments
 (0)