Cleanup: clang-format
This commit is contained in:
		@@ -410,8 +410,11 @@ void WM_OT_alembic_export(wmOperatorType *ot)
 | 
			
		||||
                  "Use Subdivision Schema",
 | 
			
		||||
                  "Export meshes using Alembic's subdivision schema");
 | 
			
		||||
 | 
			
		||||
  RNA_def_boolean(
 | 
			
		||||
      ot->srna, "apply_subdiv", 0, "Apply Subdivision Surface", "Export subdivision surfaces as meshes");
 | 
			
		||||
  RNA_def_boolean(ot->srna,
 | 
			
		||||
                  "apply_subdiv",
 | 
			
		||||
                  0,
 | 
			
		||||
                  "Apply Subdivision Surface",
 | 
			
		||||
                  "Export subdivision surfaces as meshes");
 | 
			
		||||
 | 
			
		||||
  RNA_def_boolean(ot->srna,
 | 
			
		||||
                  "curves_as_mesh",
 | 
			
		||||
 
 | 
			
		||||
@@ -98,7 +98,8 @@ PyDoc_STRVAR(
 | 
			
		||||
PyDoc_STRVAR(bpy_bmlayeraccess_collection__bevel_weight_doc,
 | 
			
		||||
             "Bevel weight float in [0 - 1].\n\n:type: :class:`BMLayerCollection`");
 | 
			
		||||
PyDoc_STRVAR(bpy_bmlayeraccess_collection__crease_doc,
 | 
			
		||||
             "Edge crease for subdivision surface - float in [0 - 1].\n\n:type: :class:`BMLayerCollection`");
 | 
			
		||||
             "Edge crease for subdivision surface - float in [0 - 1].\n\n:type: "
 | 
			
		||||
             ":class:`BMLayerCollection`");
 | 
			
		||||
PyDoc_STRVAR(
 | 
			
		||||
    bpy_bmlayeraccess_collection__uv_doc,
 | 
			
		||||
    "Accessor for :class:`BMLoopUV` UV (as a 2D Vector).\n\ntype: :class:`BMLayerCollection`");
 | 
			
		||||
 
 | 
			
		||||
@@ -1634,7 +1634,8 @@ static PyObject *Matrix_inverted_noargs(MatrixObject *self)
 | 
			
		||||
  Py_RETURN_NONE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
PyDoc_STRVAR(Matrix_invert_safe_doc,
 | 
			
		||||
PyDoc_STRVAR(
 | 
			
		||||
    Matrix_invert_safe_doc,
 | 
			
		||||
    ".. method:: invert_safe()\n"
 | 
			
		||||
    "\n"
 | 
			
		||||
    "   Set the matrix to its inverse, will never error.\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user