Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-30 14:51:01 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-30 14:51:01 +0400
commit2b79378f81d42049192fca47910a2db91e1d85a1 (patch)
tree429d13301f4259393d41f954e898892c8026123f /source/blender/collada/ExtraTags.h
parent22abd53c7ee99274ed93ba188e9f59e740443088 (diff)
COLLADA lights:
* simplify export and import, now that we have blender profiles for lights. The vanilla import is now more in line with the specs. If a blender profile is found, skip normal import, use the profile data instead. * multiply energy into color rgb export (common profile). * recalc distance taking metrics in account
Diffstat (limited to 'source/blender/collada/ExtraTags.h')
-rw-r--r--source/blender/collada/ExtraTags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/ExtraTags.h b/source/blender/collada/ExtraTags.h
index 5c31a5a95db..710d26e8cad 100644
--- a/source/blender/collada/ExtraTags.h
+++ b/source/blender/collada/ExtraTags.h
@@ -56,6 +56,9 @@ public:
/** Set given char pointer to value of tag, if it exists. */
void setData(std::string tag, char *data);
+ /** Return true if the extra tags is for specified profile. */
+ bool isProfile(std::string profile);
+
private:
/** Disable default copy constructor. */
ExtraTags( const ExtraTags& pre );