Blender Git Commit Log

Git Commits -> Revision 5f02b16

Revision 5f02b16 by Tamito Kajiyama (master)
April 10, 2012, 23:53 (GMT)
New options for specifying unit line thickness.

The Post Processing tab in the Render buttons has new Line Thickness options for
defining unit line thickness in two different modes as follows:

1. Absolute mode: The unit line thickness is given by a user-specified number
in units of pixels. The default value is 1.

2. Relative mode: The unit line thickness is scaled by the proportion of the
present vertical image resolution to 480 pixels. For instance, the unit line
thickness is 1 with the image height set to 480, 1.5 with 720, and 2 with 960.

Commit Details:

Full Hash: 5f02b167d191969474c8f3575abdd6dbaeffeb57
SVN Revision: 45525
Parent Commit: 826a093
Lines Changed: +87, -1

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_render.py (+9, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+12, -1) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.h (+1, -0) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+3, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+12, -0) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+11, -0) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+1, -0) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+9, -0) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+16, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021