https://github.com/riachx/cyark-scripts
Scripts made during my internship at CyArk
https://github.com/riachx/cyark-scripts
Last synced: 19 days ago
JSON representation
Scripts made during my internship at CyArk
- Host: GitHub
- URL: https://github.com/riachx/cyark-scripts
- Owner: riachx
- Created: 2023-07-06T05:51:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T05:16:30.000Z (over 1 year ago)
- Last Synced: 2025-01-26T12:11:27.338Z (6 months ago)
- Language: Batchfile
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyark Scripts
Batch scripts made during my internship at CyArk. This repository contains a collection of scripts that automate various processes in Reality Capture software.## Introduction
Reality Capture software is a powerful tool used in photogrammetry and 3D modeling. However, it can be time-consuming to perform certain tasks manually. These batch scripts aim to automate common processes within Reality Capture, making your workflow more efficient and less error-prone.
## Folder Structure
The repository is organized into four main folders, each containing scripts related to specific tasks:
1. **Component Script**:
- Accepts a project file path from a user, finds the images, aligns each folder, and exports each alignment into a folder called "Components".3. **Housekeeping Script**:
- Imports alignment settings, a cache location, and ensures the Reality Capture program is correctly setup.5. **Simplification Script**:
- A script that opens a model in Reality Capture and simplifies the number of triangles down in 50% decrements, until the model reaches 30M triangles. This script utilizes the equation M = log2 (N/30,000,000), where N = triangle count and M = number of times to divide. Utilizes powershell for math that requires greater than 32 bit limitations.6. **Slack Messaging Script**:
- A simple bot that sends a slack message to a user once the script finishes.