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-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-25Small type fix for BMEditMesh.lastDataMask, should be 64-bit.Nicholas Bishop
2012-04-25fix [#31080], edge slide UV correction wasnt working for UVs surrounding the ...Campbell Barton
2012-04-25code cleanup: edge slide code had oddly named variables, added some comments ...Campbell Barton
2012-04-25ndof: avoid potential buffer overflow in libspnavMike Erwin
2012-04-25now vertex paint uses the same overrides as weight paint - so wire draw mode ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-25code cleanup: dont use bmesh operator flags outside a bmesh operator, use hfl...Campbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-24bmesh: fix selection flushing when editing UV's and sync selection is enabled...Campbell Barton
2012-04-24bmesh/uv editorCampbell Barton
2012-04-24fix [#31083] "Hide Selected" through Menu Operation doesn't work wellCampbell Barton
2012-04-24Lower optimization settings for MinGW-w64. Full optimization causes artifacts...Antony Riakiotakis
2012-04-24Prevent adding objects to be added to a group which is used as dupli-group fo...Sergey Sharybin
2012-04-24remove leftover files from last commitAntony Riakiotakis
2012-04-24revert 45924, not a very clean solution, especially for external libraries an...Antony Riakiotakis
2012-04-24MinGW-w64 enable full optimization for C++ tooAntony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers t...Antony Riakiotakis
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24crash fix for brush select when no object is activeCampbell Barton
2012-04-24fix [#31079] Revision 45893 crashes when I try to open a certain file created...Campbell Barton
2012-04-24Add cycles support for MinGW-w64Antony Riakiotakis
2012-04-24fix for possible error building with debianCampbell Barton
2012-04-24fix [#30997] Bevel angle option is broken (bevel vertex only)Campbell Barton
2012-04-24Peer pressure :) Fix some very public (but probably harmless) errors in exter...Erwin Coumans
2012-04-24workaround for vertex bevel modifier failing since the BMesh update.Campbell Barton
2012-04-24- remove unneeded len_v3v3 in bevel codeCampbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-24fix for CcdPhysicsController::RelativeRotate reading 2 values past the input.Campbell Barton
2012-04-24add inset and bridge to mesh specials menu (along side bevel) + typo fix.Campbell Barton
2012-04-24fix for invalid use of memset when loading tiff imagesCampbell Barton
2012-04-24fix own error with subdivision (broke icosphere), also noticed icosphere vani...Campbell Barton
2012-04-24Enable support for OpenEXR on cmake for MinGW64Antony Riakiotakis
2012-04-24Update knife tool header to reflect that spacebar can be used for confirm too.Antony Riakiotakis
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23Fix #31065: cycles render crash with large node groups, increased the stackBrecht Van Lommel
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Daniel Genrich
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-23Fix #31072: Making texture single user was modifying textures of original mat...Sergey Sharybin
2012-04-23rip tool again (this in infact an old bug), when selecting an edge to extend ...Campbell Barton
2012-04-23fix memory leak in rip tool (again own fault).Campbell Barton
2012-04-23minor changes to rip internalsCampbell Barton
2012-04-23rip was incorrectly giving an error when ripping a vertex from a face fan (ow...Campbell Barton
2012-04-23bmesh py api: functions to add/renmove customdata layers, eg.Campbell Barton
2012-04-23py/rna api: remove selection and pin variable for texture faces - this is now...Campbell Barton
2012-04-23add spacebar to confirm knife cut, space confirms - enter isnt so handy, This...Campbell Barton
2012-04-23fix [#30937] Pose UI hack needed to be undone, alternate fix is needed.Campbell Barton
2012-04-23i18n: Re-enabling uk_UA, as we are going to have a nice mo in upcomming update.Bastien Montagne