STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
273
游戏中
1,725
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Kpyxa 2022 年 4 月 17 日 下午 11:03
Can i export smd animation on a specific timeline period?
Hello, im porting animation from other games, and all anims stored in one timeline, so to separate them i need export specific frames, for an example from 3200 to 3300, but it seems that BST exporting all the anims from 0 to 3300, even if its dont have keyframes in there, i dont know it's bug or i just not properly used it. So how can i export anims on specific time?
< >
正在显示第 1 - 11 条,共 11 条留言
xdshot 2022 年 4 月 17 日 下午 11:32 
in qc
$sequence anim "anim.smd" frames 3200 3300 blah blah
xdshot 2022 年 4 月 17 日 下午 11:33 
and are you that lazy to remove all frames but 3200-3300 and move rest to beginning?
最后由 xdshot 编辑于; 2022 年 4 月 17 日 下午 11:34
Kpyxa 2022 年 4 月 18 日 上午 1:34 
引用自 xdshot
and are you that lazy to remove all frames but 3200-3300 and move rest to beginning?
There are 24000 frames approximately,each move has 20-100 frames, and i dont need half of them, but just moving keyframes with that amount of moves freezes my blender forever.
SMD with all 24000 frames have size around 100 Mb
xdshot 2022 年 4 月 18 日 上午 1:37 
write a macro for text edtor or make some scripts to crop and shift frames then. SMD is text format with easily understandable syntax.
Kpyxa 2022 年 4 月 18 日 上午 1:38 
And yet, if I want to change some specific keyframes, I will have to spend much more time deleting unnecessary ones and moving them due to the slowness of the blender.
In my opinion, it is much easier and more expedient to have the option of exporting individual time segments on the timeline.
Kpyxa 2022 年 4 月 18 日 上午 1:46 
引用自 xdshot
write a macro for text edtor or make some scripts to crop and shift frames then. SMD is text format with easily understandable syntax.
Not so smart to make that kind of soft for text editor.
xdshot 2022 年 4 月 18 日 上午 2:01 
引用自 Kpyxa
引用自 xdshot
write a macro for text edtor or make some scripts to crop and shift frames then. SMD is text format with easily understandable syntax.
Not so smart to make that kind of soft for text editor.
You could already done it while complaining :)
Kpyxa 2022 年 4 月 18 日 上午 2:23 
引用自 xdshot
引用自 Kpyxa
Not so smart to make that kind of soft for text editor.
You could already done it while complaining :)
Yeah, but it will still be more convenient and faster to have such an opportunity in the addon.
Artfunkel 2022 年 4 月 19 日 上午 10:10 
You should be able to achieve this by setting up Non-Linear Animation (NLA) in your scene. This way you can select a subsection of the action either by cropping it, or by moving its track segment before scene frame 0.
Kpyxa 2022 年 4 月 19 日 下午 11:09 
引用自 Artfunkel
You should be able to achieve this by setting up Non-Linear Animation (NLA) in your scene. This way you can select a subsection of the action either by cropping it, or by moving its track segment before scene frame 0.
Is there any guide for cropping animation with NLA? And is there no opportunity to make blender compiling smd using options start and endtime, those are currently used by blender native rendering.
Artfunkel 2022 年 4 月 20 日 上午 11:49 
2 second web search: https://docs.blender.org/manual/en/latest/editors/nla/index.html

The tools export the full scene without regard to hidden objects or frame subsections, and this is by design.
< >
正在显示第 1 - 11 条,共 11 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情