This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// swift-interface-format-version: 1.0 | |
// swift-compiler-version: Apple Swift version 5.1.1 (swiftlang-1100.2.274.2 clang-1100.2.32.1) | |
// swift-module-flags: -target arm64e-apple-ios13.2 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name SwiftUI | |
import Combine | |
import CoreData | |
import CoreFoundation | |
import CoreGraphics | |
import CoreText | |
import Darwin | |
import Foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= Betrunkener Engländer (Trinkspiel) | |
Stell dir vor, Englisch hätte es nie gegeben. | |
== Regeln | |
- _ALLES_ wird übersetzt | |
- Sinngemäße als auch wortwörtliche Übersetzungen sind erlaubt | |
- Englische Redewendungen dürfen benutzt werden, wenn sie übersetzt werden | |
- Sollte es keine Übersetzung geben, muss eine Umschreibung benutzt werden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xcrun swift | |
import Foundation | |
// Todos | |
// [ ] Create missing simulators if needed | |
// [ ] Test on fresh new install of macOS / Xcode | |
// [ ] Get scheme and testPlan from command line argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bpy | |
# Get the current context | |
current_context = bpy.context | |
# Iterate through all selected objects | |
for obj in current_context.selected_objects: | |
# Get the object's world matrix | |
world_matrix = obj.matrix_world |
OlderNewer