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
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-07-16Renamed CTX_data_linestyle_from_scene() to BKE_get_linestyle_from_scene().Tamito Kajiyama
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2012-12-19improve info view property output for properties.Campbell Barton
2012-08-24Code cleanup: comment referenced an outdated file path + spelling errorNicholas Rishel
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-11-26Fixed typoElia Sarti
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-24RNA apiCampbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-08-182.5:Brecht Van Lommel
2009-08-16- replace rna context.mode_string with an enum context.mode, that way its sel...Campbell Barton
2009-08-152.5 3D_View:Thomas Dinges
2009-07-282.5: code cleanup, added CTX_wm_space_* for each space type,Brecht Van Lommel
2009-07-18missed this file in last commit.Campbell Barton
2009-07-18initialize keymaps after python so python keymaps, solves the problem of keym...Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-07-11Object mode select grouped operator (Shift+G and Select manu)Campbell Barton
2009-06-24RNABrecht Van Lommel
2009-06-20ContextBrecht Van Lommel
2009-05-29Context:Brecht Van Lommel
2009-03-25UI:Brecht Van Lommel
2009-03-19ContextBrecht Van Lommel
2009-03-012.5: Text Editor back.Brecht Van Lommel
2009-02-142.5 Bugfixes:Joshua Leung
2009-02-142.5 - Adding context iterators for visible/editable (selection is irrelevant)...Joshua Leung