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-05-03remove unused random number generator, thanks Bao2 for spotting.Campbell Barton
2013-05-01fix [#35164] UV unwrapping crash blenderCampbell Barton
2013-04-25minor fixesCampbell Barton
2013-04-22revision r56196 adding uv select more/less used 4 nested 'for' loops, Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21Add Select More (ctrl np+) and Select Less (ctrl np-) to UV editorSv. Lockal
2013-04-19uv project from camera now sets defaults so the image maps to the camera bounds,Campbell Barton
2013-04-19style cleanupCampbell Barton
2013-04-19Fix #35011: UV unwrap giving poor results for ngons.Brecht Van Lommel
2013-04-18UV unwrap: decrease ABF minimum angle, I couldn't find cases where it needs toBrecht Van Lommel
2013-04-18style cleanupCampbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-08fix for various crashes from incorrect poll functions.Campbell Barton
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-03-27report [#34772] Incorrect aspect for tex mapping from camera viewCampbell Barton
2013-03-27uv project tool: take scene aspect into account when calculating the camera b...Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-16fix for own mistake in using alloca in a loop, replace with BLI_bufferCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
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