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-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
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-18Apply patch [#23887] Fix for [#23886] Timeline region update missing when add...Nathan Letwory
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-05-06last commit broke linking to scenes from the UICampbell Barton
2010-05-05- split objet group add/link into 2 operatorsCampbell Barton
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14remove unused includesCampbell Barton
2010-03-03[#21436] Do not set BASACT to NULL when new base wasn't created in convert_execCampbell Barton
2010-03-03marker/camera select, makes active as well as selecting.Campbell Barton
2010-03-02fairly horrid feature so Colin can see at a glance what cameras are enabled f...Campbell Barton
2010-03-02Ctrl+RMB on markers selects their cameras tooCampbell Barton
2010-02-23Move increment value into numinput structure.Martin Poirier
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08grab the mouse when dragging markersCampbell Barton
2010-01-13UV mirror tool (copies UVs from one side of the mesh to the other)Campbell Barton
2010-01-13link markers to another scene, Currently in Ctrl+L menu (which isnt ideal but...Campbell Barton
2009-12-30* Assorted comments/warnings fixes for animation codeJoshua Leung
2009-12-18- sequence strips without scenes would crash on displayCampbell Barton
2009-12-16camera switching via markersCampbell Barton
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-07- modal keymap for border selectCampbell Barton
2009-10-25description patch from Ron WalkerCampbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-28missing Del key in the keymaps where Xkey was usedCampbell Barton
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-07-262.5Ton Roosendaal