-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blender 2.80 point cloud visualizer with sequence or animation? #12
Comments
hi, both looks doable, but not easy. can you elaborate a bit? i have (currently) no need for such features, so i'd like to know better how to implement it.. loading sequence - something like loading of image sequences works in compositor? you select one image, then it tries to extract some seq number from its name and to find other images in directory? you can set number of, start frame, etc. than what? preload all ply files and store in memory? each frame new batch will have to be created and filled with data might slow down things (?) also, with sequences i would disable all extra features, just display options would be left.. passing data from elsewhere - something like
something like that would be possible even now, only in a bit messy way.. i had to write something like that in because of recent editing features, but it is meant for internal use, no data checking, some conditions are assumed, etc. best would be start with robust data changing during runtime and than get sequence loading for free.. |
what about this? it is already commited. to draw something
when finished
|
ok, sequence is in (at lest, its first and easy implementation) and script access is also finished, have a look to readme.. |
would you try it with sverchok, animation nodes, etc? i have no experience with any of them |
Hi Uhlik, just wondering with Blender 2.80 is almost out of beta, would it be possible to revisit your add-on and add special feature for:
Thanks again!
I am happy to donate for this~
The text was updated successfully, but these errors were encountered: