Skip to content

Instantly share code, notes, and snippets.

View the-simian's full-sized avatar
🐒
I'm probably Codin'

Jesse Harlin the-simian

🐒
I'm probably Codin'
View GitHub Profile
@the-simian
the-simian / Blender Animations by Marker
Created July 16, 2018 14:57
Blender Script to Name each animation Frame after the marker and number the frames per animation, rather than per sequence
import bpy
import os
import time
# get the scene
scn = bpy.context.scene
# get the output path
output_path = scn.render.filepath
diff --git a/node_modules/drizzle-kit/bin.cjs b/node_modules/drizzle-kit/bin.cjs
index 9a93653..d4c61ad 100755
--- a/node_modules/drizzle-kit/bin.cjs
+++ b/node_modules/drizzle-kit/bin.cjs
@@ -119591,6 +119591,9 @@ var init_connections = __esm({
return result;
};
const proxy = async (params) => {
+ params.sql = params.sql.replace(/a.attidentity AS identity_type/i, 'a.attidentity::text AS identity_type');
+ params.sql = params.sql.replace(/a.attgenerated AS generated_type/i, 'a.attgenerated::text AS generated_type');