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
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-07Code Cleanup:Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16went over all keymaps to check for cases where defaults were assumedCampbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-04bind marker camera now uses active object rather then scene camera (was reque...Campbell Barton
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-01Usability Tweak [#27469]Joshua Leung
2011-03-14Bugfixes:Joshua Leung
2011-03-11Bugfix [#26438] : While grabing a marker with G, cancelling with EscJoshua Leung
2011-03-07Bugfix #26394Ton Roosendaal
2011-03-03Shrinking the marker mouse-y tolerance again. It was a bit too high,Joshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
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-16Marker Drawing Bugfix:Joshua Leung
2011-02-14misc small changes:Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-09Bugfix [#25987] Duplicated markers naming issueJoshua Leung
2011-02-02Bugfix [#25907] Impossible to "select all" on narrow action editorsJoshua Leung
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-11bugfix [#25542] do not work? "Bind camera to Markers"Campbell Barton
2011-01-11- Local Markers are now taken into account correctly for operatorsJoshua Leung
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-10Bumping up margin for catching marker events in animation editors.Joshua Leung
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-06Markers Todo: Adding back "Rename Marker" operator (Ctrl M).Joshua Leung
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2011-01-05Marker Bugfixes ("Make Links to Scene" operator):Joshua Leung
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton