Germain-Le-Chapelain
  • Joined on 2023-12-31
Germain-Le-Chapelain commented on issue blender/blender#117430 2024-03-12 03:52:21 +01:00
Add Surface support to Wavefront .OBJ import/export.

My issue is actually that we cannot import-export surfaces.

This is more like a feature request or improvement in current exporter, not a bug. You've a PR already so I don't see any…

Germain-Le-Chapelain opened issue blender/blender#119359 2024-03-12 03:42:10 +01:00
Support for free-form surfaces import/export as Wavefront .OBJ
b8d4d26c41 Better, but still not what's expected
2fe5d2f933 OK This was actually missing.
040f269c4d o Reduce the diff (but there were some changes that might have been worth keeping:
bb29709c0f - Double typo -_-.
e371a51ee8 Export weight properly
e7d7cafc74 Don't evaluate NURBS as MESH in the iterator ? (Oh no don't.)
3699807777 .OBJ Exporter:
e3facc9149 [+] Import surfaces
Germain-Le-Chapelain commented on pull request blender/blender#118176 2024-02-13 21:43:52 +01:00
Cleanup: Remove redundant return statement

I think it’s software engineering/the logic of reading OBJ:

If create_geometry was doing only that: creating the geometry, as oppose to perhaps create the geometry, we could simplify…

b87cdeb794 o Still displays jack-sh*t :]
353a14096b + Import surfaces
Germain-Le-Chapelain created pull request blender/blender#118176 2024-02-13 03:01:45 +01:00
- Code simplification
Germain-Le-Chapelain pushed to codesimplification at Germain-Le-Chapelain/blender 2024-02-13 02:58:17 +01:00
65e7367cc3 - Code simplification
Germain-Le-Chapelain created branch codesimplification in Germain-Le-Chapelain/blender 2024-02-13 02:58:17 +01:00
fa717d8071 Still mega-ssert w/ the file I uploaded in the PR:
Germain-Le-Chapelain commented on pull request blender/blender#117371 2024-02-12 20:54:40 +01:00
Add support for NURBS surfaces in Wavefront .OBJ files.

To any useful end: I am dropping here the file I am trying to load in:

I will update w/ what I have shortly.

Basically I don't understand jack-💩 to how those surface control-points are…

c8f242cc3c nothing is displayed anymore