Editing Start coding for Blender

From Wiki.OSArch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 38: Line 38:
  
 
==Tips and Tricks==
 
==Tips and Tricks==
===From Blender Python API doc===
 
 
Blender Python API documentation has a special [https://docs.blender.org/api/current/info_tips_and_tricks.html Tips and Tricks] chapter including external editor usage, inserting a python interpreter etc…
 
Blender Python API documentation has a special [https://docs.blender.org/api/current/info_tips_and_tricks.html Tips and Tricks] chapter including external editor usage, inserting a python interpreter etc…
 
===bpy stubs for auto-completion===
 
Main known project which provide stubs for auto-completion is [https://github.com/nutti/fake-bpy-module fake-bpy-module]. It also provide type hints for python >= 3.7 which should allow to perform type checking (eg. mypy).
 
 
  
 
[[Category:Blender]] [[Category:BlenderBIM Add-on]]
 
[[Category:Blender]] [[Category:BlenderBIM Add-on]]

Please note that all contributions to Wiki.OSArch are considered to be released under the Creative Commons Attribution-ShareAlike (see Wiki.OSArch:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: