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
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-06-20Fix related to #27689: unwrap, pack island, minimize stretch now cancelBrecht Van Lommel
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-04-29fix [#27198] Missing Live LSCM Update after Aligning of pinned vertices (W)Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-07add margin access [#26806] Missing pack margin for pack islands in UV editorCampbell Barton
2011-03-28uvedit: floats were being implicitly promoted to doubles, adjust to use floats.Campbell Barton
2011-03-12Fix uvedit unwrap tool not taking selection into account.Brecht Van Lommel
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-03Fix #25456: using Live Unwrap always unwraps with method Angle Based.Brecht Van Lommel
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-05-14Fix [#22337] Wrong operator descriptionsMatt Ebb
2010-03-23move uv project functions into their own files to be more re-usable.Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-15support for camera shift with UV camera project.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11panorama UV projection, only when projected from a camera with panorama enabl...Campbell Barton
2010-02-11More tooltip editingDaniel Salazar
2010-02-10UV project didnt use the view3d's camera (only the scenes)Campbell Barton
2009-12-15Patch [19862]: Properly map UV Project from View with camera object.Roland Hess
2009-12-08unwrap was unwrapping all faces rather then just the selected onesCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-03- remove UV mapping operator, call a header menu directly (so python can add ...Campbell Barton
2009-10-20Auto SaveBrecht Van Lommel
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-12many docstrings from Ron Walker and Luca (mindrones on IRC),Campbell Barton
2009-09-102.5: UV EditBrecht Van Lommel
2009-09-052.5Brecht Van Lommel
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-06-16RNABrecht Van Lommel
2009-05-15UI: Layout EngineBrecht Van Lommel
2009-04-22UIBrecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-02-18RNA:Brecht Van Lommel
2009-02-13Compilation fix: added missing ;Joshua Leung