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
AgeCommit message (Expand)Author
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-26fix for crash when running a python script in a non utf8 blend path, inspecti...Campbell Barton
2011-08-26when applying armature object transform now transform the bone roll too.Campbell Barton
2011-08-23fix for 3 bugs in bone renamingCampbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-21Bugfix [#28309] pose lib too many keyframes in automatic keyframingJoshua Leung
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Restoring "Clear User Transforms" operatorJoshua Leung
2011-08-15Remove some unused code + warning fixJoshua Leung
2011-08-15"Select Grouped" by Keying Set for BonesJoshua Leung
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-10Gianmichele request: Pose Sliding tools show percentage indicator inJoshua Leung
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-22Bugfix [#27990] Merge Bones freezes BlenderJoshua Leung
2011-07-22Bugfix [#27959] Error on Paste X-Fliped poseJoshua Leung
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-17Bugfix [#27412] PoseLib bug(maybe also corrupted data)Joshua Leung
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-12Bugfix #27881: Motion paths don't correctly update with pose slidingJoshua Leung
2011-07-09fix [#27915] Relax Pose crashes blender on bone with ChildOf constraint in li...Campbell Barton
2011-07-09Ctrl-R sets rotation mode for Pose BonesJoshua Leung
2011-07-07Patch [#23682] Add sort+move to bone group list in panelJoshua Leung
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-05-31cmake maintenanceCampbell Barton
2011-05-29Merge with trunk r36987.Joerg Mueller
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-24== Paste Poses ==Joshua Leung
2011-05-22- view dolly now quits on pressing escape (if activated from the search menu).Campbell Barton
2011-05-22correct a tooltip misspellDaniel Salazar
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20renaming bones didnt update update the view3d lock bone name.Campbell Barton
2011-05-18use window_to_3d for armature_click_extrude operator.Campbell Barton