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-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
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-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 -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell 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-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-29Merged 38568-38822Jason Hays
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-18svn merge -r37793:37865 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-09Made the Multi-Paint check box control what was being drawn so that it doesn'...Jason Hays
2011-06-08Heard that multi-bone selection would be better used for painting multiple bo...Jason Hays
2011-06-07editarmature.c and paint_vertex.cJason Hays
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-22- view dolly now quits on pressing escape (if activated from the search menu).Campbell Barton
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
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20bugfix where separating the armature would also separate the active-unselecte...Campbell Barton
2011-04-20minor cleanup & replace inline armature separate pchan searches with BLI_find...Campbell Barton
2011-04-18fix for part of this report [#27006] Apply Scale at a B-Bone Skeleton causes ...Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-14Bugfixes:Joshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton