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:
authorAntony Riakiotakis <kalast@gmail.com>2013-12-13 01:32:07 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-12-13 01:32:07 +0400
commit669b5902298f0f80159395d020657d6630a532ac (patch)
treecbdcbdf9b0a313595048078188fb85d39a912c1e /source/blender/editors/sculpt_paint
parent85eaa989807268dda60408f41475216ad45888d1 (diff)
minor style and comment fix.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index a0b6bd5ca20..eea6e2ec389 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -3949,7 +3949,7 @@ static void sculpt_update_cache_invariants(bContext *C, Sculpt *sd, SculptSessio
cache->gravity_direction[2] = 1.0;
}
- /* transform to sculpted object space by inverting object rotation matrix */
+ /* transform to sculpted object space */
mul_m3_v3(mat, cache->gravity_direction);
normalize_v3(cache->gravity_direction);