Does what it says. Also modified existing utility functions to take care of the new surface normal interpolation and so on.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
In general the patch LGTM., just my concern about variable name. Waiting for @Sebastian Parborg (zeddb) opinion before approve the patch.
| source/blender/makesdna/DNA_gpencil_types.h | ||
|---|---|---|
| 104 | Remove extra blank line | |
| source/blender/makesrna/intern/rna_gpencil.c | ||
| 1297 | Not totally sure if we must name the variable surface_normal. If we are going to use only for this is ok, but if we want use it in the future for more things, maybe would be vec_normalor something like that. @Sebastian Parborg (zeddb) waht do you think? | |