Howto:Work with AC3D files in Blender: Difference between revisions

Jump to navigation Jump to search
Reordered list of supported versions of Blender with the newest on top. Reworded the first paragraph, minor edits.
(Reordered list of supported versions of Blender with the newest on top. Reworded the first paragraph, minor edits.)
Line 1: Line 1:
Many [[FlightGear]] [[aircraft]] modelers prefer [[Blender]] as their 3D-modelling editor. FlightGear primarily uses the [[AC3D]] file format (<code>.ac</code>) to model aircraft, [[scenery]] models, and many other things.  There is good support for the import and export of the AC3D file format from Blender. This page gives an overview of those options.
Many [[FlightGear]] [[aircraft]] modelers prefer [[Blender]] as their 3D-modelling editor. FlightGear primarily uses the [[AC3D]] file format (<code>.ac</code>) to model aircraft, [[scenery]] models, and many other things.  For recent versions of Blender import/export support for the AC3D file format is implemented as an addon. This page gives a few more details about this addon.


== Blender versions 2.4 and older ==
== Blender version 2.83 LTS ==
For these versions, Blender supports both the import and export of AC3D files out of the box.  Just go into user preferences and enable the addon scripts.
 
== Blender versions 2.5 to 2.62 ==
For these versions you can use one of these scripts by Majic79:


* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.59|text=Version for Blender 2.59 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.59|text=ZIP file download}}).
Currently not supported, use version 2.80 or older instead.
* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.60|text=Version for Blender 2.60 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.60|text=ZIP file download}}).
* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.62|text=Version for Blender 2.62 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.62|text=ZIP file download}}).


== Blender versions 2.63 and later ==
== Blender versions 2.80 (probably up to 2.82a) ==
For version 2.63 onwards you have a choice of several scripts.


=== Majic79 addon ===
=== Majic79 addon ===
Line 21: Line 14:


You can follow the [http://forum.flightgear.org/viewtopic.php?f=18&t=13442 Forum thread] for more information.
You can follow the [http://forum.flightgear.org/viewtopic.php?f=18&t=13442 Forum thread] for more information.
: [https://github.com/NikolaiVChr/Blender-AC3D/tree/2.80 Download Link (GitHub)] ''probably: [[User:Necolatis]]'' due to lack of credits unsure.
: {{github source|proj=NikolaiVChr|repo=Blender-AC3D|text=Repository}} ({{github zip file|NikolaiVChr|Blender-AC3D|text=ZIP file download for Blender <= 2.79}}).
Notice that the above link is to Necolatis (Nikolai) latest version, as the Majic79 github hasn't kept up with the updates and seems dead.


'''Notes:'''
'''Notes:'''
Line 35: Line 33:
You can report bugs with the addon [https://github.com/NikolaiVChr/Blender-AC3D/issues here], but please include problematic .ac/.blend files and their textures.
You can report bugs with the addon [https://github.com/NikolaiVChr/Blender-AC3D/issues here], but please include problematic .ac/.blend files and their textures.


: {{github source|proj=NikolaiVChr|repo=Blender-AC3D|text=Repository}} ({{github zip file|NikolaiVChr|Blender-AC3D|text=ZIP file download}}).
=== Linux (kubuntu 19.10, DeBIAN 10 "buster") ===
 
: Use: ''download.zip'' (or really make sure to grep the right tree (see above!))
: unpack .zip
* read README.MD
* do NOT install into ''/usr/''... since you will be lacking writing rights (I installed below my ''/home/(USER)/...'')
* copy ''io_scene_ac3d'' into: ''blender-(VERSION)-(OS_ARCHITECTURE)/(VERSION)/scripts/addons'' (for me e.g. ''blender-2.82a-linux64/2.82/scripts/addons'')
* Installation via Edit->Preferences->Addons->Install select:''__init__.py''


Notice that the above link is to Necolatis (Nikolai) latest version, as the Majic79 github hasn't kept up with the updates and seems dead.
== Blender versions 2.63 and later ==
For version 2.63 onwards you have a choice of several scripts.


=== Mr. No addon ===
=== Mr. No addon ===
Line 61: Line 67:
[https://sourceforge.net/p/pafteam/fg2blender/ci/master/tree/ Repository] ([https://sourceforge.net/p/pafteam/fg2blender/ci/master/tarball Zip file download])
[https://sourceforge.net/p/pafteam/fg2blender/ci/master/tree/ Repository] ([https://sourceforge.net/p/pafteam/fg2blender/ci/master/tarball Zip file download])


== Blender 2.80 ==
== Blender versions 2.5 to 2.62 ==
For these versions you can use one of these scripts by Majic79:


== Blender 2.82a (probably 2.80) ==
* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.59|text=Version for Blender 2.59 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.59|text=ZIP file download}}).
* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.60|text=Version for Blender 2.60 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.60|text=ZIP file download}}).
* {{github source|proj=majic79|repo=Blender-AC3D|branch=BL2.62|text=Version for Blender 2.62 (repository)}} ({{github zip file|majic79|Blender-AC3D|branch=BL2.62|text=ZIP file download}}).


: [https://github.com/NikolaiVChr/Blender-AC3D/tree/2.80 Download Link (GitHub)] ''probably: [[User:Necolatis]]'' due to lack of credits unsure.
== Blender versions 2.4 and older ==
 
For these versions, Blender supports both the import and export of AC3D files out of the box. Just go into user preferences and enable the addon scripts.
=== Linux (kubuntu 19.10, DeBIAN 10 "buster") ===
 
: Use: ''download .zip'' (or really make sure to grep the right tree (see above!))
: unpack .zip
* read README.MD
* do NOT install into ''/usr/''... since you will be lacking writing rights (I installed below my ''/home/(USER)/...'')
* copy ''io_scene_ac3d'' into: ''blender-(VERSION)-(OS_ARCHITECTURE)/(VERSION)/scripts/addons'' (for me e.g. ''blender-2.82a-linux64/2.82/scripts/addons'')
* Installation via Edit->Preferences->Addons->Install select:''__init__.py''


== External links ==
== External links ==
33

edits

Navigation menu