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
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-15creating the editmesh structure was running paint_facesel_test() for every ve...Campbell Barton
2010-11-10Bugfix #24524Ton Roosendaal
2010-11-10Bugfix #24603Ton Roosendaal
2010-11-10partial fix for [#24634] Passing custom context to join operator doesn't workCampbell Barton
2010-11-08[#24594] Edge weighting while making subsurfCampbell Barton
2010-11-07patch [#24577] MESH_OT_noise. Adds missing 2.4x noise vertex displace functio...Campbell Barton
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-02bugfix [#24398] Select NthCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-23fix for implicit declarationCampbell Barton
2010-10-23Fix #24363: trying to separate mesh with shape keys didn't display warningBrecht Van Lommel
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-22limit adjustment from AlexKu, subdiv smooth soft limit of 1.Campbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-18Fix [#24288] Mesh Grid pointing towards the floor when first createdNathan Letwory
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16Declaration before any statements. Doesn't GCC warn about this?Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16dont check for project anymore for ctrl+click, face snapping is enough.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15bugfix [#24264] toggle UV selection fails.Campbell Barton
2010-10-15Ctrl+Click extrude, project the source verts when projection and rotating the...Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-13bugfix [#23150] Creating Vertex with CTRL-LMB not snappingCampbell Barton
2010-10-13[#24171] Tab key no longer responds from UV / Image EditorCampbell Barton
2010-10-12bugfix [#23191] Ctrl-LMB quick extrude problem with non-perpendicular edges/f...Campbell Barton
2010-10-08bugfix [#24179] Button "Loop Cut and Slide" on Mesh Tools not workCampbell Barton
2010-10-05patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit modeCampbell Barton
2010-10-01Add distance check in lasso generation to get a smoother lasso.Nathan Letwory
2010-10-01attempt to fix [#21179] r26939 - Lasso tool does not work when drawing counte...Campbell Barton
2010-09-28bugfix [#24040] loop select -> delete edge loop crashes blenderCampbell Barton
2010-09-27bugfix [#23995] Do loop cuts from the space bar search while in the propertie...Campbell Barton
2010-09-24Changing loopcut count caused memory errors in some cases due to missing null...Janne Karhu
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-21bug report [#23933] "Select Linked" with "Limit by Seams" only working for Fa...Campbell Barton
2010-09-20Fix for [#21976] edges disappear when using loop cut on geometry with hidden ...Janne Karhu
2010-09-20bugfix [#23909] Calculating DepthCampbell Barton
2010-09-17Fix #23869: outliner not updated correctly/instantlySergey Sharybin
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-09-01Send NC_SCENE|ND_TOOLSETTINGS notifier when select mode was forced to edge se...Sergey Sharybin
2010-08-27rna api changesCampbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton