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-11-29Allow scanfill caller to specify boundary edges and use to fix knifetool extr...Howard Trickey
2011-11-29svn merge ^/trunk/blender -r42221:42245Campbell Barton
2011-11-29remove unused vars & minor formatting.Campbell Barton
2011-11-29avoid allocating verts & faces for dupliface + editmode.Campbell Barton
2011-11-29macro for defining a fixed size array which may be heap or stack allocated, r...Campbell Barton
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-29- add BM_NGON_STACK_SIZE define to use wherever ngon stack arrays are used.Campbell Barton
2011-11-29fix for duplifaces with quads/ngons, bmesh was using triangulated faces so ea...Campbell Barton
2011-11-29The locking + multi-paint section of code needed correction and simplification:Jason Hays
2011-11-29fix for crash adding empty objectCampbell Barton
2011-11-29utility function for getting the center of a polygon, needed for up coming ch...Campbell Barton
2011-11-29Camera tracking: SAD tracker now supports patterns with any sizeSergey Sharybin
2011-11-29inline BMIter_Step() and BMIter_New() since the compiler can optimize out the...Campbell Barton
2011-11-28gpl header cleanup, some files didnt have a gpl header.Campbell Barton
2011-11-28Now wiki link in help menu opens the 2.6 index... Better to do it now than on...Bastien Montagne
2011-11-28trust 'bm->elem_index_dirty' is correct, this avoids looping over edges/faces...Campbell Barton
2011-11-28validate the index values when an operator finishes since the arrays are loop...Campbell Barton
2011-11-28fix for error filling in index dataCampbell Barton
2011-11-28Reset V3D_RENDER_SHADOW flag on file loading.Sergey Sharybin
2011-11-28corrections for docsCampbell Barton
2011-11-28* Never, ever use "col2" or something like that as UI variable name. Thomas Dinges
2011-11-28svn merge ^/trunk/blender -r42197:42221Campbell Barton
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-28Fix #29434: Cone collision bounds is on the wrong axisSergey Sharybin
2011-11-28Rename tracking settings presets to something which makes more sense.Sergey Sharybin
2011-11-28Fixes and tweaks to RNA messages (found while translating in french).Bastien Montagne
2011-11-28fix for missing NULL check in remove doubles.Campbell Barton
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-28Camera tracking: moved camera solver into it's own jobSergey Sharybin
2011-11-28Camera tracking: missed this presets files in previous commitSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28fix for [#29437] normals incorrect using bevel modifier in edit modeAndrew Wiggin
2011-11-28remove duplicate extern_colamd from blenderplayer cmakeAntony Riakiotakis
2011-11-28Fix typo in track selection operator.Sergey Sharybin
2011-11-28fix for building as a python moduleCampbell Barton
2011-11-28more work on getting bmesh dirty index flags reliable.Campbell Barton
2011-11-28minor changesCampbell Barton
2011-11-28fix for minor memory leak for BMO_VInitOpf() in an error case, also use the B...Campbell Barton
2011-11-28basic bevel modifier working again in bmesh, closely matches the edge split m...Campbell Barton
2011-11-28change edge split modifier to loop over all edges and compare the face angles...Campbell Barton
2011-11-28use lower angle when checking to draw an edge, adding uv sphere looked strangeCampbell Barton
2011-11-28Superficial changes for bmesh bevel to sync with bmesh branch, also noticed l...Campbell Barton
2011-11-28when comparing lengths no need to sqrtCampbell Barton
2011-11-282 of the 3 places that check 2 edges share a vertex were incorrect (silly mis...Campbell Barton
2011-11-28svn merge ^/trunk/blender -r42194:42197Campbell Barton
2011-11-28remove redundant checkCampbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-28svn merge ^/trunk/blender -r42182:42194Campbell Barton
2011-11-28BLI_mempool_findelem() only worked when no elements were freed, use the itera...Campbell Barton
2011-11-27Do not use search area of unselected tracks when searching for nearestSergey Sharybin