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-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-25Commented and tagged some unused vars (gcc warnings...).Bastien Montagne
2011-09-22Fix #28365: some macro operators were missing descriptions.Brecht Van Lommel
2011-09-22correct fix for armature selection, also remove international define from gen...Campbell Barton
2011-09-22One of the two latest commits in this file broke the multi-bone selection in ...Bastien Montagne
2011-09-21Revreting 39792 making paste pose only on selected bones by default.Bastien Montagne
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20tidy upCampbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18allow multiple bones to be selected in weight paint mode in a less complicate...Campbell Barton
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-09-14svn merge -r40195:40197 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell 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-09-01merge with trunk r39834Xiao Xiangquan
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-19Merged 39338-39558Jason Hays
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