We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12708a commit 87ff11bCopy full SHA for 87ff11b
bseq/callback.py
@@ -11,6 +11,10 @@ def update_path(self, context):
11
context.scene.BSEQ.use_pattern = False
12
context.scene.BSEQ.pattern = ""
13
14
+ '''
15
+ Detects all the file sequences in the directory
16
17
+
18
p = context.scene.BSEQ.path
19
try:
20
f = fileseq.findSequencesOnDisk(p)
@@ -31,9 +35,6 @@ def update_path(self, context):
31
35
32
36
33
37
def item_fileseq(self, context):
34
- '''
- Detects all the file sequences in the directory
38
return file_sequences
39
40
0 commit comments