File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33bl_info = {
44 "name" : "advancedfx Blender Scripts" ,
55 "author" : "advancedfx.org" ,
6- "version" : (1 , 14 , 2 ),
7- "blender" : (2 , 80 , 0 ),
6+ "version" : (1 , 14 , 3 ),
7+ "blender" : (3 , 5 , 0 ),
88 "location" : "File > Import/Export" ,
99 "description" : "For inter-operation with HLAE." ,
1010 #"warning": "",
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def readBvh(self, context):
246246 file = None
247247
248248 try :
249- file = open (self .filepath , 'rU ' )
249+ file = open (self .filepath , 'r ' )
250250
251251 rootName = ReadRootName (file )
252252 if not rootName :
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def readCam(self, context):
126126 file = None
127127
128128 try :
129- file = open (self .filepath , 'rU ' )
129+ file = open (self .filepath , 'r ' )
130130
131131 version = 0
132132 scaleFov = ''
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ You need to install latest Blender Source Tools first
44( http://steamreview.org/BlenderSourceTools/ ) ,
55since we depend on it.
66This version of afx-blender-scripts was tested using
7- Blender Source Tools 3.2.0 .
7+ Blender Source Tools 3.2.5 .
88
99If you have a previous version of afx-blender-scripts installed , uninstall
1010it first through Blender!
@@ -49,6 +49,10 @@ For more informations visit it's Advancedfx Wiki page ( https://github.com/advan
4949
5050
5151Changelog:
52+
53+ 1.14.3 (2023-09-11T09:32Z):
54+ - fixed cam and bvh import for Blender 3.5+
55+
52561.14.2 (2022-06-12T10:43Z):
5357- fixed AGR Batch Export issue , which caused an error on export if an armature was deleted of the viewport
5458- fixed documentation button in addon preferences
You can’t perform that action at this time.
0 commit comments