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-04-26fix [#27178] Material links lost when making mesh data localCampbell 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-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-10partial fix for [#24634] Passing custom context to join operator doesn't workCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-28bugfix [#24040] loop select -> delete edge loop crashes blenderCampbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-09allow sequencer image names to be editableCampbell Barton
2010-07-06Bring back "Sort Faces" command.Diego Borghetti
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-18fix for MS compliersJens Ole Wund
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-04use a smaller threshold for mesh mirror, workaround for sintels face.Campbell Barton
2009-12-30bake is now modal like render and updates the image view while baking.Campbell Barton
2009-12-29bake operator and UI, no feedback while baking yetCampbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28moved shape key insert function into BKE_object.hCampbell Barton
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-11-10Fix for [#19847] Joined meshes fail to renderMatt Ebb
2009-10-22Shape KeysBrecht Van Lommel
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-09-22- removed View3D->localview since it wasnt set on entering localview (making ...Campbell Barton
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-052.5Brecht Van Lommel
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-132.5Brecht Van Lommel
2009-07-112.5 - Added descriptions to all Animation Editor operatorsJoshua Leung
2009-06-092.50:Brecht Van Lommel
2009-02-232.5Ton Roosendaal