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-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-24comment unused assignment.Campbell Barton
2012-01-24quiet some warnings & (possible/unlikely error)Campbell Barton
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-23restrict stitching of same island uvs to only midpoint, without snapping caseAntony Riakiotakis
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20smart stitchAntony Riakiotakis
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16more keymap editsCampbell Barton
2012-01-14Fix UV Editor selection (due to bug #29875, "extend" was no more reset when u...Bastien Montagne
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-16Fix #28936: UV unwrap issue with meshes with inconsistent normals.Brecht Van Lommel
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20Fix #28942: Minimize stretch in UV editing has no continues grabSergey Sharybin
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-22clear up some warnings.Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-07-26correct misc warningsCampbell Barton
2011-07-22patch [#28045] Straighten tool from Simple TodosCampbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-20Fix related to #27689: unwrap, pack island, minimize stretch now cancelBrecht Van Lommel
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-03Quiet warnings for picky compilers.Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
2011-04-29fix [#27198] Missing Live LSCM Update after Aligning of pinned vertices (W)Campbell Barton