oormicreations / VSEIndic

Renders text in Indic or any other complex languages accurately in Blender's video sequence editor.
MIT License
9 stars 1 forks source link

no attribute 'use_translation #2

Closed ekswathi closed 3 years ago

ekswathi commented 3 years ago

win 10 Attribute Error: 'imageSequence' object has no attribute 'use_translation' issue

oormicreations commented 3 years ago

Please mention your blender version. Please see the readme for supported versions.

ekswathi commented 3 years ago

I tried blender2.82, 2.91 and blender 2.92. I tried with the sanakrit2003 font. But no result

ekswathi commented 3 years ago

It is showing the menu in vse. but when I try to press the create indic text button it give only empty png strips

oormicreations commented 3 years ago

This plugin requires pyvips and libvips. Please see the readme for installation instructions on linux. If you are on windows, you will need to search for exact installation process.

ekswathi commented 3 years ago

I installed pyvips and libvips. and i am able to enable the addon. But it give only empty png strips. No text.

oormicreations commented 3 years ago

Are there any error messages? Please check the console also. Please let me know how the installation of pyvips and libvips was done.

ekswathi commented 3 years ago

I followed this tutorial to install both libraries https://www.youtube.com/watch?v=O5iBsdAd1_w

oormicreations commented 3 years ago

Please type these commands in blender python console (as shown in the attached image) , and let me know the result of these commands.

>>>import pyvips
>>>image = pyvips.Image.text("test", width=100)

Screenshot from 2020-12-13 22-52-28

ekswathi commented 3 years ago

No special messages as you can see in the attached screenshot. Thank you for finding time for solving the issue. But still it shows empty png strips

Capture

ekswathi commented 3 years ago

Capture1

oormicreations commented 3 years ago

Thank you for your patience. I cannot check it in windows, but I tried upgrading my libvips to latest version to recreate the error. It looks like on windows it produces a multiband image, not a b-w image, the size is also different. Can you send me the png image. It will be in a folder called vseindic where the blend file was saved. To generate the image, leave everything as default and just click the create button.

ekswathi commented 3 years ago

Oh my god. I am really sorry to waste your time. It is working properly. I did a big mistake. I didn't saved the file. When I saved the file It is working like a charm. Thank you for the lifesaver addon and sorry again for wasting your precious time.

oormicreations commented 3 years ago

Great. No problem. I will add a save check to ensure that users save the file.