Blender Git Commit Log

Git Commits -> Revision 2345efc

Revision 2345efc by Brecht Van Lommel (master)
November 23, 2011, 17:25 (GMT)
Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,
by Gaia Clary.

Rationale: the name was confusing and not always used consistently, and this
map itself is not something that can be layered, rather the map can be used
as texture coordinates in some layered setup.

The original intent was to indicate this contained more than just UV's, but
the game engine settings have already been moved out, and apparently users
didn't really get this from the name anyway.

Commit Details:

Full Hash: 2345efc6c5612da7f2a627ceb6bf0b7a828a676b
SVN Revision: 42098
Parent Commit: 28fb329
Lines Changed: +75, -75

30 Modified Paths:

/doc/python_api/rst/gpu.rst (+3, -3) (Diff)
/intern/cycles/blender/blender_mesh.cpp (+1, -1) (Diff)
/release/scripts/startup/bl_operators/uvcalc_lightmap.py (+2, -2) (Diff)
/release/scripts/startup/bl_ui/properties_data_mesh.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py (+2, -2) (Diff)
/release/scripts/startup/bl_ui/properties_texture.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/customdata.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+2, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/collada/GeometryExporter.cpp (+1, -1) (Diff)
/source/blender/collada/InstanceWriter.cpp (+1, -1) (Diff)
/source/blender/collada/MeshImporter.cpp (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_data.c (+6, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/editors/transform/transform.c (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+1, -1) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+16, -16) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_uvproject.c (+2, -2) (Diff)
/source/blender/nodes/shader/nodes/node_shader_geom.c (+1, -1) (Diff)
/source/blender/render/intern/source/render_texture.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021