Cleanup: comments
This commit is contained in:
@@ -992,7 +992,7 @@ void ED_gp_project_stroke_to_plane(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Reproject given point to a plane locked to axis to avoid stroke offset
|
* Reproject given point to a plane locked to axis to avoid stroke offset
|
||||||
* \param[in, out] pt : Point to affect
|
* \param[in,out] pt: Point to affect
|
||||||
*/
|
*/
|
||||||
void ED_gp_project_point_to_plane(
|
void ED_gp_project_point_to_plane(
|
||||||
const Scene *scene, const Object *ob,
|
const Scene *scene, const Object *ob,
|
||||||
|
@@ -405,7 +405,11 @@ static int wm_read_exotic(const char *name)
|
|||||||
retval = BKE_READ_EXOTIC_OK_BLEND;
|
retval = BKE_READ_EXOTIC_OK_BLEND;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
#if 0 /* historic stuff - no longer used */
|
/* We may want to support loading other file formats
|
||||||
|
* from their header bytes or file extension.
|
||||||
|
* This used to be supported in the code below and may be added
|
||||||
|
* back at some point. */
|
||||||
|
#if 0
|
||||||
WM_cursor_wait(true);
|
WM_cursor_wait(true);
|
||||||
|
|
||||||
if (is_foo_format(name)) {
|
if (is_foo_format(name)) {
|
||||||
|
Reference in New Issue
Block a user