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 that 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 that it can be properly rendered/edited.
45# NOTE: the noise texture is needed (get it from the Assets/Materials/Model/
-
Script-Fu script for GIMP that expor...
Script-Fu script for GIMP that exports the current image to valid GoldSrc (Half-Life 1) texture format. 1#!/usr/bin/env gimp-script-fu-interpreter-3.0
23; Script-Fu script for GIMP 3 that exports the current image to valid GoldSrc
4; (Half-Life 1) texture format. It resizes to 256x256 or 512x512 if needed,
5; changes the precision to 8-bit integer, converts it to indexed mode with
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.