pjezek / blender

self written or modified plugins for blender.
39 stars 16 forks source link

I can't find the plugin on Addons List #1

Open Sposito opened 7 years ago

Sposito commented 7 years ago

I can't figure out how to use the plugin, in recent version of Blender something could had broke it? Or maybe is some OS related issue, since I am using macOS.

EpicLPer commented 6 years ago

Also won't show up on Windows for some reason.

johnnyshield commented 5 years ago

Save the file to your hard drive, rename it UnityTools.py then add it from file. NB: it doesn't work with 2.8, but confirmed working fine with 2.7.9.

To use the plugin, it's in the Tools pane on a new tab called "Misc"

image

Note, if you prefer to change it to batch export to Collada .dae files, before you install the addon comment out the fbx lines in the UnityTools.py file and add these in:

        # export dae
        bpy.ops.wm.collada_export(filepath=fn + ".dae", selected=True, triangulate=True)

You also need to comment out this line (120)

bpy.ops.object.mode_set(mode='OBJECT')

deathking61 commented 3 years ago

the hell so you are saying we cant use this in the current version of blender?