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-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-27code cleanup: unused argCampbell Barton
2013-02-24Bug fix #34384Ton Roosendaal
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-17code cleanup: operator/function mismatchCampbell Barton
2013-02-15style cleanupCampbell Barton
2013-02-14misc changesCampbell Barton
2013-02-13Fix #34216: uv unwrap with some faces pinned to point the normals down will nowBrecht Van Lommel
2013-02-12code cleanup: some style edits, also allow mul_v2_m2v2() to have the same val...Campbell Barton
2013-02-12Old bug fix: Uv smart stitch failed to detect angle if islands wereAntony Riakiotakis
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02style cleanupCampbell Barton
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