{"id":10958,"date":"2020-12-23T22:18:49","date_gmt":"2020-12-23T13:18:49","guid":{"rendered":"http:\/\/leavebehind.iobb.net\/wordpress\/?p=10958"},"modified":"2020-12-24T14:19:18","modified_gmt":"2020-12-24T05:19:18","slug":"secret-of-blender-transform-properties","status":"publish","type":"post","link":"http:\/\/leavebehind.mydns.jp\/wordpress\/2020\/12\/23\/secret-of-blender-transform-properties\/","title":{"rendered":"Transform\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u8b0e\uff1f"},"content":{"rendered":"\n<p>Blender\u306e\u8b0e\u306a\u90e8\u5206\u304c\u306a\u3093\u3068\u306a\u304f\u5206\u304b\u3063\u305f\uff01<\/p>\n\n\n\n<p>Object Properties\u30d1\u30cd\u30eb\u306b\u8868\u793a\u3055\u308c\u308b\u4f4d\u7f6e\u3001\u56de\u8ee2\u3001\u30b9\u30b1\u30fc\u30eb\u306e\u5024\u3067\u3059\u304c\u3001\u4f55\u6c17\u306b\u3053\u308c\u3001\u3084\u3084\u3053\u3057\u3044\u3067\u3059\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2020\/12\/blender_transform_property.jpg\" alt=\"\" class=\"wp-image-10959\" srcset=\"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/blender_transform_property.jpg 1280w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/blender_transform_property-960x540.jpg 960w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/blender_transform_property-700x394.jpg 700w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/blender_transform_property-768x432.jpg 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure><\/div>\n\n\n\n<p>Maya\u3092\u4f7f\u3044\u6163\u308c\u3066\u308b\u3068\u3001\u89aa\u5b50\u4ed8\u3051\u3057\u305f\u5b50\u306e\u30c8\u30e9\u30f3\u30b9\u30d5\u30a9\u30fc\u30e0\u5024\u306b\u95a2\u3057\u3066\u3001\u3053\u3053\u306b\u306f\u89aa\u5ea7\u6a19\u7cfb(\u89aa\u306e\u57fa\u70b9\u304b\u3089\u306e\u76f8\u5bfe\u5024)\u3067\u306e\u5024\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u671f\u5f85\u3059\u308b\u306e\u3067\u3059\u304c\u3001Blender\u306b\u95a2\u3057\u3066\u306f\u3053\u3053\u306b\u306f\u89aa\u5ea7\u6a19\u7cfb\u3067\u306e\u6570\u5024\u3042\u3063\u305f\u308a\u3001\u305d\u3046\u3067\u306a\u3044\u3088\u304f\u5206\u304b\u3089\u306a\u3044\u5024\u304c\u8868\u793a\u3055\u308c\u305f\u308a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4ee5\u4e0b\u3001\u5b9f\u9a13\u3068\u8b0e\u89e3\u304d\u3067\u3059\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">\u624b\u9806A<\/h2>\n\n\n\n<p>Empty\u306e\u5b50\u306bCube\u3092\u914d\u7f6e\u3057Empty\u3092\u79fb\u52d5\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Cube\u3092\u4f5c\u6210\u3001Y\u65b9\u5411\u30783.0\u79fb\u52d5(x=0.0, y=3.0, z=0.0\u306bCube\u3092\u4f5c\u6210)<\/li><li>Empty\u3092\u4f5c\u6210\u3001\u539f\u70b9\u306e\u307e\u307e<\/li><li>Cube\u3092Empty\u306e\u5b50\u306b\u3059\u308b\u3002<\/li><li>Empy\u3092Z\u65b9\u5411\u30783.0\u79fb\u52d5(\u3082\u3061\u308d\u3093\u5b50\u3067\u3042\u308bCube\u3082\u3064\u3044\u3066\u304d\u307e\u3059)<\/li><\/ol>\n\n\n\n<p>\u624b\u9806\u3092Python\u3067\u66f8\u304f\u306a\u3089\u4ee5\u4e0b<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"true\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import bpy\nbpy.context.scene.cursor.location = (0.0, 0.0, 0.0)\n#create cube\nbpy.ops.mesh.primitive_cube_add()\nbpy.context.active_object.name = 'my_cube'\nbpy.data.objects['my_cube'].location = (0.0, 3.0, 0.0)\n#cretate empty(locator)\nbpy.ops.object.empty_add()\nbpy.context.active_object.name = 'my_empty'\n\nbpy.data.objects['my_cube'].select_set(True)\nbpy.data.objects['my_empty'].select_set(True)\n\nbpy.ops.object.parent_set()\n#move empty\nbpy.data.objects['my_empty'].location = (0.0, 0.0, 3.0)<\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2020\/12\/operation_a.jpg\" alt=\"\" class=\"wp-image-10963\" srcset=\"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_a.jpg 1280w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_a-960x540.jpg 960w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_a-700x394.jpg 700w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_a-768x432.jpg 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><figcaption>\u624b\u9806A<\/figcaption><\/figure><\/div>\n\n\n\n<p>\u300c\u624b\u9806A\u300d\u3092\u7d42\u3048\u305f\u3068\u304d\u306eCube\u306eTransform.location\u306fx=0.0, y=3.0, z=0.0\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u3059\u3002Empty\u3092z\u30783.0\u79fb\u52d5\u3057\u3066\u3053\u306e\u8868\u793a\u3067\u3042\u308b\u3053\u3068\u3092\u8003\u3048\u308b\u3068\u3053\u3053\u306b\u306f<strong>\u89aa\u304b\u3089\u306e\u76f8\u5bfe\u4f4d\u7f6e\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u3068\u601d\u3048\u307e\u3059<\/strong>\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u624b\u9806B<\/h2>\n\n\n\n<p>A\u306f<strong>\u89aa\u5b50\u4ed8\u3051\u3057\u3066\u304b\u3089Empty\u3092Z=3.0\u79fb\u52d5<\/strong>\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u5ea6\u306fCube,Empty<strong>\u4e21\u65b9\u3068\u3082Z=3.0\u306b\u79fb\u52d5\u3057\u305f\u5f8c\u3067\u89aa\u5b50\u4ed8\u3051<\/strong>\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\" id=\"block-895f83aa-9c7a-46df-bfff-54dcb3257227\"><li>Cube\u3092\u4f5c\u6210\u3001Y\/Z\u65b9\u5411\u3078\u305d\u308c\u305e\u308c3.0\u79fb\u52d5(x=0.0, y=3.0, z=3.0\u306bCube\u3092\u4f5c\u6210)<\/li><li>Empty\u3092\u4f5c\u6210\u3001Z\u65b9\u5411\u30783.0\u79fb\u52d5(x=0.0, y=0.0, z=3.0\u306bEmpty\u3092\u4f5c\u6210)<\/li><li>Cube\u3092Empty\u306e\u5b50\u306b\u3059\u308b\u3002<\/li><\/ol>\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\nbpy.context.scene.cursor.location = (0.0, 0.0, 0.0)\n#create cube\nbpy.ops.mesh.primitive_cube_add()\nbpy.context.active_object.name = 'my_cube'\nbpy.data.objects['my_cube'].location = (0.0, 3.0, 3.0)\n#cretate empty(locator)\nbpy.ops.object.empty_add()\nbpy.context.active_object.name = 'my_empty'\nbpy.data.objects['my_empty'].location = (0.0, 0.0, 3.0)\n\nbpy.data.objects['my_cube'].select_set(True)\nbpy.data.objects['my_empty'].select_set(True)\n\nbpy.ops.object.parent_set()<\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2020\/12\/operation_b.jpg\" alt=\"\" class=\"wp-image-10966\" srcset=\"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_b.jpg 1280w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_b-960x540.jpg 960w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_b-700x394.jpg 700w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/operation_b-768x432.jpg 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><figcaption>\u624b\u9806B\u3001\u898b\u305f\u76ee\u5909\u5316\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u2026<\/figcaption><\/figure><\/div>\n\n\n\n<p>\u624b\u9806A\u3068\u540c\u3058\u4f4d\u7f6e\u306bEmpty\u3082Cube\u3082\u3042\u308a\u307e\u3059\u3001\u89aa\u5b50\u306e\u95a2\u4fc2\u3082\u540c\u3058\u3067\u3059\u3002\u304c\u3001Cube\u306eTransform.location\u30d7\u30ed\u30d1\u30c6\u30a3\u306fx=0.0, y=3.0, <strong>z=3.0<\/strong>\u3068\u306a\u308a\u3001<strong>\u307e\u308b\u3067\u30ef\u30fc\u30eb\u30c9\u5ea7\u6a19\u306e\u3088\u3046\u306a\u3082\u306e\u304c\u8868\u793a\u3055\u308c<\/strong>\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u3069\u30fc\u3057\u3066\uff1f<\/h2>\n\n\n\n<p>Transform\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u8868\u793a\u3055\u308c\u308b\u5024\u306f\u89aa\u3092\u6301\u305f\u306a\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u5834\u5408\u306f\u3082\u3061\u308d\u3093\u30ef\u30fc\u30eb\u30c9\u5ea7\u6a19\u7cfb\u3067\u306e\u5024\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u554f\u984c\u306f\u89aa\u5b50\u4ed8\u3051\u3002<strong>\u5b50\u306b\u306a\u3063\u305f\u77ac\u9593\u306bTransform\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u89aa\u3068\u306e\u76f8\u5bfe\u5024\u3092\u518d\u8a08\u7b97\u3055\u308c\u308b\u3053\u3068\u306f\u7121\u304f<\/strong>\u3001\u5b50\u306b\u306a\u3063\u3066\u3082\u305d\u308c\u307e\u3067\u306b\u81ea\u5206\u304c\u5c45\u305f\u5ea7\u6a19\u7cfb\u3067\u306e\u5024\u3092\u7dad\u6301(\u8868\u793a)\u3057\u7d9a\u3051\u3001\u4ee5\u964d\u306e\u79fb\u52d5\u306a\u3069\u306e\u64cd\u4f5c\u306f\u305d\u306e\u5024\u3078\u52a0\/\u6e1b\u7b97\u3055\u308c\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3084\u3084\u3053\u3057\u3044\u3067\u3059\u306d\u3002\u89aa\u5ea7\u6a19\u7cfb\u3067\u306e\u6570\u5024\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u3068\u601d\u3044\u8fbc\u3093\u3067\u307e\u3059\u304b\u3089\u3001\u5b50\u306elocation\u3092(0,0,0)\u3068\u3059\u308b\u3068\u89aa\u306e\u57fa\u70b9\u306b\u79fb\u52d5\u3059\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u4f55\u6545\u304b\u30ef\u30fc\u30eb\u30c9\u539f\u70b9\u306b\u79fb\u52d5\u3057\u305f\u308a\u3057\u307e\u3059(\u89aa\u3092\u52d5\u304b\u3057\u3066\u306a\u3051\u308c\u3070)\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u3055\u3089\u306b\u3069\u30fc\u3057\u3066\uff1f<\/h2>\n\n\n\n<p>\u3053\u3053\u304b\u3089\u306f\u5e7e\u4f55\u306e\u30aa\u30cf\u30ca\u30b7\u3002\u3042\u307e\u308a\u81ea\u4fe1\u3042\u308a\u307e\u305b\u3093\u304c\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"290\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2020\/12\/matrix.jpg\" alt=\"\" class=\"wp-image-10969\" srcset=\"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/matrix.jpg 1280w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/matrix-960x218.jpg 960w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/matrix-700x159.jpg 700w, http:\/\/leavebehind.mydns.jp\/wordpress\/wp-content\/uploads\/2020\/12\/matrix-768x174.jpg 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure><\/div>\n\n\n\n<p>Blender\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u5909\u63db\u306b\u3064\u3044\u3066\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30674\u3064\u306e\u5909\u63db\u884c\u5217\u3092\u8aad\u307f\u53d6\u308c\u307e\u3059\u3002Python\u30b3\u30f3\u30bd\u30fc\u30eb\u3067\u300cC.active_object.matrix\u300d\u307e\u3067\u5165\u529b\u3057\u3066Tab\u30ad\u30fc\u3092\u62bc\u3059\u3068\u5019\u88dc\u3068\u3057\u3066\u4ee5\u4e0b\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>matrix_basis<\/li><li>matrix_parent_inverse<\/li><li>matrix_local<\/li><li>matrix_world<\/li><\/ul>\n\n\n\n<p>\u805e\u304d\u306a\u308c\u306a\u3044\u306e\u306f\u300cmatrix_basis\u300d\u3001\u3053\u308c\u3053\u305d\u304c\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eTransform\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5024\u306e\u5143\u306b\u306a\u308b\u884c\u5217\u3067\u3059\u3002Delta Transfrom\u3092\u8a2d\u5b9a\u3057\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u4ee5\u4e0b\u3067\u79fb\u52d5\/\u56de\u8ee2\/\u30b9\u30b1\u30fc\u30eb\u304c\u8aad\u307f\u53d6\u308c\u3066\u3001\u30d7\u30ed\u30d1\u30c6\u30a3\u8868\u793a\u3068\u4e00\u81f4\u3059\u308b\u4e8b\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002(\u56de\u8ee2\u306f\u30af\u30a9\u30fc\u30bf\u30cb\u30aa\u30f3\u3067\u51fa\u529b\u3055\u308c\u307e\u3059\u3002)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">bpy.active_object.matrix_basis.decompose()<\/pre>\n\n\n\n<p>\u305d\u3057\u3066\u3082\u3046\u4e00\u3064\u306f\u300cmatrix_parent_inverse\u300d\u3053\u308c\u306f\u89aa\u5b50\u4ed8\u3051\u3092\u3057\u305f\u76f4\u5f8c\u3001\u89aa\u306e\u9006\u5909\u63db\u884c\u5217\u304c\u30b3\u30d4\u30fc\u3055\u308c\u305f\u3082\u306e\u3067\u3059\u3002matrix_basis\u306f\u89aa\u5b50\u4ed8\u3051\u3092\u3057\u3066\u3082\u89aa\u306e\u5909\u63db\u306b\u5fdc\u3058\u3066\u518d\u8a08\u7b97\u3055\u308c\u307e\u305b\u3093\u304c\u3001\u89aa\u5b50\u4ed8\u3051\u6642\u306b\u3053\u306ematrix_parent_inverse\u3092\u5909\u66f4\u3059\u308b\u4e8b\u3067\u5b50\u306e\u6b63\u3057\u3044\u4f4d\u7f6e\u4fdd\u3061\u307e\u3059\u3002\u95a2\u4fc2\u306f\u4ee5\u4e0b\u3002\u300c@\u300d\u306f\u884c\u5217\u3092\u5408\u6210\u3059\u308b\u6f14\u7b97\u5b50\u3067\u3059\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">matrix_local = matrix_basis @ matrix_parent_inverse\nmatrix_world = PARENT.matrix_world @ matrix_local<\/pre>\n\n\n\n<p>matrix_local\u3092Transform\u30d7\u30ed\u30d1\u30c6\u30a3\u3078\u8868\u793a\u3057\u3066\u304f\u308c\u308c\u3070\u3044\u3044\u3093\u3067\u3059\u3051\u3069\u306d\u3002\u3069\u3046\u3057\u3066\u305d\u3046\u306a\u3063\u3066\u306a\u3044\u3093\u3067\u3057\u3087\u3046\u306d\u3002\u8aa4\u5dee\u306e\u554f\u984c\u3067\u3082\u3042\u308b\u306e\u304b\u306a\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4fee\u6b63\u3057\u3066\u307f\u308b<\/h2>\n\n\n\n<p>\u691c\u8a3c\u306f\u3042\u307e\u308a\u3057\u3066\u3044\u307e\u305b\u3093\u304c\u3001\u4ee5\u4e0b\u3067\u7121\u7406\u3084\u308amatrix_basis\u3092matrix_local\u306b\u3001\u3064\u307e\u308a\u30d7\u30ed\u30d1\u30c6\u30a3\u8868\u793a\u3092\u671f\u5f85\u3059\u308b\u3088\u3046\u306a\u89aa\u5ea7\u6a19\u7cfb\u306b\u3059\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\u3002\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306f\u4f7f\u3048\u307e\u305b\u3093\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=\"Apply parent inverse\" data-enlighter-group=\"\">import bpy\nobj = bpy.context.active_object\nobj.matrix_basis = obj.matrix_local #basis = local\nobj.matrix_parent_inverse.identity() #parent_inverse\u3092\u5358\u4f4d\u884c\u5217\u306b<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Blender\u306e\u8b0e\u306a\u90e8\u5206\u304c\u306a\u3093\u3068\u306a\u304f\u5206\u304b\u3063\u305f\uff01 Object Properties\u30d1\u30cd\u30eb\u306b\u8868\u793a\u3055\u308c\u308b\u4f4d\u7f6e\u3001\u56de\u8ee2\u3001\u30b9\u30b1\u30fc\u30eb\u306e\u5024\u3067\u3059\u304c\u3001\u4f55\u6c17\u306b\u3053\u308c\u3001\u3084\u3084\u3053\u3057\u3044\u3067\u3059\u3002 Maya\u3092\u4f7f\u3044\u6163\u308c\u3066\u308b\u3068\u3001\u89aa\u5b50\u4ed8\u3051\u3057\u305f\u5b50\u306e\u30c8\u30e9\u30f3\u30b9\u30d5\u30a9\u30fc\u30e0 [&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":[58,425,490],"class_list":["post-10958","post","type-post","status-publish","format-standard","hentry","category-cg","tag-blender","tag-blender2-83","tag-transfommatrix"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8YSE4-2QK","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/10958","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=10958"}],"version-history":[{"count":29,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/10958\/revisions"}],"predecessor-version":[{"id":10995,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/10958\/revisions\/10995"}],"wp:attachment":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=10958"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=10958"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=10958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}