CLICK ME
yes, even hidden code blocks!
print("hello world!")| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" |
Find the Discord channel in which you would like to send commits and other updates
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
| from __future__ import print_function | |
| import bpy | |
| D = bpy.data | |
| printFrameNums = False # include frame numbers in the csv file | |
| relativeCoords = False # marker coords will be relative to the dimensions of the clip | |
| f2=open('export-markers.log', 'w') | |
| print('First line test', file=f2) | |
| for clip in D.movieclips: |