Skip to content

Commit

Permalink
Merge pull request InamuraJIN#67 from InamuraJIN/55-default-global-ac…
Browse files Browse the repository at this point in the history
…tionsstoragejson-have-deprecated-and-old-code-which-doesnt-work

Removing the external category & actions
  • Loading branch information
RivinHD authored Feb 28, 2024
2 parents f526ed1 + 5fd10ba commit b6a4738
Showing 1 changed file with 0 additions and 163 deletions.
163 changes: 0 additions & 163 deletions ActRec/Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,6 @@
}
],
"areas": []
},
{
"id": "c7a9545e164611eca65b70c94ef23b30",
"label": "External",
"actions": [
{
"id": "e07e26bb982411ed8c27a8a1598ce02d"
},
{
"id": "c7a9067c164611ecb3fd70c94ef23b30"
},
{
"id": "c7a92d7d164611eca77970c94ef23b30"
}
],
"areas": []
}
],
"actions": [
Expand Down Expand Up @@ -874,153 +858,6 @@
}
]
},
{
"icon": 655,
"icon_name": "POINTCLOUD_DATA",
"id": "c7a9067c164611ecb3fd70c94ef23b30",
"label": "Scatter",
"description": "Play this Action Button",
"macros": [
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a9067d164611ecb88270c94ef23b30",
"label": "get(\"Passive\").select_set(True)",
"command": "bpy.context.scene.objects.get(\"Passive\").select_set(True)",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a9067e164611eca65d70c94ef23b30",
"label": "Active Object = bpy.context.scene.objects.get(\"Passive\")",
"command": "bpy.context.view_layer.objects.active = bpy.context.scene.objects.get(\"Passive\")",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d77164611ec92b070c94ef23b30",
"label": "Join",
"command": "bpy.ops.object.join()",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d78164611ecb1bf70c94ef23b30",
"label": "Jump to Endpoint",
"command": "bpy.ops.screen.frame_jump(end=False)",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d79164611ec8f5c70c94ef23b30",
"label": "Select Pattern",
"command": "bpy.ops.object.select_pattern(pattern=\"Cube*\", extend=False)",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d7a164611ecafbb70c94ef23b30",
"label": "Duplicate Objects",
"command": "bpy.ops.object.duplicate_move()",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d7b164611ecaf6d70c94ef23b30",
"label": "ScriptButton",
"command": "bpy.ops.stb.scriptbutton(btn_name=\"Object Random Loc\")",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a92d7c164611ec915e70c94ef23b30",
"label": "ScriptButton",
"command": "bpy.ops.stb.scriptbutton(btn_name=\"PlayAnim3\")",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
}
]
},
{
"icon": 393,
"icon_name": "ALIGN_JUSTIFY",
"id": "c7a92d7d164611eca77970c94ef23b30",
"label": "AlignmentEdgeLoop",
"description": "Play this Action Button",
"macros": [
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a9545c164611eca60170c94ef23b30",
"label": "Multi Select Loops",
"command": "bpy.ops.mesh.loop_multi_select(ring=False)",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a9545d164611ec84f870c94ef23b30",
"label": "bpy.ops.mesh.looptools_space(influence=100, input='selected', interpolation='cubic', lock_x=False, lock_y=False, lock_z=False)",
"command": "bpy.ops.mesh.looptools_space(influence=100, input='selected', interpolation='cubic', lock_x=False, lock_y=False, lock_z=False)",
"active": false,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
}
]
},
{
"icon": 630,
"icon_name": "XRAY",
"id": "e07e26bb982411ed8c27a8a1598ce02d",
"label": "BackUP",
"description": "Play this Action Button",
"macros": [
{
"icon": 0,
"icon_name": "NONE",
"id": "c7a9067a164611ecb55570c94ef23b30",
"label": "Duplicate Objects",
"command": "bpy.ops.object.duplicate_move()",
"active": true,
"ui_type": "",
"operator_execution_context": "EXEC_DEFAULT"
},
{
"icon": 0,
"icon_name": "NONE",
"id": "6611798f972611ed8bb8a8a1598ce02d",
"label": "ScriptButton",
"command": "bpy.ops.stb.scriptbutton(btn_name='MakeBackUP')",
"active": true,
"ui_type": "VIEW_3D",
"operator_execution_context": "EXEC_DEFAULT"
}
]
},
{
"icon": 127,
"icon_name": "NODE_MATERIAL",
Expand Down

0 comments on commit b6a4738

Please sign in to comment.