This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.055", | |
| "framed_nodes": { | |
| "Adaptive Edges": "Frame.002", | |
| "Cylinder": "Frame.002", | |
| "Pipe tube Node": "Frame", | |
| "PolygonBoom": "Frame", | |
| "Skin Viewer Draw": "Frame.001", | |
| "Vectors Move.001": "Frame", | |
| "Vectors in": "Frame", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Error | |
| bpy.ops.object.editmode_toggle() # Operator | |
| bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE') # Operator | |
| bpy.ops.mesh.select_all(action='TOGGLE') # Operator | |
| bpy.ops.mesh.select_all(action='TOGGLE') # Operator | |
| # backtrace | |
| 10: PyInit_mathutils_noise_types - 0xB3E89230 | |
| 9: fftw_plan_many_dft - 0xB32147B0 | |
| 8: fftw_plan_many_dft - 0xB32147B0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bpy | |
| import numpy as np | |
| name = bpy.context.selected_objects[0].name | |
| mon = np.array([i.co[:] for i in bpy.data.objects[name].data.vertices]) | |
| nor = np.linalg.norm(mon,axis=1) | |
| out = mon/nor.reshape(len(nor),1) | |
| for i,k in enumerate(bpy.data.objects[name].data.vertices): | |
| k.co[:] = out[i] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.055", | |
| "framed_nodes": {}, | |
| "groups": {}, | |
| "nodes": { | |
| "Apply matrix for vectors": { | |
| "bl_idname": "MatrixApplyNode", | |
| "color": [ | |
| 0.6079999804496765, | |
| 0.6079999804496765, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.055", | |
| "framed_nodes": {}, | |
| "groups": {}, | |
| "nodes": { | |
| "Axis Input": { | |
| "bl_idname": "svAxisInputNode", | |
| "color": [ | |
| 0.6079999804496765, | |
| 0.6079999804496765, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.055", | |
| "framed_nodes": {}, | |
| "groups": {}, | |
| "nodes": { | |
| "Axis Input": { | |
| "bl_idname": "svAxisInputNode", | |
| "color": [ | |
| 0.6079999804496765, | |
| 0.6079999804496765, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import bpy, bmesh, math | |
| from mathutils import Vector | |
| objs = bpy.context.selected_objects | |
| volinit = 0 | |
| volend = 10 | |
| for o in objs: | |
| bo = bmesh.new() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.060", | |
| "framed_nodes": {}, | |
| "groups": {}, | |
| "nodes": { | |
| "Circle": { | |
| "bl_idname": "SvCircleNode", | |
| "color": [ | |
| 0.9200000166893005, | |
| 0.9200000166893005, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.060", | |
| "framed_nodes": {}, | |
| "groups": {}, | |
| "nodes": { | |
| "Line.002": { | |
| "bl_idname": "LineNode", | |
| "color": [ | |
| 0.9200000166893005, | |
| 0.9200000166893005, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "export_version": "0.060", | |
| "framed_nodes": { | |
| "List Join.004": "Frame", | |
| "List Join.005": "Frame", | |
| "List Join.006": "Frame" | |
| }, | |
| "groups": {}, | |
| "nodes": { | |
| "Frame": { |