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-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-30Fix #28733, #29885: fix missing scene in context in python. The window managerBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
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-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-27ctx_data_pointer_verify is a verified NULL value if C is NULL.Martin Poirier
2010-01-23support for compiling blender without python working again (with cmake at least)Campbell Barton
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-24RNA apiCampbell Barton
2009-11-10Function declaration for BPY_context_getMartin Poirier
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-10-14fixes for warnings and crashes during doc generationCampbell 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-162.5/Posemode:Nicholas Bishop
2009-08-162.5/Particle edit:Nicholas Bishop
2009-08-162.5/Texture paintNicholas Bishop
2009-08-162.5/Paint:Nicholas Bishop
2009-08-162.5/Vertex paint:Nicholas Bishop
2009-08-162.5 3DView:Thomas Dinges
2009-08-152.5 3D_View:Thomas Dinges
2009-08-14CTX_wm_reports needs to return NULL when wm.manager is NULL (this happens in ...Martin Poirier
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-17- Scrollbars for the console (use View2D functions)Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-07-11Object mode select grouped operator (Shift+G and Select manu)Campbell Barton