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:
authorMartin Poirier <theeth@yahoo.com>2007-02-08 02:28:33 +0300
committerMartin Poirier <theeth@yahoo.com>2007-02-08 02:28:33 +0300
commit7bf2f72be4b31a0f7f28619fb023ecd7ade230d1 (patch)
tree88e43d019353bb87e778a7342fbd93e2c06cd3eb /config/linux2-config.py
parent55afa0a606d4930787cc763aaabce5e16c751e41 (diff)
=== Transform ===
[ #5833 ] 2.43 RC2: Incorrect Bone rotation when 3D cursor set as Pivot There's really ugly stuff going on with pose mode rotation in transform which I'll have to fix later, in the mean time, this commit fixes the problem (which happens when you rotate bones in post mode around an arbitrary point) and includes some juicy comments to further document the actual architectural problem.
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 6e9106f9ea3..5e7dcfa7297 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -163,4 +163,4 @@ BF_INSTALLDIR='../install/linux2'
#Link against pthread
-PLATFORM_LINKFLAGS = ['-pthread']
+PLATFORM_LINKFLAGS = ['-pthread'] \ No newline at end of file