Skip to content

How to add to / set follow group from code? #137

Closed Answered by ramokz
mghicks asked this question in Question / Help Wanted
Discussion options

You must be logged in to vote

You can indeed!

It's possible to do it either for an individual node or for an array of nodes via setter method.

# For individual nodes
pcam.append_follow_group_node(node)

# For an array of nodes
pcam.append_follow_group_node_array(node_array)

The documentation, with additional setter methods, can be found on this page.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mghicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants