Commit graph

10 commits

Author SHA1 Message Date
luz paz
f4dcf6557f Fix various typos in the source code
## Description
Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested.
Closes #1605
2022-01-22 07:39:05 -05:00
Fabien Castan
fdf45fa6f4 [nodes] RenderAnimatedCamera: clean up 2021-07-23 16:25:20 +02:00
Solal Depardieu
f8141796f3 [nodes] Adding mesh render with edge detection and changes on the args
Added the possibility of rendering the output of the meshing node into a edge detection render of the obj. Added the activation and deactivation of the background images as an option. Improving the way the arguments are shown with a conditionnal display of some arguments.
2021-07-23 13:11:16 +02:00
Solal Depardieu
1e2aaff884 [node] Adding color particle changes and a lot of comments
Many minor bug fixes and added the possibility to change the particle color of the rendering to let the user chose the clearest color in their case. Commented a lot of my code to make it readable to someone else that myself.
2021-07-23 13:11:16 +02:00
Solal Depardieu
5701f8f578 [node] Adding working background and several other feat.
Almost complete version of the node, I added a background that can render with eevee and changed the cubes used as particles by a plane that always follows the camera. The one of the only thing left is the option to change the color of the particle (among other things).
2021-07-23 13:11:16 +02:00
Solal Depardieu
5bb026afec [node] Adding the rendering of the background image among other
I had to use the graphe node to render the image in the back. I also made the node much more adaptable. I'll verify if it works with another set of image.
2021-07-23 13:11:16 +02:00
Solal Depardieu
9b3f7fa127 [node] Adding a density factor to the render node
Added a numeral scale to the node to make the density rendering of the cloud of point more customisable...
2021-07-23 13:11:16 +02:00
Solal Depardieu
8299cabf28 [nodes] Change in export animated cams and improving blender node
The returns in ExportAnimatedCamera didn't include the path toward the undistorted images so I added it.

The Blender Rendition nodes can now (among other things) diplay cloud of points. The code is cleaned up and only the background image sequence remains to be implemented...
2021-07-23 13:11:16 +02:00
Solal Depardieu
a37bdebbb5 [nodes] Animated Camera Rendering (can't see cloud of point on render)
The node is almost functional. The animated camera works but the imported cloud of point isn't visible is rendering... I'll need to find a way to make display it.
(For now there is a cube as a placeholder in the scene to show the movement of the camera)
2021-07-23 13:11:16 +02:00
Solal Depardieu
64da47fc8e [nodes] adding new node for Animated Camera Rendering (no errors but not functional yet) 2021-07-23 13:11:16 +02:00