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
path: root/source
AgeCommit message (Expand)Author
2006-12-20The Big Image refactor!Ton Roosendaal
2006-12-20Python APIKen Hughes
2006-12-20Modified sculptmode's vertex_users to use one large chunk of memory rather th...Nicholas Bishop
2006-12-20As Brecht suggested, changed multires vert maps to use one big chunk of memor...Nicholas Bishop
2006-12-20Fixed bug #5443, Multires: crash when changing the level of edges to drawNicholas Bishop
2006-12-20Enable 'show physics visualization' in the Game Menu. Should help to locate p...Erwin Coumans
2006-12-20Several small fixes for sculptmode. First, corrected the fade formula for scu...Nicholas Bishop
2006-12-20=== Transform Snap ===Martin Poirier
2006-12-19Prevent user from duplicating elements in edit mode while multires is active.Nicholas Bishop
2006-12-19Python APIKen Hughes
2006-12-19adding ob_arm.makeParentBone([ob1, ob2...], bonename)Campbell Barton
2006-12-19== Action Editor - Column Select Tools ==Joshua Leung
2006-12-19=== Transform Snap ===Martin Poirier
2006-12-19=== Bug Fix ===Martin Poirier
2006-12-18== Scaling Constraints Working in Local-Space ==Joshua Leung
2006-12-18Added support for undoing multires actions in sculptmode.Nicholas Bishop
2006-12-18Use degrees instead of radians for rigidbody constraint axis (euler angles). ...Erwin Coumans
2006-12-18== NLA Editor ==Joshua Leung
2006-12-18== Action Editor ==Joshua Leung
2006-12-18== Long Keyframes ==Joshua Leung
2006-12-17== Transform Limiting Constraints ==Joshua Leung
2006-12-17Missing variable initialization from earlier Object.New() patch.Ken Hughes
2006-12-17Python APIKen Hughes
2006-12-17prevent crash in case no polygons have collisions assignedErwin Coumans
2006-12-17Python APIKen Hughes
2006-12-17Removed double confirmation for deleting keys in action editor.Joshua Leung
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17Python APIKen Hughes
2006-12-17=IDProperties Python update= Joseph Eagar
2006-12-17adding ed.key and face.edge_keysCampbell Barton
2006-12-17Enable/Disable DupFaces from the Python API.Campbell Barton
2006-12-17fixed issue: rbHalfExtents was accidently named wrongly rbShapeBoundTypeErwin Coumans
2006-12-16made editmode select grouped work with mixed selections - can show select gro...Campbell Barton
2006-12-16contribution from RCRuiz:Erwin Coumans
2006-12-16Sys.c was getting the path seperator out of the python dict and converting it...Campbell Barton
2006-12-16== Long Keyframes ==Joshua Leung
2006-12-15made the hax height of the clever_numbers 8 rather then 5, was wrapping on to...Campbell Barton
2006-12-15CMake: Add scripts copy back into postbuild on Windows after accidentally rem...Jacques Beuarain
2006-12-15Wasnt initializing a pointer as null, messed up making new object namesCampbell Barton
2006-12-15== Action Editor - 'Long' Keyframes ==Joshua Leung
2006-12-15Bugfix #5434: Animation (alt-a / timeline) will not play if Sta:Joshua Leung
2006-12-15== Add Constraints Menu ==Joshua Leung
2006-12-15Constraints on bones working in 'local' mode, now obey the EnforceJoshua Leung
2006-12-14* reverted and tweaked UV calculation menu after IRC discussion with CamMatt Ebb
2006-12-14object_apply_def - use new BPy Object API funcs, no error in localviewCampbell Barton
2006-12-14== Action Editor ==Joshua Leung
2006-12-13Reverting IMAnames_to_pupstring to IDnames_to_pupstringKent Mein
2006-12-13Armature Proxy bugfix: synchronizing the pose went wrong when the proxyTon Roosendaal
2006-12-13python multi UV support -Campbell Barton