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-26rename WholeCharacter in C too, add pthreads include back for msvc which need...v2.63Campbell Barton
2012-04-26don't have spaces in idnames, confuses py types:Campbell Barton
2012-04-26remove pthread include for windows, after this was added I couldn't build any...Campbell Barton
2012-04-26And for sure we're in release stage now!Sergey Sharybin
2012-04-26Release commit, 2.63!Sergey Sharybin
2012-04-26Fix crash clicking Render button in render layer compositing node. ActuallyBrecht Van Lommel
2012-04-26Fix for undefined reference to abort() in outliner selection moduleSergey Sharybin
2012-04-26fix [#31113] bmesh.types.BMLayerCollection getter calculate key indices wrong...Campbell Barton
2012-04-26fix for bevel modifier creating invalid geometry - simply tell BM_face_split(...Campbell Barton
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator setting...Campbell Barton
2012-04-26Fix #31066: cycles keeps rendering in viewport after window closed.Brecht Van Lommel
2012-04-26Fix #31058: missing Simplify panel for cycles.Brecht Van Lommel
2012-04-26Fix related to #31067: missing update when toggling Premultiply on a sequence...Brecht Van Lommel
2012-04-26* Compile fix for recent Outliner header cleanup. Thomas Dinges
2012-04-26Minor fix in response to Koji Iigura's mail. Own error, sorry about that (I t...Bastien Montagne
2012-04-26code cleanup: bmesh comments/todos, no functional changes.Campbell Barton
2012-04-26Fix OIIO dll copying for win32-mingwNathan Letwory
2012-04-26outliner header cleanup (copy pasted headers when split up Im guessing)Campbell Barton
2012-04-26fix for memory leak in the knife toolCampbell Barton
2012-04-26removed unneeded fnmatch include from outliner, comment files as needing head...Campbell Barton
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
2012-04-26bmesh: inset tool depth used bad normals for edge verts. Campbell Barton
2012-04-26fix invalid memcpy() use in text editor (backspace would call memcpy with ove...Campbell Barton
2012-04-252.6 Ocean Modifier UI:Thomas Dinges
2012-04-25fix for border de-selecting with sync selectionCampbell Barton
2012-04-25Enable building of the installer with MinGW-w64, patch by Caleb Joseph (Dobz)...Antony Riakiotakis
2012-04-25disable bevel for release after discussion with brecht and sergey, this works...Campbell Barton
2012-04-25temp disable 'use last operator settings' - too unreliable, we keep getting r...Campbell Barton
2012-04-25mesh.validate() / BKE_mesh_validate() --- functions now check for duplicate v...Campbell Barton
2012-04-25Update for startup.blend: remove vertex color layer from default cubeSergey Sharybin
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