From 53d845ba69dee3b285e1584e987517f3e238078c Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Tue, 11 Dec 2012 22:00:22 +0000 Subject: A big cleaning patch by Bastien Montagne (thanks a lot!) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Split and moved Cycles’ render layers panels into the render_layer context as well (would be nice to hide this context when not needed, e.g. with the BGE, but this is not so easy to do nicely...). * Fixed some inconsistencies with trunk (probably due to svn merge glitches) using r52858 as reference. Also recovered the missing release/bin/blender-softwaregl file. * A bunch of style code fixes in Blender's own code (not Freestyle itself yet): line lengths, spaces around operators, block formatting, headers, etc. In rna_linestyle.c, color_blend_items was replaced by ramp_blend_items (exported from rna_material.c). --- source/blender/blenkernel/BKE_linestyle.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/blenkernel/BKE_linestyle.h') diff --git a/source/blender/blenkernel/BKE_linestyle.h b/source/blender/blenkernel/BKE_linestyle.h index 20e2039c488..3cbf3454f0b 100644 --- a/source/blender/blenkernel/BKE_linestyle.h +++ b/source/blender/blenkernel/BKE_linestyle.h @@ -1,8 +1,4 @@ -/* BKE_linestyle.h - * - * - * $Id: BKE_particle.h 29187 2010-06-03 15:39:02Z kjym3 $ - * +/* * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -29,8 +25,12 @@ * ***** END GPL LICENSE BLOCK ***** */ -#ifndef BKE_LINESTYLE_H -#define BKE_LINESTYLE_H +#ifndef __BKE_LINESTYLE_H__ +#define __BKE_LINESTYLE_H__ +/** \file BKE_linestyle.h + * \ingroup bke + * \brief Blender kernel freestyle line style functionality. + */ #include "DNA_linestyle_types.h" -- cgit v1.2.3