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-17fix error in single vertex ripping where the edit-selection could be left on ...Campbell Barton
2012-04-17fix [#30970] Rip Tool: selecting the side of edges works incorrectly Campbell Barton
2012-04-17Attempted fix for #30985: knife draw messing up display after confirming. I c...Brecht Van Lommel
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-17Fix #30980: edge slide Correct UVs option not working.Brecht Van Lommel
2012-04-17move rip out into its own fileCampbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-04-16fix [#30972] Editmesh split by materials not working.Campbell Barton
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16bmesh todo: snap to volume with dupli's works againCampbell Barton
2012-04-16code cleanup: remove bmesh todo, which infact is working fine.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16bmesh todo: ctrl+l now delimits by hidden faces.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-16fix [#30967] Straighten X/Y in the UV/Image Editor bugCampbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-04-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz
2012-04-15Fix bug [#30953] Changing brush preset irreversibly undoes thingsNicholas Bishop
2012-04-15Fix #30952: uv unwrapper not working as well as 2.62 on some topologies, let theBrecht Van Lommel
2012-04-15Fix #30960: various mesh operators were missing tooltip descriptions.Brecht Van Lommel
2012-04-15Tweak knife/unwrap tesselation code a bit, it uses a random offset, now alsoBrecht Van Lommel
2012-04-15Fix #30949: live unwrap when marking seams did not work with bmesh.Brecht Van Lommel
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-15Scons:Thomas Dinges
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-04-14i18n: "labels" of multi-section enums need to be marked for gettext (N_()), a...Bastien Montagne
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
2012-04-13remove duplicate notifier eventAntony Riakiotakis
2012-04-13fix [#30728] Align View Restricts Further View ChangesCampbell Barton
2012-04-13code cleanup: use axis_angle_to_quat() to simplify turntable view rotate code.Campbell Barton
2012-04-13fix for editmode UV hiding with edges, was also using deprecated flag (UV_SEL...Campbell Barton
2012-04-13Fix #30876, #30932: crash in material preview render after undo or file load,Brecht Van Lommel
2012-04-13Node Editor / Properties Region:Thomas Dinges
2012-04-13Fix related to #30928: missing image editor update when changing active imageBrecht Van Lommel
2012-04-13Fix part of #30934: save as image in image editor did not set proper defaultsBrecht Van Lommel
2012-04-13- startup.blend's temp dir was pointing to sergeys user dir, now point to /tmpCampbell Barton
2012-04-13fix [#30923] Hide Unselected in the UV/Image editor does nothingCampbell Barton
2012-04-13bmesh - UV editor: check if faces are visible before hiding them (was done be...Campbell Barton
2012-04-13style cleanup: uv editorCampbell Barton
2012-04-13bmesh api changes:Campbell Barton
2012-04-13fix for UV reveal (wasnt selecting all verts because check for unselected ver...Campbell Barton
2012-04-13Code cleanup:Thomas Dinges
2012-04-12Fix part of #30917: solid + glsl + textured solid in texture paint mode did notBrecht Van Lommel