This file contains hidden or 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
| # Script Name: align_to_grid | |
| # | |
| # Author: Hyuk Ko | kohyuk91@gmail.com | 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' |
This file contains hidden or 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
| # | |
| # | |
| # 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 |
This file contains hidden or 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
| # | |
| # | |
| # 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 |
This file contains hidden or 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
| ## | |
| ## Script: import_ZLOC_from_clipboard_for_PFTrack.py v1.0 | |
| ## | |
| ## Author: Hyuk Ko | |
| ## kohyuk91@gmail.com | |
| ## | |
| ## Date: 2018/10/19 | |
| ## | |
| ## Description: Exports 'User Tracks' to ZLOC file. Saves data to Clipboard. | |
| ## |
This file contains hidden or 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
| ## | |
| ## Script: export_ZLOC_to_clipboard_for_PFTrack.py v1.0 | |
| ## | |
| ## Author: Hyuk Ko | |
| ## kohyuk91@gmail.com | |
| ## | |
| ## Date: 2018/08/08 | |
| ## | |
| ## Description: Exports 'User Tracks' to ZLOC file. Saves data to Clipboard. | |
| ## |
This file contains hidden or 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
| ## | |
| ## Script: import_ZLOC_from_txt_for_PFTrack.py v1.0 | |
| ## | |
| ## Author: Hyuk Ko | |
| ## kohyuk91@gmail.com | |
| ## | |
| ## Date: 2018/10/19 | |
| ## | |
| ## Description: Imports 'User Tracks' from ZLOC txt file. | |
| ## |
This file contains hidden or 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
| # Name: | |
| # easy_dewarp.py | |
| # | |
| # Author: | |
| # Hyuk Ko (kohyuk91@gmail.com) | |
| # | |
| # | |
| # | |
| # 3DE4.script.name: Easy Dewarp... | |
| # |
This file contains hidden or 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
| # lookThruVisCam.py | |
| # | |
| # Author : HYUK KO / kohyuk91@gmail.com | |
| ''' | |
| import lookThruVisCam | |
| lookThruVisCam.main("next") | |
| ''' | |
| ''' |
This file contains hidden or 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
| // Copyright (C) 2000-2001 Michael Bazhutkin - Copyright (C) 2000 studio Klassika | |
| // www.geocites.com/bazhutkin | |
| // bazhutkin@mail.ru | |
| // | |
| // Rivet (button) 1.0 | |
| // Script File | |
| // MODIFY THIS AT YOUR OWN RISK | |
| // | |
| // Creation Date: April 13, 2001 | |
| // |
This file contains hidden or 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
| ############################################################################### | |
| # Name: | |
| # baker.py | |
| # | |
| # Author: | |
| # Hyuk Ko (kohyuk91@gmail.com) | |
| # | |
| # Copyright (C) 2019 Hyuk Ko. All rights reserved. | |
| ############################################################################### |
OlderNewer