In Maya, there are two types of file format you can choose when saving a file .ma
and .mb
these file types are very different from each other and store content very differently and have different file sizes. But there is a bigger difference than the ones listed above and you might have questions that you want an answer for What is the difference? and Which is a better file format?
Articles
Why I switched to Muut for comments
[Muut](https://muut.com) similar to Disqus is a discussion service that unlike Disqus with only allows commenting lets you to embed the discussion as an embed to your website so you can have a complete discussion section on your website. The other great feature of Muut is it supports Markdown. Which means that if I can write … Read more
Python3 on Mac
Mac by default does not ship with Python 3 this means you have to install it manually. There are many ways of installing it, the first way is to download pre-build package from the official website and install it on your system. The second way is by compiling it on your system. While both the … Read more
Ruby on Mac
If all you want it to install the latest version of Ruby and don’t require different versions of it installed side by side you can use Homebrew to install it on your Mac. All you must do is enter this command Your Ruby development is now only a few gems away. Thank you for reading
The blogging pattern
You may have noticed recently there was not much content being updated on my website and no updates were available about when my posts would get published. I was working on a new project and was a bit busy learning Unreal Engine, which is a very nice gaming engine, but a very new thing to … Read more