You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I render point cloud files in blender all right, but when I render in a script with the python command, the command reported an error
For example, "PCVManager.load_ply_to_cache(None, bpy.context)" is used to load ply file.
PCVManager.render( ? )
Is this command used for rendering? if it is, I want to know what the parameters of this command should be.
Thank you!
The text was updated successfully, but these errors were encountered:
pcv 0.9.x? PCVManager.render is for drawing on screen, to render to image use operator PCV_OT_render called with bpy.ops.point_cloud_visualizer.render() (if points are loaded and displayed, blend is saved and there is camera in scene.. maybe some other coditions as well), look into PCV_OT_render_animation operator to see it in action
------------------ 原始邮件 ------------------
发件人: "uhlik/bpy" ***@***.***>;
发送时间: 2021年5月21日(星期五) 晚上6:18
***@***.***>;
***@***.******@***.***>;
主题: Re: [uhlik/bpy] how to render a ply point cloud with python code (#50)
pcv 0.9.x? PCVManager.render is for drawing on screen, to render to image use operator PCV_OT_render called with bpy.ops.point_cloud_visualizer.render() (if points are loaded and displayed, blend is saved and there is camera in scene.. maybe some other coditions as well), look into PCV_OT_render_animation operator to see it in action
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I render point cloud files in blender all right, but when I render in a script with the python command, the command reported an error
For example, "PCVManager.load_ply_to_cache(None, bpy.context)" is used to load ply file.
PCVManager.render( ? )
Is this command used for rendering? if it is, I want to know what the parameters of this command should be.
Thank you!
The text was updated successfully, but these errors were encountered: