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-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-07Tiny tweak: hierarchy lines in outliner were nearly invisible. Color isTon Roosendaal
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-211 pixel tweak to have outliner icons + selection circles alignTon Roosendaal
2011-06-16Small todo item: outliner display actions were sending undo pushes, not neededTon Roosendaal
2011-06-09add includes for windows.Campbell Barton
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-062.5 todo:Ton Roosendaal
2011-05-31cmake maintenanceCampbell Barton
2011-05-20edit gp_stroke_convertcoords not to modify the mval passed to it & make some ...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-08comment some unused code.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20Bugfix #27026Ton Roosendaal
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...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
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!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-13Related to #26061: Camera does not appear selected in outliner when it isSergey Sharybin
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-30Bugfix #25859Ton Roosendaal
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26Bugfix #25756Ton Roosendaal
2011-01-21Logic UI + missing listener in Outliner - changes on Armature Sensor and Visi...Dalai Felinto
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-17misc maintenance changesCampbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-08Todo items:Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Bugfix, irc report:Ton Roosendaal
2011-01-04- use BKE_keyingset_free_path where paths were being freed inline.Campbell Barton
2010-12-28Drivers Code Cleanups and UI Tweaks:Joshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20Bugfix #25313Ton Roosendaal
2010-12-20fix [#25313] Outliner View Active only works once icon has been shown in view.Campbell Barton
2010-12-11Drag/drop fix:Ton Roosendaal
2010-12-08Bugfix #25099Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-07bugfix [#25074] visible, selectable and render toggles in outliner not availableCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel