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-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-07-29style cleanupCampbell Barton
2012-07-28Fixed some knife cut failures.Howard Trickey
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel
2012-06-21Fixes [#31433] BMesh: Knife tool Angle Constraint functionNicholas Rishel
2012-06-07Quite some warnings...Bastien Montagne
2012-05-21code cleanup: spellingCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup:Campbell Barton
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-03Fix #31234: vertex normals not update after knife cut.Brecht Van Lommel
2012-04-28code cleanup: Campbell Barton
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator setting...Campbell Barton
2012-04-26fix for memory leak in the knife toolCampbell Barton
2012-04-24Update knife tool header to reflect that spacebar can be used for confirm too.Antony Riakiotakis
2012-04-23add spacebar to confirm knife cut, space confirms - enter isnt so handy, This...Campbell Barton
2012-04-20Knife tool: Increase the header string length to avoid clipping the message.Antony Riakiotakis
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-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-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-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-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-15Tweak knife/unwrap tesselation code a bit, it uses a random offset, now alsoBrecht Van Lommel
2012-04-09Fix bug 30866: prevent 2-sided polygons from knife cuts.Howard Trickey
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-04-06fix crash with stack memory usage for the knife tool.Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton