Open chrislachance opened 4 years ago
Running into the same issue with Sketch 69 and this is what I see.
I have the same problem with Version 69
Having exact same problem with Version 69
Indeed — nothing I do manages to address the problem. Sketch Measure hangs when exporting.
Facing same problem. do we have any solution for the same?
Will Sketch Measure plugin be updated to be compatible with version 69? This plugin is our main resource for providing files to our software team in a consumable manner, and now we are unable to use.
Please advise on estimated update if any
Same issue with v69 :( anyone have a fix ?
same issue
same issue cant export
:( same issue, v69...
Hi, I fixed my branch if anyone is interested.
It should be working with sketch 69.
⭢ Give it a try and let me know.
My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.
I hope it helps :)
By the way, the problem was with MSImmutableColor.
stringValueWithAlpha
is not available anymore, it's now called stringValueIncludingAlpha
.
Hi, I fixed my branch if anyone is interested.
It should be working with sketch 69.
⭢ Give it a try and let me know.
My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.
I hope it helps :)
By the way, the problem was with MSImmutableColor.
stringValueWithAlpha
is not available anymore, it's now calledstringValueIncludingAlpha
.
It works, thank you! 👍
Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure
Sketch MeaXure is a re-implemention of
Sketch Measure
with TypeScript, uses Sketch JavaScript API.It aims to be:
- More stable, not likely to break down after Sketch update.
- Easy to maintain.
Improvements
Improvements that users can recognize:
- Fully works with lastest version of Sketch (v66).
- The latest
Tint
feature support.- Easily resize markers, without concerns to break them. (The
resizing constrain
feature).- Export directly with
Anima stacks
activated.- Customize the order of exported artboards.
- Better display of text fragments.
- Re-organize functions and panels.
Notice
If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu
Plugin - Sketch MeaXure - Help - Rename Old Markers
.Installation
- Download the latest release of the plugin
- Un-zip
- Double-click on Sketch-Meaxure.sketchplugin
It is a really nice re-implementation 🚀
Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure
Sketch MeaXure is a re-implemention of
Sketch Measure
with TypeScript, uses Sketch JavaScript API. It aims to be:
- More stable, not likely to break down after Sketch update.
- Easy to maintain.
Improvements
Improvements that users can recognize:
- Fully works with lastest version of Sketch (v66).
- The latest
Tint
feature support.- Easily resize markers, without concerns to break them. (The
resizing constrain
feature).- Export directly with
Anima stacks
activated.- Customize the order of exported artboards.
- Better display of text fragments.
- Re-organize functions and panels.
Notice
If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu
Plugin - Sketch MeaXure - Help - Rename Old Markers
.Installation
- Download the latest release of the plugin
- Un-zip
- Double-click on Sketch-Meaxure.sketchplugin
It is a really nice re-implementation 🚀
Yes, this is working awesome. Thanks for the find!
Hi,
When executing the plugin with a project with 6 pages and 2 of them with +56 artboards when the plugin is executing, it puts the Sketch down.
Someone with the same problem...
:(
@idsampaio is that MeaXure by @qjebbs?
@ellunium Yes, I downloaded ( https://github.com/qjebbs/sketch-meaxure ) deleted the old plugin and install meaXure. In documents with few pages /artboards it works well and does not go down, but in more extensive projects the application closes.
For MeaXure, we need @qjebbs to take a look. For the bigger files try my fork although there’s no support for tint for now.
Hi,
When executing the plugin with a project with 6 pages and 2 of them with +56 artboards when the plugin is executing, it puts the Sketch down.
@idsampaio Tested with 10k layers good, try export only some of the artboards to located who cause the problem.
It turns out that the problem you encountered is probably an issue of Sketch API: https://github.com/sketch-hq/SketchAPI/issues/810
And the latest release has bypass it. You can help to test it.
Maybe old notes created with old Measure?
Hi,
I don't know what's going on, however I noticed that it is only with that sketch file. I exported another big project with 21k layers and there was no problem with the export ...
Thanks, @qjebbs & @ellunium
Maybe old notes created with old Measure?
No ... There was no note created in the document in question ...
same issue
Encountered the same problem, waiting for the new version to be released.
Hi, I fixed my branch if anyone is interested.
It should be working with sketch 69.
⭢ Give it a try and let me know.
My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.
I hope it helps :)
By the way, the problem was with MSImmutableColor.
stringValueWithAlpha
is not available anymore, it's now calledstringValueIncludingAlpha
.
Same bug and this helped, thanks a lot!!
Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure
Sketch MeaXure is a re-implemention of
Sketch Measure
with TypeScript, uses Sketch JavaScript API. It aims to be:
- More stable, not likely to break down after Sketch update.
- Easy to maintain.
Improvements
Improvements that users can recognize:
- Fully works with lastest version of Sketch (v66).
- The latest
Tint
feature support.- Easily resize markers, without concerns to break them. (The
resizing constrain
feature).- Export directly with
Anima stacks
activated.- Customize the order of exported artboards.
- Better display of text fragments.
- Re-organize functions and panels.
Notice
If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu
Plugin - Sketch MeaXure - Help - Rename Old Markers
.Installation
- Download the latest release of the plugin
- Un-zip
- Double-click on Sketch-Meaxure.sketchplugin
It is a really nice re-implementation 🚀
Yes, this is working awesome. Thanks for the find!
thanks a lot!!
Hi, also same issue on my end: https://github.com/utom/sketch-measure/issues/498#issuecomment-715260806
@idsampaio It turns out that the problem you encountered is probably an issue of Sketch API: sketch-hq/SketchAPI#810
And the latest release has bypass it. You can help to test it.
@idsampaio It turns out that the problem you encountered is probably an issue of Sketch API: sketch-hq/SketchAPI#810
And the latest release has bypass it. You can help to test it.
Fixed! It was really a sketch api problem.
Thanks @qjebbs .
Hey, this file "proto.html" is something we really need, we are waiting for new developments.
🤗
export html not work
Gets stuck on first element of artboard, won't progress...