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-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28code cleanup: Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-19Fix [#30234] Various problems with CD layers and tesselation, related to modi...Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-27Dynamic Paint:Miika Hamalainen
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-24Dynamic Paint:Miika Hamalainen
2012-01-24Dynamic Paint:Miika Hamalainen
2012-01-23BMesh: Fix for previous own fix (re-enable DynamicPaint previews in Object mo...Bastien Montagne
2012-01-23BMesh: Fix (re-enable) DynamicPaint previews in Object mode.Bastien Montagne
2012-01-23svn merge ^/trunk/blender -r43611:43616Campbell Barton
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-19Minor code enhancement (replace for loops with while's, and avoid multiple ch...Bastien Montagne
2012-01-19svn merge ^/trunk/blender -r43524:43530Campbell Barton
2012-01-19Dynamic Paint:Miika Hamalainen
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-17comment unused varCampbell Barton
2012-01-16Dynamic Paint:Miika Hamalainen
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton