Skip to content

Instantly share code, notes, and snippets.

import bpy
import bmesh
bl_info = {
'name': 'Add Vertex',
'author': 'Dealga McArdle (zeffii) <digitalaphasia.com>',
'version': (1, 0, 0),
'blender': (2, 6, 3),
'location': 'Add > Vertex',
'description': 'adds new object with one selected vertex to location of 3d cursor',
@febritecno
febritecno / vue_cheatsheet.md
Last active February 18, 2022 11:08
vue cheetsheet, fast learner

Vue Cheatsheet

This is a simplified cheatsheet along with some tips for people who often works with Vue.js.


Please help this repo with a ⭐ if you find it useful! 😊


@EllyLoel
EllyLoel / reset.css
Last active June 28, 2024 04:00
CSS Reset
/*
Made by Elly Loel - https://ellyloel.com/
With inspiration from:
- Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/
- Andy Bell - https://piccalil.li/blog/a-modern-css-reset/
- Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE
Notes:
- `:where()` is used to lower specificity for easy overriding.
*/