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
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-01-26UV Unwrap: Correct aspect was invertedCampbell Barton
2014-12-11Fix T42859 smart UV unwrap does not support aspect correction.Antony Riakiotakis
2014-10-31Cleanup: namingCampbell Barton
2014-10-31Texture Paint Add Simple UVs:Antony Riakiotakis
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-09-11uv-pack operator: option to rotate uv islands to fit in the optimal rectangle...Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-05-21Related to #35452: show warning when unwrapping object with negative scale, sameBrecht Van Lommel
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-03remove unused random number generator, thanks Bao2 for spotting.Campbell Barton
2013-05-01fix [#35164] UV unwrapping crash blenderCampbell Barton
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-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-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...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-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-17code cleanup: operator/function mismatchCampbell 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-03fix bad left aligned text when zoomed out.Campbell Barton
2012-12-27Fix: rotation of uv islands during stitch did not take uv aspect ratioAntony Riakiotakis
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13Part of bratwurst GSOC cleanup of subsurf unwrap code: Ommit subsurfAntony Riakiotakis