Skip to content

Instantly share code, notes, and snippets.

return
update reportsetup set PrinterName = 'E:\FCS HUB\Output'
update outputqueue set datetimecreated = '20290000000000'
-- sup-947
select *,
coalesce(
(
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEditor;
[InitializeOnLoad]
public static class ShowFileExtensions
{
static ShowFileExtensions()
{
@Tenebrous
Tenebrous / Unity 2017.1.0b5 Unity-BlenderToFBX.py
Last active May 19, 2017 14:23
Update Unity-BlenderToFBX.py to support lights & cameras
blender249 = True
try: import Blender
except:
blender249 = False
import bpy
if blender249:
try: import export_fbx
except: