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-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
2010-12-05use constant strings for outliner menus rather then sprint'ing them together.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29Bugfix #24971Ton Roosendaal
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07- avoid loop within loop for unique naming function (even though it wasnt lik...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14Update outliner when vertex group was added/removedSergey Sharybin
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-07Fix #24167: Timeline keyframes don't update when selecting objects from outlinerSergey Sharybin
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton