All Projects → JoshRBogart → Unreal_tools

JoshRBogart / Unreal_tools

Licence: gpl-3.0
Blender 3D scripts for storing vertex data for use in a vertex shader.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Unreal tools

Sidefxlabs
Stars: ✭ 366 (+394.59%)
Mutual labels:  vfx
Opentimelineio
Open Source API and interchange format for editorial timeline information.
Stars: ✭ 777 (+950%)
Mutual labels:  vfx
Batch textures convert
🔁 Batch texture conversion to various render-friendly mip-mapped formats
Stars: ✭ 67 (-9.46%)
Mutual labels:  vfx
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+441.89%)
Mutual labels:  vfx
Smrvfx
An example that shows how to pass data from a skinned mesh renderer to a visual effect graph.
Stars: ✭ 589 (+695.95%)
Mutual labels:  vfx
Openexr
The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
Stars: ✭ 992 (+1240.54%)
Mutual labels:  vfx
Akvfx
Azure Kinect plugin for Unity VFX Graph
Stars: ✭ 366 (+394.59%)
Mutual labels:  vfx
4dviewstest
4DViews volumetric video + Unity
Stars: ✭ 71 (-4.05%)
Mutual labels:  vfx
Materialx
MaterialX is an open standard for transfer of rich material and look-development content between applications and renderers.
Stars: ✭ 679 (+817.57%)
Mutual labels:  vfx
Pyaaf2
Read and write Advanced Authoring Format (AAF) files
Stars: ✭ 57 (-22.97%)
Mutual labels:  vfx
Vex tutorial
📑 A collection of code snippets and examples showing syntax and capabilities of VEX language inside SideFX Houdini
Stars: ✭ 439 (+493.24%)
Mutual labels:  vfx
Opencue
A render management system you can deploy for visual effects and animation productions.
Stars: ✭ 578 (+681.08%)
Mutual labels:  vfx
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (-47.3%)
Mutual labels:  vfx
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (+441.89%)
Mutual labels:  vfx
Opendcx
OpenDCX Repository
Stars: ✭ 67 (-9.46%)
Mutual labels:  vfx
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (+400%)
Mutual labels:  vfx
Virtualproduction Vrchat
Multicam Virtual Reality Production Rig + Crane + Overlays for VRChat
Stars: ✭ 18 (-75.68%)
Mutual labels:  vfx
Dkvfxsketches
VFX sketches with Depthkit and Unity
Stars: ✭ 74 (+0%)
Mutual labels:  vfx
Vft
💥❄️🔨 VFX Fractal Toolkit
Stars: ✭ 69 (-6.76%)
Mutual labels:  vfx
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-44.59%)
Mutual labels:  vfx

Unreal Tools

Blender 2.83

Description

A series of tools used to store vertex data in various ways. The data can then used in a game engine to animate meshes via a vertex shader.

Mesh Morpher

Used to store vertex offsets between a meshes shape keys in it's UV layers. Optionally vertex normals from it's second shape key can be stored in it's vertex colors.

Vertex Animation

Used to store vertex offsets and normals of selected mesh objects per frame into image textures.

Getting Started

These tools can be installed as add-ons or ran as scripts. Each tool has a panel located in the 3D View's sidebar under the Unreal Tools tab.

Installing as an Add-on

First download and unzip files into desired directory.

While in Blender open the user preferences window.

Edit > Preferences

Navigate the the add-ons tab.

Click the option to install.

A file browser will open.

Navigate to directory containing the tools.

Select the tool you want install.

Then click install add-on.

Running as a Script

First download and unzip files into desired directory.

While in Blender use the text editor to open the tool you want to use.

Then either click the run script operator (the arrow icon in header) or use alt+p shortcut.

Authors

  • Joshua Bogart

Acknowledgments

  • Adapted for Blender from 3ds Max scripts created by Jonathan Lindquist at Epic Games.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].