Unable to create animation motion path for camera

When trying to add a motion path to a camera and selecting a basis curve I created, I am getting these errors. Any idea whats going on here?

2024-06-22 03:52:20 [Error] [omni.kit.commands.command] Failed to execute a command: CreateAnimMotionPath.
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.anim.motion_path.ui-1.1.3+105.1/omni/anim/motion_path/ui/scripts/menu.py”, line 91, in on_select
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] omni.kit.commands.execute(
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/commands/command.py”, line 463, in execute
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] result = omni.kit.undo.execute(command, name, kwargs)
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] […skipped…]
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py”, line 77, in execute
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] result = _execute(command, name, level, history_key)
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py”, line 458, in _execute
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] raise error
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.kit.commands-1.4.6+ece658d9.wx64.r.cp310/omni/kit/undo/undo.py”, line 419, in _execute
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] result = command.do()
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.anim.motion_path.core-1.1.3+105.1/omni/anim/motion_path/core/scripts/commands.py”, line 44, in do
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] state = create_anim_motion_path_graph(
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.anim.motion_path.core-1.1.3+105.1/omni/anim/motion_path/core/scripts/utilities.py”, line 61, in create_anim_motion_path_graph
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] connect_prim_node(stage, graph, curve_prim, motion_node.get_attribute(“inputs:curveBundle”))
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.anim.motion_path.core-1.1.3+105.1/omni/anim/motion_path/core/scripts/utilities.py”, line 125, in connect_prim_node
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] target_node = create_node(“omni.graph.ImportUSDPrim”, graph=graph)
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.anim.shared.core-105.8.2+105.1.wx64.r.cp310/omni/anim/shared/core/scripts/kit_utils.py”, line 482, in create_node
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] (graph, nodes, _, _) = og.Controller.edit(graph, {og.Controller.Keys.CREATE_NODES: (res_name, node_type)})
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/controller.py”, line 1129, in edit
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] return obj.__edit(obj, args=args, kwargs=kwargs)
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/controller.py”, line 1330, in __edit
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] return __do_the_edits()
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/controller.py”, line 1246, in __do_the_edits
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] nodes_constructed = obj._process_create_nodes( # noqa: PLW0212
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/controller.py”, line 470, in _process_create_nodes
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] nodes_constructed = [
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/controller.py”, line 471, in
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] obj.create_node(
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/graph_controller.py”, line 225, in create_node
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] return obj.__create_node(obj, args=args, kwargs=kwargs)
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] File “d:/omniverse/library/create-2023.2.5/extscache/omni.graph-1.106.1+ece658d9.wx64.r.cp310/omni/graph/core/_impl/graph_controller.py”, line 307, in __create_node
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] raise og.OmniGraphError(f"Could not create node using unrecognized type ‘{node_type_id}’{more}")
2024-06-22 03:52:20 [Error] [omni.kit.commands.command]
2024-06-22 03:52:20 [Error] [omni.kit.commands.command] <class ‘omni.graph.core._impl.errors.OmniGraphError’> OmniGraphError: Could not create node using unrecognized type ‘omni.graph.ImportUSDPrim’. Perhaps the extension ‘omni.graph’ is not loaded?
2024-06-22 03:52:20 [Warning] [omni.anim.skelJoint.plugin] Prim /World/PushGraph is invalid when skeljoint processing prim resync
2024-06-22 03:52:20 [Warning] [omni.anim.skelJoint.plugin] Prim /World/PushGraph/MotionPath is invalid when skeljoint processing prim resync

1 Like