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-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20Fix #27120: Bake to image used for rendering glitch (bake feedback loop)Sergey Sharybin
2012-01-20- Fix for commit 43551 which caused a linking error in blenderplayer.Andrew Hale
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20- Added functions to remove mesh vertices, edges and faces. These functions r...Andrew Hale
2012-01-20style edits to build modifier apply functionCampbell Barton
2012-01-20Small cleanup to parameters of _getSubSurf().Nicholas Bishop
2012-01-20improvements to build modifierCampbell Barton
2012-01-20smart stitchAntony Riakiotakis
2012-01-20skip converting non CDDM type derived meshes for solidify modifier.Campbell Barton
2012-01-20for CDDM's dmcalcNormals now call CDDM_calc_normals(), not CDDM_calc_normals_...Campbell Barton
2012-01-20error in last fix, used negate to check it was working.Campbell Barton
2012-01-20fix for error copying face normals from poly normals in mesh_recalcTesselation()Campbell Barton
2012-01-20fix in recent commit with face normal calc optimizationCampbell Barton
2012-01-19ensure defoem DM has tessface data for the few places that need it.Campbell Barton
2012-01-19Minor code enhancement (replace for loops with while's, and avoid multiple ch...Bastien Montagne
2012-01-19minor optimizations for bmesh_update_face_normal(), which is called while tra...Campbell Barton
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43524:43530Campbell Barton
2012-01-19Fix issue in recent color commits, was still doing a multiplication by 255 tooBrecht Van Lommel
2012-01-19simplify clipping loopCampbell Barton
2012-01-19style edits - < 120 line widthCampbell Barton
2012-01-19size for static string was too small, we should really have dynamic sized str...Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19yRemove missed/unused "tweak" property from keymap for outliner's border selectSergey Sharybin
2012-01-19Dynamic Paint:Miika Hamalainen
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19Baked edit: Make particle edit mode more usable for Softbodies and Cloth (jah...Daniel Genrich
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-19Fix for building in release mode with scons.Nicholas Bishop
2012-01-19Remove a couple more unneeded variables from paint cursor drawing.Nicholas Bishop
2012-01-19Fix a minor RNA warning.Nicholas Bishop
2012-01-19Couple minor fixes for DM_debug_print().Nicholas Bishop
2012-01-19Remove some unused alpha code in paint_cursor.Nicholas Bishop
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2012-01-19Move paint's WM paint cursor code into a new file.Nicholas Bishop
2012-01-19debug function DM_debug_info / DM_debug_print, with access from pythonCampbell Barton
2012-01-19patch [#29679] Expose connected logic bricks from pythonDalai Felinto
2012-01-19Fix #29922: NaN pixels due to bump map in degenerate case.Brecht Van Lommel
2012-01-19Code cleanup: remove some unused code.Brecht Van Lommel
2012-01-19patch [#29924] Border select tool implementation for the outlinerCampbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton
2012-01-18Curve points of tracking curves now can be grabbed to smooth spikesSergey Sharybin
2012-01-18replace CDDM_calc_normals_mapping with CDDM_calc_normals(), this version of t...Campbell Barton
2012-01-18dissable editmode tessface creation in 'get_dm' looked over uses and all that...Campbell Barton
2012-01-18call CDDM_from_BMEditMesh without creating tessface data for modifiers.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-18fix for editmode bmesh bug - found by testing script.Campbell Barton
2012-01-18fixed [#29907] Uncoherent behaviour of Delete Edge LoopCampbell Barton