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
2013-01-15style cleanupCampbell Barton
2013-01-15Fix #33875: minimize stretch UV tool incremented in steps of 0.2 instead of 0.1,Brecht Van Lommel
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-12minor speedup for construct_param_handle_subsurfed() break out of texface_fro...Campbell Barton
2013-01-12reduce customdata lookups for UV drawing and tools.Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-03fix bad left aligned text when zoomed out.Campbell Barton
2013-01-02style cleanupCampbell Barton
2012-12-31smart stitching:Antony Riakiotakis
2012-12-28style cleanupCampbell Barton
2012-12-27Fix: edge uv stitch mode did not average final position of uvs inAntony Riakiotakis
2012-12-27Fix: rotation of uv islands during stitch did not take uv aspect ratioAntony Riakiotakis
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13Part of bratwurst GSOC cleanup of subsurf unwrap code: Ommit subsurfAntony Riakiotakis
2012-12-13image view cursor wasn't scaling up with the DPICampbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26fix uv lasso and circle select - both were not working with uv-face-select mode.Campbell Barton
2012-11-26fix for changing images in UV editmode with sync-selection enabled, this was ...Campbell Barton
2012-11-22Fix #33265: editing uv vertex coordinates in panel could move hidden uv's.Brecht Van Lommel
2012-11-19Minor spellchaeck in UI message.Bastien Montagne
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-14add 'use_unselected' option to UV_OT_remove_doubles,Campbell Barton
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-14speedup to uv remove doubles.Campbell Barton
2012-11-14style cleanup: with uv remove doubles, weld distance soft/hard ranges were wr...Campbell Barton
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-13uv stitch was executing on Enter-key release, making it not work when startin...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-05code cleanup: use enums for view3d_snap transverts.Campbell Barton
2012-11-05Fix part of #33055: uv mapping did not use the right image from the material toBrecht Van Lommel
2012-11-03Bugfix (own collection)Ton Roosendaal
2012-11-02UV editor: change unwrap warning about object non-unit size to only warning a...Brecht Van Lommel