Monthly Archives: January 2016

Converting a Ogv to Avi in youtube in ubuntu 14.04

Sometime Linux can really be annoying(I still like like it though). So I’ve been trying to use recordmydesktop to record which saves natively in OGV.   Unfortunately youtube doesn’t like OGV you need to convert to AVI. So I tried the … Continue reading

Posted in Uncategorized | Leave a comment

Just some quick notes on enabling/Disabling stuff in qt

I’m a little to tired to work on this at the moment,  but I had some links that I want to look at http://stackoverflow.com/questions/9506614/how-to-gray-out-a-menu-item-in-qt http://doc.qt.io/qt-4.8/qtoolbutton.html   ToolBoxWidget::ToolBoxWidget(const QString title, QWidget* pParent ) : BaseDockWidget( title, pParent, Qt::Tool ) { QFrame* … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Pencil2d Initial thoughts on the Copy paste within a frame bugs #414

I’ve been looking at the code and playing with the app  figure out how to replicate this It seems that the selection/move tool by themselves are working pretty good. I was playing the the move tool and noticed a couple … Continue reading

Posted in Uncategorized | 2 Comments

Exploring the pencil2d F6

So one of thing I’m starting to  taking a look at this: https://github.com/pencil2d/pencil/issues/414 Playing around with the app, it looks like the F6 duplicate frame in combination with a pencil draw, F6 is yielded correct results.  (I’m thinking it might … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Messing around with Pencil2d. Exploring the selection tool.

Over the holidays, my daughter had expressed an interest in learning animation.  I did a little googling an I found a open source package called pencil2d.   She downloaded and tried using it and found it too buggy.  I uses C++/QT … Continue reading

Posted in Uncategorized | Tagged | Leave a comment