Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit346d1f0

Browse files
Fix visible layers being wrong when exporting
1 parent8784427 commit346d1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Autoload/Export.gd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ func blend_selected_cels(
485485
image:Image,frame:Frame,origin :=Vector2(0,0),project :=Global.current_project
486486
)->void:
487487
forcel_indinframe.cels.size():
488-
vartest_array:= [project.current_frame,cel_ind]
488+
vartest_array:= [project.frames.find(frame),cel_ind]
489489
ifnottest_arrayinproject.selected_cels:
490490
continue
491491
ifframe.cels[cel_ind]isGroupCel:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp