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-02-28remove unused vars.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-26Bugfix: In Action Editor, when "show pose markers" was enabled, allJoshua Leung
2011-02-26Added operator which makes selected scene markers into local 'pose'Joshua Leung
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-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-14DopeSheet: Add menu entries and hotkeys to select all keyframesJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-17More consistency with order of action vs gp keyframes...Joshua Leung
2011-01-17Bugfix [#25674] No Box Select in DopesheetJoshua Leung
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11"New Action" Operator:Joshua Leung
2011-01-11- Local Markers are now taken into account correctly for operatorsJoshua Leung
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10action paste properties were assigned to copy operator instead.Campbell Barton
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20Bugfix #25308Ton Roosendaal
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-14graph editor & action keyframe paste options.Campbell Barton
2010-12-14Fix for 'handle_type' submenu in Graph Editor no longer working.Joshua Leung
2010-12-09Problem with FCurve pasting reported by Rob Garlington.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16Bugfix #24099: nla content moves out of sync - with fixJoshua Leung
2010-10-16Bugfix #24276: Unable to set extrapolation on a per curve basisJoshua Leung
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton