Cleanup: use C comments for descriptive text
Follow our code style guide by using C-comments for text descriptions.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
#include "GPU_texture.h"
|
||||
|
||||
#include "BLI_sys_types.h" // for intptr_t support
|
||||
#include "BLI_sys_types.h" /* for intptr_t support */
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
@@ -1812,7 +1812,7 @@ void BKE_imbuf_to_image_format(struct ImageFormatData *im_format, const ImBuf *i
|
||||
im_format->depth = R_IMF_CHAN_DEPTH_16;
|
||||
}
|
||||
if (custom_flags & OPENEXR_COMPRESS) {
|
||||
im_format->exr_codec = R_IMF_EXR_CODEC_ZIP; // Can't determine compression
|
||||
im_format->exr_codec = R_IMF_EXR_CODEC_ZIP; /* Can't determine compression */
|
||||
}
|
||||
if (imbuf->zbuf_float) {
|
||||
im_format->flag |= R_IMF_FLAG_ZBUF;
|
||||
@@ -2200,7 +2200,7 @@ void BKE_image_stamp_buf(Scene *scene,
|
||||
float w, h, pad;
|
||||
int x, y, y_ofs;
|
||||
float h_fixed;
|
||||
const int mono = blf_mono_font_render; // XXX
|
||||
const int mono = blf_mono_font_render; /* XXX */
|
||||
struct ColorManagedDisplay *display;
|
||||
const char *display_device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user