├── Activate_Deactivate_Addons.py ├── Add_Modifiers.py ├── Add_Objects.py ├── Complex_Panel.py ├── Create_and_Assign_Materials.py ├── Create_and_Edit_Shader_Node_Tree.py ├── Delete_Objects.py ├── Edit_Objects_Basic.py ├── Edit_Objects_Complex.py ├── How_To_Cheat_Context.py ├── Install_Packages_To_Blenders_Python.py ├── LICENSE ├── Parent_Objects.py ├── README.md ├── Select_Vertex_Edge_Face.py ├── Select_and_Deselect_Objects.py ├── Simplest_Operator.py └── Simplest_Panel.py /Activate_Deactivate_Addons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Activate_Deactivate_Addons.py -------------------------------------------------------------------------------- /Add_Modifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Add_Modifiers.py -------------------------------------------------------------------------------- /Add_Objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Add_Objects.py -------------------------------------------------------------------------------- /Complex_Panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Complex_Panel.py -------------------------------------------------------------------------------- /Create_and_Assign_Materials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Create_and_Assign_Materials.py -------------------------------------------------------------------------------- /Create_and_Edit_Shader_Node_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Create_and_Edit_Shader_Node_Tree.py -------------------------------------------------------------------------------- /Delete_Objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Delete_Objects.py -------------------------------------------------------------------------------- /Edit_Objects_Basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Edit_Objects_Basic.py -------------------------------------------------------------------------------- /Edit_Objects_Complex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Edit_Objects_Complex.py -------------------------------------------------------------------------------- /How_To_Cheat_Context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/How_To_Cheat_Context.py -------------------------------------------------------------------------------- /Install_Packages_To_Blenders_Python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Install_Packages_To_Blenders_Python.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/LICENSE -------------------------------------------------------------------------------- /Parent_Objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Parent_Objects.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/README.md -------------------------------------------------------------------------------- /Select_Vertex_Edge_Face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Select_Vertex_Edge_Face.py -------------------------------------------------------------------------------- /Select_and_Deselect_Objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Select_and_Deselect_Objects.py -------------------------------------------------------------------------------- /Simplest_Operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Simplest_Operator.py -------------------------------------------------------------------------------- /Simplest_Panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpectralVectors/BlenderPythonShorts/HEAD/Simplest_Panel.py --------------------------------------------------------------------------------