Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(15956)

Issue 4425084: Blender COLLADA patch for optional export of selected and modified elements

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 12 months ago by official.address243
Modified:
9 years, 7 months ago
Reviewers:
jesterKing, pjoe
Base URL:
https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Visibility:
Public.

Description

With this patch the user has the option to export the mesh with all virtual, non applied modifers, and only the currently selected elements. See also Issue 4387052, where this patch is based on.

Patch Set 1 #

Patch Set 2 : Correct Path now? #

Patch Set 3 : Fixed crash on exporting complex data. Caused by false casting (dm->getFaceDataArray to CustomData*) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -208 lines) Patch
source/blender/blenkernel/BKE_DerivedMesh.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
source/blender/blenkernel/BKE_cdderivedmesh.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
source/blender/blenlib/BLI_path_util.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
source/blender/collada/ArmatureExporter.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/ArmatureExporter.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
source/blender/collada/CameraExporter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/CameraExporter.cpp View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
source/blender/collada/DocumentExporter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/DocumentExporter.cpp View 1 2 7 chunks +17 lines, -13 lines 0 comments Download
source/blender/collada/DocumentImporter.cpp View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
source/blender/collada/EffectExporter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/EffectExporter.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/GeometryExporter.h View 1 2 2 chunks +32 lines, -23 lines 0 comments Download
source/blender/collada/GeometryExporter.cpp View 1 2 12 chunks +153 lines, -127 lines 0 comments Download
source/blender/collada/ImageExporter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/ImageExporter.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/LightExporter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/LightExporter.cpp View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
source/blender/collada/MaterialExporter.h View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
source/blender/collada/MaterialExporter.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/collada.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/collada.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
source/blender/makesrna/intern/rna_scene_api.c View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
source/blender/windowmanager/intern/wm_files.c View 1 2 3 chunks +54 lines, -2 lines 0 comments Download
source/blender/windowmanager/intern/wm_operators.c View 1 2 5 chunks +27 lines, -6 lines 0 comments Download
source/blender/windowmanager/wm_files.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11
official.address243
12 years, 12 months ago (2011-05-02 22:22:45 UTC) #1
official.address243
Correct Path now?
12 years, 12 months ago (2011-05-02 22:43:48 UTC) #2
official.address243
3rd Version
12 years, 12 months ago (2011-05-02 22:47:42 UTC) #3
jesterKing
On 2011/05/02 22:43:48, official.address243 wrote: > Correct Path now? This actually seems to be the ...
12 years, 12 months ago (2011-05-02 22:51:52 UTC) #4
official.address243
I've got over 1 billion faces, layers and whatever in "face_data". And therefore I get ...
12 years, 12 months ago (2011-05-04 16:31:51 UTC) #5
official.address243
Fixed crash on exporting complex data. Caused by false casting (dm->getFaceDataArray to CustomData*)
12 years, 12 months ago (2011-05-04 21:58:23 UTC) #6
official.address243
On 2011/05/04 21:58:23, official.address243 wrote: > Fixed crash on exporting complex data. Caused by false ...
12 years, 12 months ago (2011-05-04 22:00:12 UTC) #7
official.address243
Now the normals are all wrong: Exports are flat without anything smoothed left. Look at: ...
12 years, 12 months ago (2011-05-04 22:02:07 UTC) #8
pjoe
Added updated patch fixing the issue with normals in: #4530081
12 years, 11 months ago (2011-05-27 20:01:02 UTC) #9
pjoe
On 2011/05/27 20:01:02, pjoe wrote: > Added updated patch fixing the issue with normals in: ...
12 years, 11 months ago (2011-05-27 20:02:31 UTC) #10
jesterKing
12 years, 10 months ago (2011-07-04 19:33:17 UTC) #11
On 2011/05/27 20:02:31, pjoe wrote:
> On 2011/05/27 20:01:02, pjoe wrote:
> > Added updated patch fixing the issue with normals in: #4530081
> 
> http://codereview.appspot.com/4530081/

This patch could now be closed, as export selection has been committed to trunk.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b