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
path: root/source
AgeCommit message (Expand)Author
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-23Fix #31072: Making texture single user was modifying textures of original mat...Sergey Sharybin
2012-04-23rip tool again (this in infact an old bug), when selecting an edge to extend ...Campbell Barton
2012-04-23fix memory leak in rip tool (again own fault).Campbell Barton
2012-04-23minor changes to rip internalsCampbell Barton
2012-04-23rip was incorrectly giving an error when ripping a vertex from a face fan (ow...Campbell Barton
2012-04-23bmesh py api: functions to add/renmove customdata layers, eg.Campbell Barton
2012-04-23py/rna api: remove selection and pin variable for texture faces - this is now...Campbell Barton
2012-04-23add spacebar to confirm knife cut, space confirms - enter isnt so handy, This...Campbell Barton
2012-04-23fix [#30937] Pose UI hack needed to be undone, alternate fix is needed.Campbell Barton
2012-04-23i18n: Re-enabling uk_UA, as we are going to have a nice mo in upcomming update.Bastien Montagne
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-23py api:Campbell Barton
2012-04-23fix [#31064] Save confirmation stops showingCampbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-23code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh...Campbell Barton
2012-04-23code cleanup: remove editbutflag flag from toolsettings & related defines.Campbell Barton
2012-04-23code cleanup: better use of BLI_array_* (grow in larger steps where possible)...Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-23clear the FGON edge flag when updating old meshes to polygons. (we may wan't ...Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-22bmesh py api: expose BM_face_split_n() to the python api;Campbell Barton
2012-04-22correction to py docs from mgschwan on IRC.Campbell Barton
2012-04-22Ctrl+RMB to select an object in editmode didnt work in edge mode (which is no...Campbell Barton
2012-04-22Missed this file in my last commit.Mitchell Stokes
2012-04-22small speedup to VertDataMulN(av, n), when passed expressions to 'n' they wer...Campbell Barton
2012-04-22subsurf - avoid 'for' loop finding the edge index in a face multiple times wh...Campbell Barton
2012-04-22Fix for bug #30219: "Obstacle Simulation of Steering Actuator does not work w...Mitchell Stokes
2012-04-22- fix memory leak in mesh_strip_loose_polysloops(), occurred during 3ds import.Campbell Barton
2012-04-22style cleanupCampbell Barton
2012-04-21fix [#31045]Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21fix [#31049] New Faces (F) always solid shadedCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21Fix for image node: has to check the number of actual node sockets before acc...Lukas Toenne
2012-04-21fix [#31048] converting curve object to mesh makes object disapper from 3D viewCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21fix [#31047] ctrl+mouse select in edit-mode does not select external objectCampbell Barton
2012-04-21fix error in recent rip refactor, also add comment.Campbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-20fix for error using uninitialized variable with shape key conversion.Campbell Barton
2012-04-20Fix [#31008] IK armature resize goes ugly (Pose mode resize).Bastien Montagne
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
2012-04-20attempt to fix [#31033], cant redo the bug but button layout wasnt greatCampbell Barton
2012-04-20fix [#31036] image.gl_load() consistently segfault at gluBuild2DMipmapsCampbell Barton