Skip to content

Instantly share code, notes, and snippets.

View donovankeith's full-sized avatar

Donovan Keith donovankeith

View GitHub Profile
@gr4ph0s
gr4ph0s / vertex_map_exemple.py
Last active November 14, 2021 17:47
Exemple for get / set VertexMap inside c4d through python.
# coding: utf-8
"""
Exemple for get / set VertexMap inside c4d through python.
Show an exemple of GetLowlevelDataAddressR / GetLowlevelDataAddressW
"""
__author__ = 'Adam Maxime - Graphos <gr4ph0s(at)hotmail.fr>'
__version__ = '1.0'
@MikeUdin
MikeUdin / QuickFolder.py
Created October 11, 2016 14:59
Open in Explorer/Finder folder from customizable popup menu
import c4d
from os import path as p
from c4d import storage as st
from c4d import gui
# Welcome to the world of Python
# Author: Mike Udin,
# Tutorial here http://mikeudin.net/?p=2930
# 2016