Skip to content

Instantly share code, notes, and snippets.

View kohyuk91's full-sized avatar

kohyuk91

View GitHub Profile
# Script Name: align_to_grid
#
# Author: Hyuk Ko | [email protected] | 2018.10.14
#
# Usage: 1.Select at least 3 vertices(or locators) which resembles the ground plane.
# 2.Run Script
# 3.Click on the 'N-gon' mesh (You should see a blue arrow)
# 4.Click on the 'ground plane' mesh (You should see a blue arrow)
# 5.Hit 'Enter'
#
#
# 3DE4.script.name: Import ZLOC...
#
# 3DE4.script.version: v1.0
#
# 3DE4.script.gui: Main Window::3DE4::File::Import
# 3DE4.script.gui: Object Browser::Context Menu Point
# 3DE4.script.gui: Object Browser::Context Menu Points
# 3DE4.script.gui: Object Browser::Context Menu PGroup
#
#
# 3DE4.script.name: Export ZLOC...
#
# 3DE4.script.version: v1.0
#
# 3DE4.script.gui: Main Window::3DE4::File::Export
# 3DE4.script.gui: Object Browser::Context Menu Point
# 3DE4.script.gui: Object Browser::Context Menu Points
# 3DE4.script.gui: Object Browser::Context Menu PGroup
##
## Script: import_ZLOC_from_clipboard_for_PFTrack.py v1.0
##
## Author: Hyuk Ko
## [email protected]
##
## Date: 2018/10/19
##
## Description: Exports 'User Tracks' to ZLOC file. Saves data to Clipboard.
##
##
## Script: export_ZLOC_to_clipboard_for_PFTrack.py v1.0
##
## Author: Hyuk Ko
## [email protected]
##
## Date: 2018/08/08
##
## Description: Exports 'User Tracks' to ZLOC file. Saves data to Clipboard.
##
##
## Script: import_ZLOC_from_txt_for_PFTrack.py v1.0
##
## Author: Hyuk Ko
## [email protected]
##
## Date: 2018/10/19
##
## Description: Imports 'User Tracks' from ZLOC txt file.
##
# Name:
# easy_dewarp.py
#
# Author:
# Hyuk Ko ([email protected])
#
#
#
# 3DE4.script.name: Easy Dewarp...
#
# lookThruVisCam.py
#
# Author : HYUK KO / [email protected]
'''
import lookThruVisCam
lookThruVisCam.main("next")
'''
'''
// Copyright (C) 2000-2001 Michael Bazhutkin - Copyright (C) 2000 studio Klassika
// www.geocites.com/bazhutkin
// [email protected]
//
// Rivet (button) 1.0
// Script File
// MODIFY THIS AT YOUR OWN RISK
//
// Creation Date: April 13, 2001
//
@kohyuk91
kohyuk91 / baker.py
Last active October 11, 2019 11:36
###############################################################################
# Name:
# baker.py
#
# Author:
# Hyuk Ko ([email protected])
#
# Copyright (C) 2019 Hyuk Ko. All rights reserved.
###############################################################################