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
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-19Add comments for outliner's treestore and treehash (no functional changes)Sv. Lockal
2013-08-18add assert for hashes if an existing element is ever inserted into a ghash/ed...Campbell Barton
2013-08-17Fix [36486] Outliner doesn't allow to expand Hierarchies of armature if it's ...Sv. Lockal
2013-08-14quiet compiler warnings.Campbell Barton
2013-08-13Fix crash happening when clearing parent in outliner modes which doesn't supp...Sergey Sharybin
2013-08-12Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions ...Sv. Lockal
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-03Fix #36288, Renderlayer toggles behave unexpected in Outliner. The outliner w...Lukas Toenne
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02code cleanup:Campbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-04fix [#35998] Crash when trying rename Driver in OutlinerCampbell Barton
2013-06-29re-arrange '--help' output into more useful sections (added debug, python).Campbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-13change to drag-lock behavior, only use with outliner (this way layers can be ...Campbell Barton
2013-05-10Fix #35284: outline name edit textbox did not show properly in some cases. AlsoBrecht Van Lommel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-28warning cleanup: assignment to unused vars, r56359 changes how brush falloff ...Campbell Barton
2013-04-28Bug fix #35124Ton Roosendaal
2013-04-07Whoops, revert r55854 and use r48292 as isDan Eicher
2013-04-07Clicking on an outliner object in an unselected scene switches to the scene b...Dan Eicher
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Cleanup outliner_dropzone codeDan Eicher
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Outliner: recursive select/deselect visibility and selectable unconditionallyGaia Clary
2013-03-13Outliner fix: selecting a bone did not unselect other bones when they are loc...Gaia Clary
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Fix for strict compiler's flagsSergey Sharybin
2013-03-12Ouliner: Added recursive setting of (visibility/selectability) for bones (Edi...Gaia Clary
2013-03-11Fix for [#34598] Modifier-Icon in Outliner does not appearThomas Dinges
2013-03-11code cleanup:Campbell Barton
2013-03-11Ouliner: Added recursive select of (visible) bones (Edit- and Object-mode)Gaia Clary
2013-03-11Fix more UI i18n issues (reported by Leon Cheung).Bastien Montagne
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne