/blender-python

Apuntes blender 2.8 + python API

Primary LanguagePython

Blender-Python

Apuntes blender 2.8x + python API

Notas y hotkeys

  • agregar objeto shift + A
  • loop cuts ctrl + R
  • parent ctrl + P
  • wireframe z
  • selecionar todas las caras anillo alt + click
  • segmentos de una esfera
  • join ctrl + j
  • set cursor to world center ctrl + s
  • focus an object numpad .

Ejecutar Blender desde cmd

cd "C:\Program Files\Blender Foundation\Blender 2.81"
.\blender.exe

Instalar liberías con pip en Blender

cd "C:\Program Files\Blender Foundation\Blender 2.81\2.81\python\bin"
.\python.exe -m pip install {nombre lib} --user

Referencias

Commit style

The type is contained within the title and can be one of these types:

  • feat: a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • data: data transformations or adding (DVCs repos)
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production code
  • test: adding tests, refactoring test; no production code change
  • chore: updating build tasks, package manager configs, etc; no production code change

Jira Taks

PoC: Generar workers para clasificación

Confluence

Propuesta I+D: Datasets Artificiales