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-21fix error in recent rip refactor, also add comment.Campbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-20aparently `yards` are not used a lot, suppress their use in button display (i...Campbell Barton
2012-04-20Knife tool: Increase the header string length to avoid clipping the message.Antony Riakiotakis
2012-04-20refactor rip tool out into vert/edge functions, was getting too unweildy havi...Campbell Barton
2012-04-20knife tool alpha values where being set to zero (intersection points weren't ...Campbell Barton
2012-04-20style cleanupCampbell Barton
2012-04-20knife tool: use the knife mouse cursor, dont store the context in the knife t...Campbell Barton
2012-04-20knife tool: store color once on initializations, de-select only when cutting ...Campbell Barton
2012-04-20knife tool now selects newly cut edges.Campbell Barton
2012-04-20knife tool modificationsCampbell Barton
2012-04-20rip tool wasnt working on a single edge selection in some cases (own error in...Campbell Barton
2012-04-20bmesh: improve rip toolCampbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19BMESH_TODO: randomize vertices working again.Bastien Montagne
2012-04-19committed check by mistake, its not needed.Campbell Barton
2012-04-19bmesh rip: when there are selected faces call region_to_loop before ripping. ...Campbell Barton
2012-04-19fix [#31015] Rip has weird results in vertex selection mode vs face Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19Change knife header to reflect current key binding (RMB cancels now).Howard Trickey
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19For bug #30931, change knife hardcoded colors to ones derived from theme.Howard Trickey
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19BMESH_TODO: xsort of vertices working again.Bastien Montagne
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-18knife tool: Add state indicator in header for tool optionsAntony Riakiotakis
2012-04-18bmesh knife tool: cut through no longer initializes from view setting to limi...Campbell Barton
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18correct ifdef'd scanfill code, incase someone wants to test.Campbell Barton
2012-04-18code cleanup: replace magic numbers in scanfill with defines, also use some v...Campbell Barton
2012-04-18fix [#30995] Wavefront obj. file export/import issue with splited edgeCampbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
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-17move rip out into its own fileCampbell Barton
2012-04-17code cleanup: remove/comment some unused code.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-16bmesh todo: remove unused code.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16bmesh todo: ctrl+l now delimits by hidden faces.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-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz