User Details
- User Since
- Jul 18 2011, 4:36 PM (502 w, 1 d)
Aug 14 2018
It still crashes with TdrDelay of 8 after reboot.
I just noticed that notifications pop up a bit before the process terminates, saying that access had been blocked to the graphics hardware for blender.exe:
Aug 13 2018
Jul 13 2018
May 30 2018
May 17 2018
Use active bone of active object for all objects.
See my previous comment https://developer.blender.org/D3330#78857
@Fulk33 You lost me. Now the operator does nothing if action/type is one of the following:
- SRT_VIEW_ZAXIS
- SRT_VIEW_XAXIS
- SRT_CURSOR_DISTANCE
- SRT_MATERIAL
- SRT_RANDOMIZE
- SRT_REVERSE
According to Google Translate, it is about changing/converting units to millimeter (but?) Blender uses centimeters.
@Dalai Felinto (dfelinto) I don't understand why SRT_SELECTED would be an exception.
There is at least one selectmode, and if there is nothing selected for any of the active modes, does sort_bmelem_flag() actually change something under certain circumstances?
May 16 2018
Same problem here, Windows 10 Pro 64bit, build 1709 (not fully up to date, Windows Update broken for unknown reasons) and an Nvidia Geforce GTX 970 with latest drivers.
Submitted a patch for MESH_OT_sort_elements: https://developer.blender.org/D3379
May 15 2018
Mar 7 2018
Has anyone thought of allowing users to color-code (groups of) objects?
@carlos (c17vfx) It's also pretty common to place (at least the) visibility toggles to the left of the entries, generally speaking (like checkboxes).
That applies to RTL languages only obviously. In an LTR layout, I would expect them to be on the right side instead.
Mar 8 2016
I would interpret the lack of a good visual solution as a general design issue.
Why do we need a fake user toggle in the first place? To stop content from being removed if it's not referenced by anything?
Sep 9 2015
People complain about truncated bpy access paths in tooltips - like bpy.data.screen...use_manipulators, is that what you mean Jonathan? If no, please add it as a to-do. It should wrap if necessary, preferably at periods, but shouldn't matter much.
Sep 1 2015
Error occurs at least on Windows 8, 64bit in every version since the introduction of sort(), which was 2.64 (had to adapt the test script, because update_edit_mesh() didn't exist back then). I tried 32 and 64 bit releases.
All it prints to console is "Error: EXCEPTION_ACCESS_VIOLATION".
Aug 29 2015
Aug 28 2015
Aug 13 2015
Don't get me wrong, your patch is great! It's just that I've seen ready patches lurking around for months or even a year. So the emphasis was on "soon"!
Fingers crossed for this to land soon!
Aug 12 2015
I would argue that deleting files does not need to be at your fingertips (literally), users should be able to figure out another shortcut (delete key, backspace too if you will).
Great, thanks! Wasn't immediately apparent that the description attribute is used for the abbreviated names.
IIRC, it casts a lot of rays to determine intersections, with the ability to select intersecting faces. I wonder if it could utilize BVHTree to increase performance (overlap?)
Can Python scripts access the abbreviated key name too? (PAGE_DOWN > PgDown)
What about the 3D print toolbox addon? Shouldn't it utilize this new feature?
Sounds sweat, thanks Severin!
I wished one could also use letter keys for quicksearch in file names. But that require to remove all existing key bindings like X to delete files (not the worst step to take however).
What's the status of the patch?
The parameter could also be called propagate_values IMO.
Also interesting would be auto-increment as default value, so assign unique numbers (IDs) to vertices and disable value propagation...
Jul 9 2015
Why not register_module? Where else should register_class be preferred?
Jun 23 2015
If split normals are not available (yet), that's fine. Should be made clear in the description of the bmesh function however. Vertex normals work correctly as far as I can tell.
Jun 22 2015
May 12 2015
Better silly than sorry ;-)
Feb 26 2015
Checked the curve code and must say, I'm not very eager to implement it. Curve code is really alien to me.
Jan 29 2015
Jan 12 2015
@Joshua Leung (aligorith): are you planning on rolling custom tessellation code to allow PacMan? There are two algorithms used elsewhere, scanlines and ear-clipping (ideasman probably knows best)
Dec 15 2014
The GridCell is only used to give the 3 properties it has names, but in fact, a plain list could be used if you used numeric indices instead.
Dec 11 2014
Nov 11 2014
Nov 10 2014
quite early for spring cleanup
Oct 23 2014
coll_item is indeed passed to the callback. I wonder if a reference to pfloat should be passed instead however, because that is the property the callback is registered for.
Oct 15 2014
Oct 14 2014
Aug 31 2014
I wonder if FPS walk mode + on-screen instructions and navigation controls would be better. A single small indicator in the right upper corner of the 3d view could start it. Editing and all keyboard shortcuts other than for navigation should be disabled while that operator is running (maybe add *File > Open (View only)* option?)
Jun 28 2014
Jun 27 2014
So it's the ray_cast() method and I believe it is caused by object being in edit mode - there's no data for raycasting in that mode.
Jun 26 2014
Is this the error you are getting?
No error in 2.71 RC2 on Windows 7, was probably solved by Python 3.4 upgrade.
Re-opened, because macro operator arguments can't be accessed.
Jun 24 2014
Jun 23 2014
Jun 17 2014
"when next used" means when it's displayed in the sequencer preview? Or is there anything like the refresh_all operator that can trigger the update?
Jun 3 2014
Re-opened, because it's not only a problem if called from another operator, but rather any call to it (Python console / Text editor) does nothing, and Redo support is broken as well.
Jun 2 2014
May 26 2014
May 14 2014
May 13 2014
May 9 2014
May 6 2014
The solution is to set an amplitude and a period, doh!
May 3 2014
May 2 2014
May 1 2014
I quickly went over all official addons, and none seems to check the return value (boolean) of keyframe_insert(). Thus, I don't expect any problems on the python-side by this change.
Apr 30 2014
Apr 29 2014
The scene stats should be moved to another location to be honest, or there could just be a button in the info bar to open a popup. In many UI proposals, they are shown as text overlay in the 3D View (either of the corners), that's definately another good place, although some othe editors may need to overlay it as well (e.g. UV editor I guess?).
Apr 28 2014
Apr 27 2014
Makes sense, as the input mode is shown, it's absolutely correct!
Apr 26 2014
I'm not familiar with the easing itself, but the Bounce and Back icons feel odd - I expect them to be mirrored (left and right flipped for Bounce, top and bottom for Back).