By the way, have you ever thought about implementing a full-screen mode? See image That will save a little bit of space for the canvas itself
Quick progress report (27/3/20)
I was made aware that artifacts still appeared when drawing on multiple layers, this should now be fixed.
Whatās changed:
- Fixed another artifact issue that appeared with multiple layers.
- Re-added ability to hide layers.
Only windows builds are uploaded to the cloud currently
Win64 : https://drive.google.com/drive/folders/0B7zQuPZEO_64UDVrZFkzZmhSSmc
Win32 : https://drive.google.com/drive/folders/0B7zQuPZEO_64QmNxdG84WDN5Znc
Make sure you grab the latest version ( beware the timestamps! )
By the way, have you ever thought about implementing a full-screen mode? See image That will save a little bit of space for the canvas itself
You can request that on our github, it would be useful and weāve had it requested before but itās not part of my mypaint integration, so feel free to make an issue about it there ;)
@MrStevns thatās been indeed requested by him ever since last year https://github.com/pencil2d/pencil/issues/1151
Hi, for some reason the newest builds wonāt launch for me. The one for February does, as does the āregularā nightly from March 29th. March 18th, 21st, and 27th donāt start up or even give an error message (I also tried running as admin); the stable build also launches fine.
As an aside, that stroke lag problem I mentioned earlier doesnāt seem to be in the March 29th build.
@Noobimator have you tried this
I should mention that you probably need to delete the brushes folder from appData/roaming/pencil2D/Pencil2D, when youāve done that, try to open the application again
Sorry, I missed that post. But that did work, thank you.
Tested this for two days and it was perfect. One more wish but feel free to ignore,. Could you please add xsheet feature? One thing that stopping me for not using this great piece of a software for production is the non-existent of that specific feature, simply because we usually put our cue for lipsync and notes for the inbetweeners inside xsheet.
As a person whoās been using tvpaint for almost a decade, the brush feels almost identical. Thank you, sir
We have an x-sheet timeline in the works, so itās coming. The mypaint integration too should hopefully also get into the main branch when itās done. Thereās still some time before that happens though. X-sheet will not be added in this branch alone, I hope that answers your question
Glad to hear that, thank you! Really appreciate your hardwork
I think Iāve found a glitch with the brush configs, it refused to consistently save my configuration. I can get around it or consistently save the config by choosing the brush next to the one I was customizing. The build I was using is this version pencil2d-win64-2020-03-30 from Candyfaceās gdriveā¦
Iāve uploaded the video, pls see wetransfer link below
Also donāt mind the miss aligned cursor in the video, itās a bug on my screen recorder. Thanks
I released a new version yesterday, fixing a couple of things about the brush config logic. The save button is also gone, changes are saved automatically now. See if you can reproduce the bug in that one
New version fixed it, thanks @MrStevns
Quick progress report (02/4/20)
This release is mostly bug fixes and re-adding functionality, like the ability to rotate the canvas.
Iāll attempt to merge with our master branch next, since Iāve got enough mypaint painting working, except for some onion skinning and related. Thereās been quite a few changes in my painter for this to work but also changes in the canvas painter on the master branch, so weāll see how that faresā¦
Whatās changed:
- Removed save button from brush configuration window, brush changes are always saved now, discard your changes if you donāt like them. Changes can be discarded until another brush has been selected.
- Fixed a bug that would crash pencil2D if you moved an empty frame
- Fixed a another bug that would crash if you selected an empty spot from above 240 on the timeline (frames cache boundary)
- Fixed last used brush used for tool had stopped working.
- Fix drawing on rotated surface would cause artifacts.
- Fix not being able to clone brush for same tool
Only windows builds are uploaded to the cloud currently
Win64 : https://drive.google.com/drive/folders/0B7zQuPZEO_64UDVrZFkzZmhSSmc
Win32 : https://drive.google.com/drive/folders/0B7zQuPZEO_64QmNxdG84WDN5Znc
Make sure you grab the latest version ( beware the timestamps! )
Tested, but no brushes, the ui looks exactly like the master pencil2d. Tested with the latest version (all of 20-04-02 variants) in the gdrive folder. Deleted Pencil2D in appData didnāt make a difference. Version 04-01 worked with no problem
Hmm looks like my last attempt to avoid deploying other branches didnāt go through, there were 3 builds from 2 of April, the first one includes mypaint but the two others were master buildsā¦ Iāve made another attempt to avoid those builds for now. There should only be one build from April 2 now and that one includes mypaint.
That did the jobā¦ By the way, I donāt see any reason for āuse feather, anti aliasing and pressureā check boxes in options as itās handled by mypaint brush config. Checking those three wonāt affect anything either, dunno I might be wrong here
Thats old functionality that will be reworked, Iām hoping to keep that window for quick brush settings but weāll see. Currently as you stated, itās in a non working state.