Cannot change console scrollback value, stuck at 300 #46998

Closed
opened 2015-12-16 19:28:02 +01:00 by Michel Poisson · 15 comments

System Information
Windows 7 -64 GeForce GTX-660
Blender Version
Broken: 48f7dd6

I can't change the scrollback value of the console.
It keeps only 300 lines of history.

Exact steps for others to reproduce the error

  • User Preferences -> System
  • Console Scrollback = 1000

Run

for i in range(1000): print(i)

from a text block and the system console only displays the last 300

**System Information** Windows 7 -64 GeForce GTX-660 **Blender Version** Broken: 48f7dd6 I can't change the scrollback value of the console. It keeps only 300 lines of history. **Exact steps for others to reproduce the error** - User Preferences -> System - Console Scrollback = 1000 Run ``` for i in range(1000): print(i) ``` from a text block and the system console only displays the last 300
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @fakeid

Added subscriber: @fakeid
Author

I forgot to add that I did Save my prefs.

I forgot to add that I did Save my prefs.

Added subscribers: @MartijnBerger, @mont29

Added subscribers: @MartijnBerger, @mont29

That’s a windows issue I guess… Just start Blender from an already opened console?

Maybe @MartijnBerger knows if we can do something here (or if this is known limitation)?

That’s a windows issue I guess… Just start Blender from an already opened console? Maybe @MartijnBerger knows if we can do something here (or if this is known limitation)?
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Uhm something is wrong here. Seems like a UI glitch. I can change it to 1000 however I have to zoom out in the editor to allow me to see the lines

Uhm something is wrong here. Seems like a UI glitch. I can change it to 1000 however I have to zoom out in the editor to allow me to see the lines
Author

Just tried starting from the command prompt with -con, same problem.
I've tried resetting the scrollback value to the default, it shows 32 but the console is still stuck at 300 lines.

Just tried starting from the command prompt with -con, same problem. I've tried resetting the scrollback value to the default, it shows 32 but the console is still stuck at 300 lines.

Eeeeh, so you are talking about the py console, not the system one, sorry :|

Well, here I have 4096 and can use it with no problem, no need to zoom out or whatever. Can you please confirm it still happens with the latest build from our buildbot?

Eeeeh, so you are talking about the py console, not the system one, sorry :| Well, here I have 4096 and can use it with no problem, no need to zoom out or whatever. Can you please confirm it still happens with the latest build from [our buildbot](https://builder.blender.org/download)?
Author

Talking about the system console whereprint() outputs.
That's the console I would expect to be able to change the scrollback value.
Not the 'convenience' interactive console.

Talking about the system console where**print()** outputs. That's the console I would expect to be able to change the scrollback value. Not the 'convenience' interactive console.

Eh, OK, but that’s not Blender stuff, that’s windows stuff… The setting in UserPref is for the py console. So again, best workaround I can think off is starting Blender from a win console (which you have set up to display as much lines as you want). But not a Windows guy…

Eh, OK, but that’s not Blender stuff, that’s windows stuff… The setting in UserPref is for the py console. So again, best workaround I can think off is starting Blender from a win console (which you have set up to display as much lines as you want). But not a Windows guy…

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Campbell Barton self-assigned this 2015-12-17 17:26:25 +01:00

The issue here is changing the font size isn't updating the scroll area,
checked on this and looks like we need a listener so the properties update callback can trigger console_textview_update_rect.

The issue here is changing the font size isn't updating the scroll area, checked on this and looks like we need a listener so the properties update callback can trigger `console_textview_update_rect`.

This issue was referenced by 4644f08685

This issue was referenced by 4644f08685aac74e9173c704e74f4d6f8cbbf5e3

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#46998
No description provided.