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
2013-06-24fix own error with updating edge tagging (seams didnt work)Campbell Barton
2013-06-24make behavior for edge tagging more predictable.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
2013-06-24BGE: Fix for [#35737] "Action actuator in property mode don't work with value...Mitchell Stokes
2013-06-24BGE: fix [#35811] Blenderplayer crash on closing if file saved with an actual...Daniel Stokes
2013-06-24use booleans for bpath api.Campbell Barton
2013-06-24fix [#35825] "Find missing files" seems to search for files which are not mis...Campbell Barton
2013-06-24remove unused var in view3d_panel_vgroupCampbell Barton
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht Van Lommel
2013-06-23Changed text alignment to better match old layout behaviourGaia Clary
2013-06-23readded 'old' layout due to user complainsGaia Clary
2013-06-23Clarify tooltip for Weight paint toolGaia Clary
2013-06-23add missing notifiers for mask tools, some wouldn't refresh the compositor.Campbell Barton
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-23tweak comparisons for connect pair in rare case the value == CONNECT_EPS.Campbell Barton
2013-06-23Workaround visual studio 2012 compiler bug compiling large RNA_blender_cpp.h,...Brecht Van Lommel
2013-06-23Fix #35848: render crash in background mode due to missing G.main.Brecht Van Lommel
2013-06-23fix for connect_pair cutting across triangle verts from edges.Campbell Barton
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-23add strict conversion flags for mask_rasterize and reduce some signed/unsigne...Campbell Barton
2013-06-23Make edgehash and ghash use the same limit for expanding buckets, r26206 chan...Campbell Barton
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-06-23build fix for old gccs (after rev.57620)Dalai Felinto
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton
2013-06-22Minor code cleanup in 'source/gameengine/GamePlayer/ghost/GPG_Application.cpp'.InĂªs Almeida
2013-06-22BGE bugfix/patch "[#26075] game anaglyph colors are inverted" by Juha Maki-Ka...Dalai Felinto
2013-06-22BGE: Fix for [#35815] "makeScreenshot() relative path not working in Blenderp...Mitchell Stokes
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-21BGE: fix [#32775] LibFree crashingDaniel Stokes
2013-06-21Default paint context will be image paint if object is not in a paint mode. I...Antony Riakiotakis
2013-06-21BGE: Fix for [#33163] "Text Font Bug" reported and fixed by HG1.Mitchell Stokes
2013-06-20reduce sign comparisons for ghash and add more strict warnings for gcc.Campbell Barton
2013-06-20move sort from vert/edge/face into mesh menu only (sorting isn't such a commo...Campbell Barton
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20Sequencer: fix names when adding several video (or audio) files at once (all ...Bastien Montagne
2013-06-20Construct orco UV layer for curve when applying constructive modifierSergey Sharybin
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-20Fix #35807: blender internal motion blur render without antialiasing wouldBrecht Van Lommel
2013-06-20Fix #35439: Render Border have weird influence on compositingSergey Sharybin
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20Fix crash in when dding subsurf modifier to curvesSergey Sharybin
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-06-20BGE: fix [#35447] LibLoad Meshes and Scenes causes crash of blenderDaniel Stokes
2013-06-20BGE: Fix for [#34781] "bge.texture.ImageRender does not show Font object" rep...Mitchell Stokes
2013-06-20BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mi...Mitchell Stokes
2013-06-20Snap to Symmetry (editmesh tool)Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-20BKE_bmbvh_find_vert_closest: very stupid & old bug, it was comparing hit loca...Campbell Barton
2013-06-20correct editmesh BKE_bmbvh_find_vert_closest(), distances are expected to be ...Campbell Barton