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-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-09fix [#27915] Relax Pose crashes blender on bone with ChildOf constraint in li...Campbell Barton
2011-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
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-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
2011-05-182 minor glitchesCampbell 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-23Small type-tweaks (int being returned as float)Joshua Leung
2011-04-23skip pose slide if the RNA value isn't found.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-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell 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-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-18fix for part of this report [#27006] Apply Scale at a B-Bone Skeleton causes ...Campbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
2011-03-31Propagate Pose Tweaks:Joshua Leung
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-24tag variable as unused.Campbell Barton
2011-03-24Reshuffled utility function to keyframe drawing API, removing someJoshua Leung
2011-03-24Animation Tool: Propagate PoseJoshua Leung
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-22fix for crashes moving armature layers and applying loc/scale/rot in armature...Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-14Bugfixes:Joshua Leung
2011-03-14tag var as unused.Campbell Barton
2011-03-13Replaced RNA code in previous commit with a version which should be aJoshua Leung
2011-03-13Pose Sliding Tools - Custom Property Support + Other bugfixesJoshua Leung
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton