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-02-18Merged changes in the trunk up to revision 44221.Tamito Kajiyama
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-122.6 UI Modifier Icons:Thomas Dinges
2012-02-04Merged changes in the trunk up to revision 43881.Tamito Kajiyama
2012-01-31Implemented general functions to store view context like viewport width/heightSergey Sharybin
2012-01-29Merged changes in the trunk up to revision 43748.Tamito Kajiyama
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung
2012-01-22Patch [#28608] Add search match colour to theme settingsJoshua Leung
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-22Merged changes in the trunk up to revision 43585.Tamito Kajiyama
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-20- Added functions to remove mesh vertices, edges and faces. These functions r...Andrew Hale
2012-01-19Code cleanup: remove some unused code.Brecht Van Lommel
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16Merged changes in the trunk up to revision 43404.Tamito Kajiyama
2012-01-14adjust view3d api function for getting user region to also return view3d sinc...Campbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-08Merged changes in the trunk up to revision 43219.Tamito Kajiyama
2012-01-02replace:Campbell Barton
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-21topo mirror and sync with minor edits made to bmesh, no functional changesCampbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-18Merged changes in the trunk up to revision 42692.Tamito Kajiyama
2011-12-16minor cleanup to mirror codeCampbell Barton
2011-12-15Fix #29577: repeat curve duplication not working in 2.60(as well as 2.61rc1)Sergey Sharybin
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-29remove header text:Campbell Barton
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-23Fix compilation error of blenderplayer caused by recent commit.Sergey Sharybin
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-22Fix for long-standing TODO item: Clicking on overlapping nodes would activate...Lukas Toenne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-20UI:Brecht Van Lommel