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
2018-06-27UI: tweak status bar layout to make it less jumpy.Brecht Van Lommel
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-25Cleanup: Move colorband handling from DM to mesh_runtime universe.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-27Merge branch 'master' into blender2.8Campbell Barton
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-10Fix crash when no object is activeMai Lavelle
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-13Object Mode: remove Scene.obeditCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Fix crash when no active objectDalai Felinto
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: pass as arg to stats_stringCampbell Barton
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-18Layers: Fix selected lamp and dupli count for info statsDalai Felinto
2017-05-16Fix info header stats to iterator over layer instead of sceneDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-12Removed all direct uses of BKE_particle.h and DNA_particle_types.h from sourc...Lukas Tönne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2014-07-17Correct previous commit - space crept in patchCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-12-09Fix T37750: Incorrect stats for dupli-metaballsCampbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-12Add translation of stats/info string.Bastien Montagne
2013-02-12Added a missing space (between separator and face count in object mode)Joshua Leung
2012-12-31style cleanupCampbell Barton
2012-12-30Modify info stats for dynamic-topology sculpt modeNicholas Bishop
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin