Blender Git Commit Log
Git Commits -> Revision 00636eb
Revision 00636eb by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) April 17, 2018, 10:20 (GMT) |
Compiler warning fixes on GCC * gpencil_add_*_shgroup() - Removed unused parameters (gpd) * Fix warning about rgba being uninitialised in gpencil_fill.c::get_pixel() - The non-float case here looks like it shouldn't ever happen, but for good measure, I've added an assert + set a value here to keep compiler happy. * Fix uninitialised var in gp_brush_drawcursor() - paintbrush * GPencilOffsetModifier defined an RNA vertex group name set function, but didn't use it |
Commit Details:
Full Hash: 00636eb61860fdf48408cb2c96c296ee448aa741
Parent Commit: a27a206
Lines Changed: +15, -7