EibrielInv / scripts

Scripts
GNU General Public License v2.0
4 stars 2 forks source link

eLinker not working on 2.78 #11

Open lucianomunoz opened 7 years ago

lucianomunoz commented 7 years ago

Hey man, I did all the steps right from the beginning, eLinker will not se anything in the files. Can you fix it please?

EibrielInv commented 7 years ago

Hi Luciano I'm sorry to hear that. I'll be unable to make for a couple of days, in the mean time Are you testing it on a saved Blendfile?

Thanks!

lucianomunoz commented 7 years ago

Now something starts working. I know this is working via MDD cache right?, its super slow to cache, will you upgrade it to alembic any time soon?, and also since now there is the ability to relink datablocks in blender will you ad a helper to be able to do that? thank you man!

On Thu, Feb 16, 2017 at 7:52 PM Eibriel notifications@github.com wrote:

Hi Luciano I'm sorry to hear that. I'll be unable to make for a couple of days, in the mean time Are you testing it on a saved Blendfile?

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Eibriel/scripts/issues/11#issuecomment-280423004, or mute the thread https://github.com/notifications/unsubscribe-auth/AE5XkpIknbiL8QIqn2l1T9KT4PwY0685ks5rdJrfgaJpZM4MDY1V .

lucianomunoz commented 7 years ago

Also when caching the fils setting the "deform mode" to Integrate instead of overwrite because the whole point of converting the characters to a cache is to do skin fixing and such, and with that mode it doesn't allow you to.

On Thu, Feb 16, 2017 at 7:58 PM Luciano A. Muñoz Sessarego < electronicpulse@gmail.com> wrote:

Now something starts working. I know this is working via MDD cache right?, its super slow to cache, will you upgrade it to alembic any time soon?, and also since now there is the ability to relink datablocks in blender will you ad a helper to be able to do that? thank you man!

On Thu, Feb 16, 2017 at 7:52 PM Eibriel notifications@github.com wrote:

Hi Luciano I'm sorry to hear that. I'll be unable to make for a couple of days, in the mean time Are you testing it on a saved Blendfile?

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Eibriel/scripts/issues/11#issuecomment-280423004, or mute the thread https://github.com/notifications/unsubscribe-auth/AE5XkpIknbiL8QIqn2l1T9KT4PwY0685ks5rdJrfgaJpZM4MDY1V .

EibrielInv commented 7 years ago

I will take a look to Alembic, if this is already working I'll remove the eLink cache, since it was just a workaround. With the ability to update linked datablocs, I'll check where it intersects with the current implementation

lucianomunoz commented 7 years ago

fantastic!

jiffers commented 7 years ago

I'm having the same problem getting elinker to read a folder with blend files in it. I've just purchased this and I've followed the steps to create a library. The library name show up but no blender files in the folder the path is pointing to. The path looks correct. The blend file has a couple of groups in it with "_low" and "_high" as suffixes. ilinker See image attached.

EibrielInv commented 7 years ago

Hi @jiffers thanks for your support. The blend project where you are linking in is saved?

jiffers commented 7 years ago

I should also add, I'm using Blender 2.78a on windows 10

jiffers commented 7 years ago

Sorry, yes when I saved the file the libraries showed up. Thanks. Just to clarify, do the suffix fields need quotes around them and is it comma or semi colen? _high,_low or "_high";"_low" ?

Thanks

jiffers commented 7 years ago

The blend files show up but the link groups don't.

EibrielInv commented 7 years ago

The suffix fields don't need quotes, and the separator is the semicolon

_high;_low

(there is an error on the documentation, I've fixed it)

jiffers commented 7 years ago

Got it working, thanks for the help.