Skip to content

Instantly share code, notes, and snippets.

View vansoest's full-sized avatar

Sophie van Soest vansoest

View GitHub Profile
@vansoest
vansoest / FXAA.tscn
Created April 9, 2020 20:14 — forked from cart/FXAA.tscn
Godot Nvidia FXAA 3.11 Port
[gd_scene load_steps=3 format=2]
[sub_resource type="Shader" id=1]
code = "shader_type canvas_item;
// Godot Nvidia FXAA 3.11 Port
// Usage: Drop this in to any 3D scene for FXAA! This is a port of the \"PC High Quality Preset 39\". However the medium quality
// parameters are also included. For medium quality, just comment out sections \"PS 6\" and above and uncomment the \"med 13\" variables.
@vansoest
vansoest / space_view3d_move_origin.py
Last active April 5, 2020 14:38 — forked from zeffii/space_view3d_move_origin.py
Updated to Blender 2.8
'''
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