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

Issue 4636051: COLLADA export selecetd (Closed)

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

Description

Add option to only export selected elements. Extracted from http://codereview.appspot.com/4530081/

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed white spaces #

Total comments: 3

Patch Set 3 : Removed settings file after discussion with jesterKing #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -50 lines) Patch
source/blender/collada/ArmatureExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/ArmatureExporter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/CameraExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/CameraExporter.cpp View 1 chunk +5 lines, -4 lines 0 comments Download
source/blender/collada/DocumentExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/DocumentExporter.cpp View 1 2 7 chunks +16 lines, -13 lines 0 comments Download
source/blender/collada/EffectExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/EffectExporter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/GeometryExporter.h View 2 chunks +4 lines, -3 lines 0 comments Download
source/blender/collada/GeometryExporter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/ImageExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/ImageExporter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/LightExporter.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/LightExporter.cpp View 3 chunks +7 lines, -5 lines 0 comments Download
source/blender/collada/MaterialExporter.h View 2 chunks +3 lines, -3 lines 0 comments Download
source/blender/collada/MaterialExporter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
source/blender/collada/collada.h View 1 chunk +1 line, -1 line 0 comments Download
source/blender/collada/collada.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
source/blender/makesrna/intern/rna_scene_api.c View 2 chunks +3 lines, -2 lines 0 comments Download
source/blender/windowmanager/intern/wm_operators.c View 1 2 4 chunks +8 lines, -1 line 1 comment Download

Messages

Total messages: 21
pjoe
12 years, 11 months ago (2011-06-19 20:13:21 UTC) #1
official.address243
On 2011/06/19 20:13:21, pjoe wrote: I admit I didn't test it... But I read carefully ...
12 years, 11 months ago (2011-06-19 20:59:55 UTC) #2
pjoe
I'm actually not too fond of parsing export settings around as individual parameters, but I ...
12 years, 11 months ago (2011-06-20 06:12:11 UTC) #3
jesterKing
On 2011/06/20 06:12:11, pjoe wrote: > I'm actually not too fond of parsing export settings ...
12 years, 11 months ago (2011-06-20 07:45:14 UTC) #4
official.address243
I would never deny that the storing and loading of the exporter settings are "hacky", ...
12 years, 11 months ago (2011-06-20 14:11:00 UTC) #5
pjoe
On 2011/06/20 14:11:00, official.address243 wrote: > I would never deny that the storing and loading ...
12 years, 11 months ago (2011-06-20 19:18:27 UTC) #6
dBugSlayer
I tested the patch against r37607 exporting/import a few different simple scenes and everything seemed ...
12 years, 11 months ago (2011-06-22 07:01:59 UTC) #7
pjoe
Doh, I forgot to pay attention to white spaces when extracting this from the old ...
12 years, 11 months ago (2011-06-22 09:05:50 UTC) #8
pjoe
Fixed white spaces
12 years, 11 months ago (2011-06-22 09:30:49 UTC) #9
jesterKing
http://codereview.appspot.com/4636051/diff/3004/source/blender/collada/DocumentExporter.cpp File source/blender/collada/DocumentExporter.cpp (right): http://codereview.appspot.com/4636051/diff/3004/source/blender/collada/DocumentExporter.cpp#newcode204 source/blender/collada/DocumentExporter.cpp:204: } Any particular reason OB_EMPTY isn't included in the ...
12 years, 11 months ago (2011-06-22 11:42:14 UTC) #10
jesterKing
http://codereview.appspot.com/4636051/diff/3004/source/blender/windowmanager/intern/wm_files.c File source/blender/windowmanager/intern/wm_files.c (right): http://codereview.appspot.com/4636051/diff/3004/source/blender/windowmanager/intern/wm_files.c#newcode908 source/blender/windowmanager/intern/wm_files.c:908: #ifdef WITH_COLLADA See comment on this where reading is ...
12 years, 11 months ago (2011-06-22 12:13:01 UTC) #11
official.address243
Am 22.06.2011 13:42, schrieb nathan.letwory@gmail.com: > http://codereview.appspot.com/4636051/diff/3004/source/blender/collada/DocumentExporter.cpp#newcode204 > > source/blender/collada/DocumentExporter.cpp:204: } > Any particular reason ...
12 years, 11 months ago (2011-06-22 12:54:26 UTC) #12
pjoe
Removed settings file after discussion with jesterKing
12 years, 11 months ago (2011-06-22 19:12:30 UTC) #13
official.address243
On 2011/06/22 19:12:30, pjoe wrote: > Removed settings file after discussion with jesterKing That's sad, ...
12 years, 11 months ago (2011-06-22 19:24:06 UTC) #14
pjoe
On 2011/06/22 19:24:06, official.address243 wrote: > That's sad, especially since I'm estimating that a general ...
12 years, 11 months ago (2011-06-22 19:30:24 UTC) #15
dBugSlayer
How far are we from getting this patch applied? Do we need to submit it ...
12 years, 10 months ago (2011-07-03 04:36:29 UTC) #16
jesterKing
On 2011/07/03 04:36:29, dBugSlayer wrote: > How far are we from getting this patch applied? ...
12 years, 10 months ago (2011-07-04 07:56:40 UTC) #17
jesterKing
OK, this patch has now been committed in r38079
12 years, 10 months ago (2011-07-04 09:00:06 UTC) #18
jesterKing
On 2011/07/04 09:00:06, jesterKing wrote: > OK, this patch has now been committed in r38079 ...
12 years, 10 months ago (2011-07-04 09:03:39 UTC) #19
official.address243
> OK, this patch has now been committed in r38079 Ah! Thanks :)
12 years, 10 months ago (2011-07-04 13:42:47 UTC) #20
dBugSlayer
12 years, 10 months ago (2011-07-04 19:59:13 UTC) #21
Sweet! Thanks Nathan.

On Jul 4, 2011, at 6:42, "official.address243@googlemail.com"
<official.address243@googlemail.com> wrote:

>> OK, this patch has now been committed in r38079
>
> Ah! Thanks :)
>
> http://codereview.appspot.com/4636051/
Sign in to reply to this message.

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