Pinned Loading
-
pfold (proper fold) is a small Pytho...
pfold (proper fold) is a small Python script that works like the Linux tool, but properly supports Unicode so lines with special characters will be have the correct length. 1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
34# "fold" is a well-known Linux tool that wraps a text file at N columns, and
5# optionally splits lines at spaces with the -s option. Sadly it does not work
-
Blender script that imports an OBJ (...
Blender script that imports an OBJ (3D model) exported from Alone in the Dark room viewer application (https://github.com/tigrouind/AITD-roomviewer), and fixes the materials so it can be properly rendered/edited. 1# Blender script that imports an OBJ (3D model) exported from Alone in the Dark
2# room viewer application (https://github.com/tigrouind/AITD-roomviewer), and
3# fixes the materials so it can be properly rendered/edited.
45# NOTE: the noise texture is needed (get it from the Assets/Materials/Model/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.