Skip to content

Commit

Permalink
Bump supported blender version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
feilen committed Apr 8, 2023
1 parent 40fa00a commit 4055e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/translations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ToolPanel.category,CATS,,
ArmaturePanel.label,Model,モデル,모델
ArmaturePanel.warn.newBlender1,Potentially unsupported Blender version detected!
ArmaturePanel.warn.newBlender2,Some features might not work!
ArmaturePanel.warn.newBlender3,CATS currently supports up to Blender 3.2.
ArmaturePanel.warn.newBlender3,CATS currently supports up to Blender 3.5.
ArmaturePanel.warn.oldBlender1,Old Blender version detected!,古いブレンダーバージョンが検出されました!,이전 블렌더 버전이 발견되었습니다!
ArmaturePanel.warn.oldBlender2,Some features might not work!,一部の機能は動作しない可能性があります!,일부 기능이 작동하지 않을 수 있습니다!
ArmaturePanel.warn.oldBlender3,Please update to Blender 2.79!,ブレンダー2.79以上にアップデートしてください!,블렌더 2.79 버전으로 업데이트하세요!
Expand Down
2 changes: 1 addition & 1 deletion ui/armature.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def draw(self, context):
col.separator()
col.separator()

if bpy.app.version > (3, 2, 99):
if bpy.app.version > (3, 5, 99):
col.separator()
row = col.row(align=True)
row.scale_y = 0.75
Expand Down

0 comments on commit 4055e06

Please sign in to comment.