Skip to content

Instantly share code, notes, and snippets.

@GREEB
GREEB / importKenny.py
Created April 24, 2024 23:27
import and space in grid blender, good for kenny assets
import bpy
import os
from mathutils import Vector
# Directory containing your GLB files
directory = r"C:\Users\crazyUser\models\gltf"
# List all files in the directory
files = os.listdir(directory)
// ==UserScript==
// @name VeggieBot
// @namespace https://discord.gg/grHtzeRFAf
// @version 1.49
// @description Bot for vegan banners on pixelcanvas.io
// @author Vegans
// @match https://pixelcanvas.io/*
// @icon https://pixelcanvas.io/favicon.ico
// @updateURL https://www.thechristmasstation.org/vegan.user.js
// @downloadURL https://www.thechristmasstation.org/vegan.user.js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 28
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 28
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 27
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 20
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 17
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
// ==UserScript==
// @name VeganPlace Bot
// @namespace https://github.com/Squarific/Bot
// @version 11
// @description The bot for vegans
// @author Squarific
// @match https://www.reddit.com/r/place/*
// @match https://new.reddit.com/r/place/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @require https://cdn.jsdelivr.net/npm/toastify-js
<?xml version="1.0" encoding="UTF-8"?>
<tv>
#EXTM3U
#EXTM3U url-tvg="http://myxmltv.lescigales.org/xmltv.xml.gz,http://epg.clientportal.link/albania.xml.gz,http://epg.clientportal.link/austria.xml.gz,http://epg.clientportal.link/belgium.xml.gz,http://epg.clientportal.link/bulgaria.xml.gz,http://epg.clientportal.link/czech.xml.gz,http://epg.clientportal.link/denmark.xml.gz,http://epg.clientportal.link/estonia.xml.gz,http://epg.clientportal.link/ex-yu.xml.gz,http://epg.clientportal.link/france.xml.gz,http://epg.clientportal.link/germany.xml.gz,http://epg.clientportal.link/greece.xml.gz,http://epg.clientportal.link/hungary.xml.gz,http://epg.clientportal.link/italy.xml.gz,http://epg.clientportal.link/netherlands.xml.gz,http://epg.clientportal.link/norway.xml.gz,http://epg.clientportal.link/poland.xml.gz,http://epg.clientportal.link/portugal.xml.gz,http://epg.clientportal.link/romania.xml.gz,http://epg.clientportal.link/russia.xml.gz,http://epg.clientportal.link/spain.xml.gz,http://epg.clientportal.link/sweden.xml
@GREEB
GREEB / three.js
Created January 23, 2022 22:51
three.js
// Import librarys
import {
//,
BufferGeometry,
Color,
PerspectiveCamera,
Scene,
Vector3,
WebGLRenderer,
Object3D