Skip to content

Commit

Permalink
UPBGE: Fix python sphinx generation.
Browse files Browse the repository at this point in the history
Sphinx auto generation for RNA is compalining about an unused
selected_editable_fcurves operator.
  • Loading branch information
panzergame committed Sep 19, 2017
1 parent a8bae7d commit 1a47594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python_api/sphinx_doc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def module_grouping_sort_key(name):
"selected_bones": ("EditBone", True),
"selected_editable_bases": ("ObjectBase", True),
"selected_editable_bones": ("EditBone", True),
"selected_editable_fcurves": ("FCurce", True),
#"selected_editable_fcurves": ("FCurce", True),
"selected_editable_objects": ("Object", True),
"selected_editable_sequences": ("Sequence", True),
"selected_nodes": ("Node", True),
Expand Down

0 comments on commit 1a47594

Please sign in to comment.