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
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
2012-03-18spelling cleanupCampbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-10disable object outline draw when painting (its distracting), also fix for own...Campbell Barton
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07Code cleanup: simplify the DerivedMesh.drawMappedFaces interface.Nicholas Bishop
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28fix [#30361] Edge Length will not be diplayed properly with Clipping BordersCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26Fixed for selected bundles drawing in 3D viewport:Sergey Sharybin
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26minor style editsCampbell Barton
2012-02-25Changes in double side lighting usageSergey Sharybin
2012-02-25remove redundant NULL check in draw_new_particle_system()Campbell Barton
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-15* correct bad pointer check in expand_local_mesh()Campbell Barton
2012-02-12remove bm_get_cd_float, use CustomData_bmesh_get instead, this function only ...Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-05fix for weight paint face selection.Campbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-02-01fix [#29433] Incorrect drawing of Circle/Axes/Cross on Particles when Display...Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-24use a struct to pass normals to normal draw derived mesh callbacks (no functi...Campbell Barton
2012-01-23svn merge ^/trunk/blender -r43616:43639Campbell Barton
2012-01-23BMesh: Fix (re-enable) DynamicPaint previews in Object mode.Bastien Montagne
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-19svn merge ^/trunk/blender -r43524:43530Campbell Barton
2012-01-19style edits - < 120 line widthCampbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-13fix for weight paint wire draw leaving GL_BLEND enabled (made pose bones draw...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop