Page 1 of 1
[PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Mon Nov 02, 2015 4:52 pm
by Deleted User 2704
It made for adding function exporting YSFLIGHT SURF(.srf)!
It will work with upper Blender 2.75!
https://github.com/pasutisu/exportsrf
Re: [PLUGIN]SURF Exporter for latest Blender!
Posted: Wed Nov 04, 2015 1:47 pm
by Deleted User 2704
Currentry developing dnm import method
Re: [PLUGIN]SURF Exporter for latest Blender!
Posted: Fri Nov 13, 2015 9:06 pm
by decaff_42
This SRF exporter seems to work great! I was able to export a mesh from Blender 2.75 and import the generated SRF in Blender 2.49 with no errors.
Will there be an import SRF script developed? I find that tool frequently used in my work in Blender 2.49.
Re: [PLUGIN]SURF Exporter for latest Blender!
Posted: Thu Feb 11, 2016 1:10 pm
by Deleted User 2704
Released.
explodesrf is a little present.
https://github.com/pasutisu/exportsrf
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Thu Feb 11, 2016 2:58 pm
by u2fly
For those who have only Blender 2.6x this script can be installed after changes in scripts string:
'blender' : (2, 75, 0),
Replace this string to next:
'blender' : (2, 60, 0),
After this save and install as other plugins for Blender 2.6x
http://wiki.blender.org/index.php/Doc%3 ... on/Add-Ons
--
@
mrmofumofu, hope that you will make import scripts soon.
Please, make it!
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Thu Feb 11, 2016 3:34 pm
by Deleted User 2704
I suggest upper 2.75 because I tested only that.
BMesh is currently experimental so do so.
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Thu Feb 11, 2016 3:50 pm
by u2fly
mrmofumofu wrote:I suggest upper 2.75 because I tested only that.
BMesh is currently experimental so do so.
I dont yet test latest scripts, but previouse version I can normally run inside Blender 2.69 after manipulation described in comment above.
But, for my opinion "exportsrf" is bad name for it. Maybe try rename to "export_srf"?
Anyway, THANKS FOR IT!
Be wait for "import_srf" and "import_dnm".
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Thu Feb 11, 2016 10:24 pm
by Deleted User 2704
I will implement Decaff's idea "reducing SURF filesize".
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Sun Feb 14, 2016 5:18 am
by Deleted User 2704
importmqo added
X axis reverse bug fixed
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Tue Mar 22, 2016 1:53 am
by u2fly
mrmofumofu wrote:It will work with upper Blender 2.75!
Please, update your scripts to new Blender 2.77 API
https://wiki.blender.org/index.php/Dev: ... 77/Add-ons
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Tue Mar 22, 2016 4:51 pm
by Deleted User 2704
You forked my source so I understood you will be improbe my code yourself.
Please do it by yourself!
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Tue Mar 22, 2016 6:24 pm
by u2fly
mrmofumofu wrote:
You forked my source so I understood you will be improbe my code yourself.
Please do it by yourself!
I don't work on it, only give a news about Blender API upgrading, thats all.
Do what you want and keep us in course when you make updates.
The only target for fork was make reserve copy of it, thats all, nothing personal.
Currently I'm work only on GUI for "ysradar.py" from Eric.
--
I also test your "export_dnm.py", and resulted DNM sometime has wrong parenting or orientation and export process always give me error notification while save to DNM
Code: Select all
Traceback (most recent call last):
File "/initrd/mnt/dev_save/blender/2.77/scripts/addons/export_dnm.py", line 259, in execute
fp.write(surf.srf())
File "/initrd/mnt/dev_save/blender/2.77/scripts/addons/export_dnm.py", line 168, in srf
if self.obj.parent.type == 'MESH' \
AttributeError: 'NoneType' object has no attribute 'type'
location: <unknown location>:-1
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Wed Mar 23, 2016 4:46 am
by Deleted User 2704
u2fly wrote:I don't work on it, only give a news about Blender API upgrading, thats all.
Do what you want and keep us in course when you make updates.
I can not test that ver,so can do nothing.
And I do not obligated to support.
It not stable so support by yourself.
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Thu May 12, 2016 1:54 pm
by Deleted User 2704
exportsrf ver 2.2 released.
Environment difference option added.
Thanks for utachy(flip normals)!
(AFTER 2.0+, EXPORTSRF IS NOT LICENSED OPEN SOURCE LICENSE BY MY POLYCY.)
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Wed Jun 08, 2016 9:12 am
by Deleted User 2704
exportsrf ver 3.0 released
* single filed
* add importsrf/dnm
* unshadow added to importmqo
Thanks for debugging Utachy and Sasha!
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Wed Jun 08, 2016 1:08 pm
by u2fly
mrmofumofu wrote:exportsrf ver 3.0 released
* single filed
* add importsrf/dnm
* unshadow added to importmqo
Thanks for debugging Utachy and Sasha!
Is this "mofumofu.py" same as it was on pastebin, posted on mChat?
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Fri Jun 10, 2016 5:59 am
by Deleted User 2704
I forgot.
Re: [PLUGIN]exportsrf - Blender 2.7 SURF Exporter
Posted: Fri Jun 17, 2016 1:40 am
by Deleted User 2704
ver 3.1
*Added setting rotate axis
*Fix some bug