Cleanup: make format

This commit is contained in:
Jacques Lucke 2020-09-11 11:21:53 +02:00
parent ff4578a6e7
commit 1025b5b924
4 changed files with 9 additions and 9 deletions

View File

@ -570,9 +570,9 @@ void CustomData_data_transfer(const struct MeshPairRemap *me_remap,
/* .blend file I/O */
void CustomData_blend_write_prepare(struct CustomData *data,
struct CustomDataLayer **r_write_layers,
struct CustomDataLayer *write_layers_buff,
size_t write_layers_size);
struct CustomDataLayer **r_write_layers,
struct CustomDataLayer *write_layers_buff,
size_t write_layers_size);
void CustomData_blend_write(struct BlendWriter *writer,
struct CustomData *data,

View File

@ -1300,7 +1300,7 @@ void BLI_setenv_if_new(const char *env, const char *val)
/**
* Get an env var, result has to be used immediately.
*
* On windows getenv gets its variables from a static copy of the environment variables taken at
* On windows getenv gets its variables from a static copy of the environment variables taken at
* process start-up, causing it to not pick up on environment variables created during runtime.
* This function uses an alternative method to get environment variables that does pick up on
* runtime environment variables.

View File

@ -21,7 +21,7 @@ void main()
bool is_select = (flag & VERT_UV_SELECT) != 0;
selectionFac = is_select ? 1.0 : 0.0;
/* Move selected edges to the top
/* Move selected edges to the top
* Vertices are between 0.0 and 0.2, Edges between 0.2 and 0.4
* actual pixels are at 0.75, 1.0 is used for the background. */
float depth = is_select ? 0.25 : 0.35;

View File

@ -2971,10 +2971,10 @@ static void rna_def_space_outliner(BlenderRNA *brna)
"View Layer",
"Display collections and objects in the view layer"},
{SO_SEQUENCE,
"SEQUENCE",
ICON_SEQUENCE,
"Video Sequencer",
"Display data belonging to the Video Sequencer"},
"SEQUENCE",
ICON_SEQUENCE,
"Video Sequencer",
"Display data belonging to the Video Sequencer"},
{SO_LIBRARIES,
"LIBRARIES",
ICON_FILE_BLEND,