Blender Git Commit Log

Git Commits -> Revision 6e21f8c

Revision 6e21f8c by Ankit Meel (soc-2020-io-performance)
July 21, 2020, 21:10 (GMT)
Support NURBS curve import & minimal groups support.

There's a problem though: the curve's vertices appear in edit mode
just fine, but the black line doesn't appear in object mode. But the code
so far should've been committed.

Also, some semantics have been made consistent which needed mesh
related functions/ members to be edited:
- `add_object_to_parent` for mesh is now similar to that of curves.
- `OB_MESH` is the default type of a raw object.

`copy_string_to_int` is also added to support multiple `int` values.

Commit Details:

Full Hash: 6e21f8c20dac97a922df1989cb180d2a741495ce
Parent Commit: 9cb750b
Lines Changed: +354, -24

2 Added Paths:

/source/blender/io/wavefront_obj/intern/wavefront_obj_im_nurbs.cc (+96, -0) (View)
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_nurbs.hh (+69, -0) (View)

6 Modified Paths:

/source/blender/io/wavefront_obj/CMakeLists.txt (+2, -0) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_importer.cc (+31, -12) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_file_reader.cc (+100, -7) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_mesh.hh (+1, -1) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_objects.cc (+30, -3) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_objects.hh (+25, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021