0 Members and 1 Guest are viewing this topic.
obj to smd 3d model converter for Mount&Blade/BRFedit-----------------------------------------------------Usage:Unzip the obj2smd.exe somewhere.type in command line:"obj2smd [insmd] [inobj] [outsmd]"[insmd] - (optional) filename containing .smd template model (or concatenation of them) exported from BRFedit, default is "in.smd"[inobj] - (optional) filename containing an .obj model to be rigged, default is "in.obj"[outsmd]- (optional) name of the output smd file, default is "out.smd"For convenience, it's best to put all the files in the same folder as obj2smd.exe (saves typing in filename paths), or to name the files the default names, then you can just doubleclick the obj2smd.exeRemarks:--------1). Maintain the default BRFedit model orientation, that is: - obj: Y+ is up, facing Z+, scale 1x (Y values in range [0,2]) - smd: Z+ is up, facing Y+, scale 10x the script will reorient the obj automaticly.2). When importing the model to BRFedit, uncheck the "Y/Z axis swap" box.3). As a smd template, use a model of similar type and size as your obj model. For best results, several smd models can be concatenated in one in.smd file
Working perfect. I tried to rig my wolf with courser.smd I used blender.
Processing in.smd ..... Processing in.obj ..... Riggin' ..... Assembling output smd.....Traceback (most recent call last): File "obj2smd.py", line '162', in <module>TypeError: 'NoneType' object does not support item assignment
*face palms*Oh, der me, that's so obvious... I feel stupid now Thank you for the response, I'll map and try again