{"id":9625,"date":"2019-12-19T20:27:55","date_gmt":"2019-12-19T11:27:55","guid":{"rendered":"http:\/\/leavebehind.iobb.net\/wordpress\/?p=9625"},"modified":"2020-06-15T17:09:59","modified_gmt":"2020-06-15T08:09:59","slug":"blender-crashes-during-rendering-or-exporting-animations","status":"publish","type":"post","link":"http:\/\/leavebehind.mydns.jp\/wordpress\/2019\/12\/19\/blender-crashes-during-rendering-or-exporting-animations\/","title":{"rendered":"Blender crashes during rendering or exporting animations."},"content":{"rendered":"\n<p>Blender2.8+ \u3068Animation nodes2.1.4\u3067\u306f\u30e1\u30c3\u30b7\u30e5\u5909\u5f62\u304c\u542b\u307e\u308c\u308b\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u304c\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u51fa\u6765\u306a\u3044\u3063\u3066\u4e8b\u3002<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/JacquesLucke\/animation_nodes\/issues\/1200\">Blender crashes during rendering or exporting animations.<\/a>[githab.com]<\/p>\n\n\n\n<p>\u305a\u3044\u3076\u3093\u524d\u304b\u3089\u8b70\u8ad6\u3055\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u304c\u76f4\u3063\u3066\u3044\u307e\u305b\u3093\u3002alembic\u306e\u66f8\u304d\u51fa\u3057\u3082\u540c\u69d8\u3067\u3059\u3002\u4ed5\u4e8b\u3067\u4f7f\u304a\u3046\u3068\u601d\u3063\u305f\u3089\u52d5\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u300cRender Individual Frames\u300d\u3068\u3057\u3066\u4ee5\u4e0b\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u306e\u89e3\u6c7a\u6cd5\u304c\u63d0\u6848\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import bpy\n\nscene = bpy.context.scene\nrender = scene.render\ndirectory = render.filepath\n\nfor i in range(scene.frame_start, scene.frame_end):\n    scene.frame_set(i)\n    render.filepath = f\"{directory}{i:05d}\"\n    bpy.ops.render.render(write_still = True)\n\nrender.filepath = directory <\/pre>\n\n\n\n<p>Blender\u3067\u30c6\u30ad\u30b9\u30c8\u30d6\u30ed\u30c3\u30af\u3092\u4f5c\u6210\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059\u3002\u624b\u52d5\u30671\u30d5\u30ec\u30fc\u30e0\u305a\u3064\u79fb\u52d5\u3057\u3066\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u3092\u3059\u308b\u3068\u3044\u3046\u52d5\u4f5c\u3092\u81ea\u52d5\u5316\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3059\u3002alembic\u306e\u66f8\u304d\u51fa\u3057\u306b\u306f\u4f7f\u3048\u307e\u305b\u3093\u3051\u3069\u306d\u3002<\/p>\n\n\n\n<p>Blender2.79b\u3068AN2.1\u306e\u7d44\u307f\u5408\u308f\u305b\u306f\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u3082alembic\u66f8\u304d\u51fa\u3057\u3082\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u3059\u3002Blender2.8\u306e<a href=\"https:\/\/docs.blender.org\/api\/current\/bpy.app.handlers.html\">Handler<\/a>[blender.org]\u306e\u4ed5\u69d8\u306e\u3088\u3046\u306b\u601d\u3044\u307e\u3059\u3002<a href=\"https:\/\/developer.blender.org\/T60094\">FLIP Fluid\u3067\u3082Handler\u306b\u95a2\u3057\u3066\u306e\u554f\u984c<\/a>[blender.org]\u304c\u5831\u544a\u3055\u308c\u3066\u3044\u307e\u3059\u3051\u3069\u30b9\u30c6\u30fc\u30bf\u30b9\u306f\u89e3\u6c7a\u6e08\u307f\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3001\u76f4\u3063\u305f\u306e\u304b\u306a\uff1f\u6301\u3063\u3066\u306a\u3044\u306e\u3067\u308f\u304b\u308a\u307e\u305b\u3093\u3051\u3069\u3002<\/p>\n\n\n\n<p>\u307e\u305f\u30e1\u30c3\u30b7\u30e5\u5909\u5f62\u3092\u4f34\u308f\u306a\u3044AN\u3067\u3082\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u4e2d\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u4e0b\u306e\u300cLock Interface\u300d\u3092\u6709\u52b9\u306b\u3059\u308b\u4e8b\u3067\u56de\u907f\u3067\u304d\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"411\" height=\"283\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2019\/12\/blenderLockInterface.jpg\" alt=\"\" class=\"wp-image-9626\"\/><\/figure><\/div>\n\n\n\n<p>\u65e9\u304f\u306a\u304a\u3089\u3093\u304b\u306a\u3042\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Blender2.8+ \u3068Animation nodes2.1.4\u3067\u306f\u30e1\u30c3\u30b7\u30e5\u5909\u5f62\u304c\u542b\u307e\u308c\u308b\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u304c\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u51fa\u6765\u306a\u3044\u3063\u3066\u4e8b\u3002 Blender crashes during rendering or expor [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[312,365,58,364],"class_list":["post-9625","post","type-post","status-publish","format-standard","hentry","category-cg","tag-animation-nodes","tag-animation-nodes2","tag-blender","tag-blender2-8"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8YSE4-2vf","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/9625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/comments?post=9625"}],"version-history":[{"count":7,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/9625\/revisions"}],"predecessor-version":[{"id":10164,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/9625\/revisions\/10164"}],"wp:attachment":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=9625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=9625"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=9625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}