Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3602 / 5574

May 27, 2012, 14:17 (GMT)
Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind profiler.
May 27, 2012, 14:17 (GMT)
GUI added, but crashes becasuse: ob_act / ob_src ->DerivedDeform == 0x0
May 27, 2012, 13:44 (GMT)
Patch #31563: Additional include directory for FFMPEG

Fedora 16 is still using /usr/include/ffmpeg, not /usr/include to store FFmpeg's
headers. Added it to search paths.

Also remove FFmpeg include directory listed in FFMPEG_INCLUDE_DIRS twice

Patch by Arno Mayrhofer (aka azrael3000), thanks!
May 27, 2012, 13:33 (GMT)
Fix #26876: Soft Body ignores Goal on Lattice

Patch by Arno Mayrhofer (aka azrael3000) with only slight code style modifications, thanks!
May 27, 2012, 13:22 (GMT)
code cleanup: remove mode comments, these were applied very un-evenly across a few files.
Revision bc4f98b by Dan Eicher
May 27, 2012, 13:17 (GMT)
rna_def_composite_nodetree_api() getting passed the wrong prop
May 27, 2012, 12:59 (GMT)
up-down arrow keys now jump between mask keyframes (when in the mask view).
May 27, 2012, 12:23 (GMT)
svn merge ^/trunk/blender -r47067:47070
May 27, 2012, 12:21 (GMT)
code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function.
... without this some editors dont parse the source so well.
May 27, 2012, 11:22 (GMT)
when SCREEN_OT_keyframe_jump fails dont send notifiers or call sound_seek_scene
May 27, 2012, 11:12 (GMT)
svn merge ^/trunk/blender -r47058:47067
May 27, 2012, 11:10 (GMT)
code cleanup:
style and remove BM_face_find_longest/shortest_edge functions,
... instead use BM_face_find_longest/shortest_loop()->e
May 27, 2012, 11:08 (GMT)
style cleanup: nodes, also rename chunksize -> chunk_size
May 27, 2012, 10:35 (GMT)
tweaks to frame drawing from sebastian-k
May 27, 2012, 10:08 (GMT)
Fix #31606: pg up/down does not work for changing falloff for proportional editing

Initially issue was caused by non-proportional edge slide patch in rev46927 which
had several wrong things:

- It introduced new events TFM_WHEEL_DOWN_EVT/TFM_WHEEL_UP_EVT which were defined
as per-bit OR between edge slide and proportional editing modal events, but
the issue is that modal events are not bit masks and that meant that new events
were defined as 20|24 and 21|25 which is a bit strange.
- Another this was caused by the fact, that keymap wasn't creating for some specific
transform modal keymap item -- it used to be tried to create single shortcut for
two different modal events, which isn't supported by keymaps and resulted by
artifacts in keymap editor interface (nodal event type was empty for wheel movements).
That was caused by different events used by modal keymap and defining shortcuts.
- Actual issue which prevented PgUP/PGDOWN to work was mixing using that new events
for wheel scrolling in switch statements which doesn't do bitmask check.

Solved by separating keymaps used for proportional editing and edge slide -- now
it's mouse Wheel for proportional editing and Alt-Wheel for edge slide. If someone
would want to have single shortcut for this two events it'll imply one of the follofing
things:

- Support poll function for shortcuts, so keymap would definitely know which
modal event to send to operator.
- Generalize TFM_MODAL_PROPSIZE_{UP, DOWN} and TFM_MODAL_EDGESLIDE_{UP, DOWN} so
they can share the same shortcut with current design of keymaps.
May 27, 2012, 10:03 (GMT)
cmake edits
- only show mingw option when building with mingw
- always run cmake configure with convenience build targets so failed configurations stop re-configuring.
- disable WITH_GHOST_XDND in 'make lite'
May 27, 2012, 00:36 (GMT)
style cleanup
May 26, 2012, 23:18 (GMT)
draw the mask keyframes in the clip view
Revision 8223621 by Gaia Clary
May 26, 2012, 22:46 (GMT)
[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' Option
May 26, 2012, 22:31 (GMT)
svn merge ^/trunk/blender -r47047:47058
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021