Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4164 / 5574

December 15, 2010, 19:21 (GMT)
Bugfix #25235

Image Editor: paint mode, use clone image, always showed.
Now it hides clone when paint is disabled.

December 15, 2010, 19:10 (GMT)
Bugfix #25243

Pressing Enter twice on enum-menus or pulldowns sent an 'OK execute'
with illegal values (no menu item active). Caused crashes too.

December 15, 2010, 18:09 (GMT)
Bugfix, own collection

Using RMB on menus to change hotkeys was broken.
- the input button was on a weird place outside menu, assign
would close pulldown, so you had to reopen to check
- ESC didn't close the button, but assigned ESC as hotkey.
This key is a protected key, and always should be escaping.
- Worst bug: if you used this on a 'user keymap' it removed
all entries from the map...

December 15, 2010, 17:36 (GMT)
ensure pasted graph keys are always selected.
Revision 6b2b56c by Janne Karhu
December 15, 2010, 17:05 (GMT)
Fix for [#25218] No smoke is emitted when particle system starts and ends on same frame
* Depsgraph wasn't updated properly for smoke flow collision object dependencies.
* Smoke also wasn't properly using the actual emission frame of the flow particles.
* There was a lot of bloated logic in some parts of particle code so this fix turned into a small scale cleanup operation.
** As a result particle updating and cache usage should be a bit more stable too.
December 15, 2010, 16:57 (GMT)
missing check for keyframe paste, was crashing when no keyframes to paste into.
December 15, 2010, 16:46 (GMT)
change the cursor bounds to only use the Area if the mouse is outside the region or the region is not a WINDOW type.
December 15, 2010, 16:15 (GMT)
Bugfix, irc report:

Stamp info was calling log10 on zero, when end-frame was zero.
Caused crash! Thanks Sergey for report.

December 15, 2010, 16:07 (GMT)
dont transform hidden handles in the graph editor.
December 15, 2010, 15:59 (GMT)
Minor annoyance with graph editor selection:

Selecting graph keys would toggle channel selection if shift was held.
this was annoying when selecting 2+ unselected keys to have the channel change color each click.
Now set the channel based on the selection state of the point, as long as points are being selected the channel will stay selected too.
December 15, 2010, 15:56 (GMT)
Bugfix #25231

File Window: text clipping was tiny bit too narrow. It was also
clipping text twice even ;)

December 15, 2010, 15:28 (GMT)
Bugfix 21333

"Continuous grab": the boundary is now set to Area (editor), making it work
for operators started in other regions (like toolbar, or in quad view case)

December 15, 2010, 13:08 (GMT)
Bugfix #22982

Displace modifier: mapping "Global" didn't set a dependency entry.
Fix provided by the reporter himself, thanks Jacob F!

December 15, 2010, 10:59 (GMT)
Randomize Transform op: Scale Even wasn't really working with objects
with an asymmetric starting scale. Handling of starting scale
values of 0 needs improvement, ie: default for delta transform
December 15, 2010, 10:22 (GMT)
BKE_assert(), only prints the error unless cmake define WITH_ASSERT_ABORT is enabled and it will call abort().

made this option advanced so people don't enable along with other features.
December 15, 2010, 08:21 (GMT)
Randomize Transform operator:

Added support for working on delta transformations instead of plain
transform. this should help the fact that you cant randomize animated
objects (still need to check into that)

Removed minimun scale since it was not well done, need a stronger
version of this
December 15, 2010, 07:15 (GMT)
fix for annoyance found when looking into bug [#25226].

Changing the edge crease median value often wouldn't result in the median value entered because of clamping from 0-1.
Now the median crease is applied by scaling the values up/down.

also add some simple checks to speed up updates,
- don't move verts or recalculate normals if only crease changes.
- don't apply crease changes if location is being edited.
December 15, 2010, 06:12 (GMT)
replace debug popup function with call to generic function WM_operator_props_dialog_popup().
December 15, 2010, 06:03 (GMT)
access bpy.app.debug_value, G.rt internally
December 15, 2010, 05:42 (GMT)
Centralized operator UI drawing into a new function uiLayoutOperatorButs(),
Operator drawing calls were duplicated in file selector panel, redo panels, redo & dialog popups.

note, uiDefAutoButsRNA's column's argument was misleading, renamed to label_align.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021