Skip to content

Commit

Permalink
Updated to work with 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Halac committed May 21, 2023
1 parent 995b831 commit ddaedd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
rigify_info = {
'name': "GameRig",
'author': "Armin Halac",
'version': (0, 0, 3),
'blender': (2, 92, 0),
'version': (1, 0, 0),
'blender': (3, 5, 1),
'description': "Feature set made for game rigs",
'doc_url': "https://github.com/Arminando/GameRig#readme",
'link': "https://github.com/Arminando/GameRig",
Expand Down
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from rigify import rig_lists
from rigify.utils.errors import MetarigError
from rigify.utils.rig import upgradeMetarigTypes, outdated_types
from rigify.utils.rig import outdated_types
from rigify.ui import build_type_list
from rigify import feature_set_list
from rigify.ui import DATA_PT_rigify_advanced, DATA_PT_rigify_samples
Expand Down

0 comments on commit ddaedd0

Please sign in to comment.