Carsten Høyer
Carsten Høyer
Here is a workaround: ``` bpy.ops.object.select_all(action='SELECT') for obj in bpy.context.selected_objects: if obj.type == 'MESH': bpy.data.meshes.remove(obj.data) bpy.data.objects.remove(obj)
Oh, so I guess it is the same thing at play here: https://github.com/JacquesLucke/blender_vscode/issues/68 ?
Chrome gives this error: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
Safari gives this error today: resl error: – "error loading asset \"video\"" But I got a black screen in Safari yesterday
Tried loading an mp4 file in the example, and it worked without problems
Hi @liabru is this one dead? What is missing? This would be a killer feature.
Just want to add, that this is also an issue for the helpers, like three/examples/jsm/helpers/VertexNormalsHelper.js, and the helpers are only available in the jsm directory ... as far as i...
@mattdesl This could be usefull https://github.com/pmndrs/three-stdlib
I see the same thing.
@bakercp OK I see the example probably worked better in my head :), here is a another one: We have two bezier curves. We want to do a difference, where...