enzyme69 / blendersushi

Blender Sushi related scripts. Mostly about Sverchok, Geometry Nodes, Animation Nodes, and related Python scripts.
242 stars 33 forks source link

LIVENODING Geometry Nodes Point Cloud Instancing #945

Open enzyme69 opened 3 years ago

enzyme69 commented 3 years ago

pointcloud_geometrynodes_02.blend.zip

Screen Shot 2020-11-23 at 7 06 46 am Screen Shot 2020-11-23 at 7 01 07 am Screen Shot 2020-11-23 at 7 00 56 am Screen Shot 2020-11-23 at 7 00 52 am

POINT CLOUD

Point Cloud object is still rather new and ongoing being developed in Blender 2.92 onwards. In the past some other Blender dev and artist made effort to "hack" pointcloud: https://blender.stackexchange.com/questions/104632/pythonscript-to-load-data-as-colored-point-cloud https://blender.community/c/graphicall/Fjbbbc/ https://developer.blender.org/D6569

If you just want to import actual point cloud data, VISUALIZE and RENDER the point clouds, you can simply use addon Point Cloud Visualizer.

NEW point cloud object: https://developer.blender.org/T75717

For what we are doing, we simply use the basic point cloud object and instance our own objects.

enzyme69 commented 3 years ago

BONUS VIDEO:

Point Distribute using Vertex Weight paint. https://youtu.be/BgO_O6l7zeo

point_distribute_002.blend.zip

Screen Shot 2020-11-23 at 7 42 10 am Screen Shot 2020-11-23 at 7 41 56 am
enzyme69 commented 3 years ago

If with Dynamic Paint:

point_distribute_004.blend.zip