Skip to content

Instantly share code, notes, and snippets.

@egetun
egetun / render_auto_save.py
Created May 15, 2019 11:00
Adding Auto Save Render Support for Blender 2.8 (Experimental Builds) Workbench Render Engine.
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@egetun
egetun / ayarver
Last active July 26, 2022 06:16
ayarver
#!/bin/bash
## super işler için onay alınıyor.
sudo -- sh -c '
tput setaf 2;
echo "EVA : ayar vermeye başlanıyor..."
tput sgr0;
sleep 1s
## doğalımsı depolarda güncellenen paketler denetleniyor.
@egetun
egetun / maya2019install.sh
Last active May 5, 2022 14:36 — forked from nrtkbb/maya2018install.sh
Autodesk Maya 2019 Installation Bash Script v1.0 for Ubuntu 18.04 / Tested on KDE Neon 5.14
#!/bin/bash
#Deniz Ege Tunçay, 2019
#nrtkbb, 2018
#Neal Burger, 2017
#Autodesk Maya Installation Bash Script v1.0 for Ubuntu 18.04 based Linux Distributions
#if you have any issues, feel free tweet me // @egetun
#Make sure we’re running with root permissions.
Verifying that "egetun.id" is my Blockstack ID. https://explorer.blockstack.org/name/egetun.id
@egetun
egetun / gist:ea79713cd057b6267bfc
Last active August 29, 2015 14:27 — forked from MichaelLawton/gist:ee27bf4a0f591bed19ac
Installing Maya 2015 SP5 on Ubuntu 14.04 LTS with Student License
#References:
#http://forums.autodesk.com/t5/installation-licensing/installing-maya-on-ubuntu/td-p/4905036
#http://askubuntu.com/questions/392806/installing-maya-on-ubuntu-linux
#https://gist.github.com/insomniacUNDERSCORElemon/5555214
#http://nealbuerger.com/2013/05/ubuntu-13-04-maya-2014-install-script/
#http://www.nkoubi.com/blog/tutorial/how-to-install-autodesk-maya-2011-on-debian-ubuntu/
#http://help.autodesk.com/view/MAYAUL/2015/ENU/?guid=GUID-E7E054E1-0E32-4B3C-88F9-BF820EB45BE5
#http://www.andrewhazelden.com/blog/2014/10/autodesk-nlm-licensing-issues-with-maya-2015-and-max-2015/
@egetun
egetun / maya_2016sp1_for_ubuntu_1404.sh
Last active August 29, 2015 14:27 — forked from Era-Dorta/mayaOnUbuntu.sh
Updated for Maya 2016 SP1 and ubuntu 14.04
#!/bin/bash
#Heith Seewald 2012
#Garoe Dorta 2015
#Feel free to extend/modify to meet your needs.
#Maya on Ubuntu v.1
#This is the base installer... I’ll add more features in later versions.
#if you have any issues, feel free email me at heiths@gmail.com
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
#!/bin/bash
#Heith Seewald 2012
#Feel free to extend/modify to meet your needs.
#Maya on Ubuntu v.1
#This is the base installer... I’ll add more features in later versions.
#if you have any issues, feel free email me at heiths@gmail.com
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then
#!/bin/bash
#Heith Seewald 2012
#Feel free to extend/modify to meet your needs.
#Maya on Ubuntu v.1
#This is the base installer... I’ll add more features in later versions.
#if you have any issues, feel free email me at heiths@gmail.com
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then