Blender Git Commits

Blender Git "master" branch commits.

Page: 3734 / 5574

Revision 670bde2 by Janne Karhu
February 12, 2012, 00:32 (GMT)
Fix [#29530] Changing to particle mode could crash in some cases
* If a baked particle didn't have any cached keys creating an edit path for it crashed.
Revision a745874 by Janne Karhu
February 12, 2012, 00:25 (GMT)
Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent with actual children hair particles
* Hair particle rotations weren't calculated properly for particle locations along a path and the "particle on path" calculations were not correct in many other ways too.
* Now the particle's location along a path is interpolated directly from the cached paths if it exist. These paths are always correctly calculated.
* Paths are now cached if a particle instance modifier using the particle system with the path option exists.
February 12, 2012, 00:09 (GMT)
Merged changes in the trunk up to revision 44039.
February 11, 2012, 21:39 (GMT)
solidify modifier fix for material offset.
February 11, 2012, 19:43 (GMT)
minor include cleanup, add GPL header (copied from BKE_animsys.h
February 11, 2012, 16:08 (GMT)
Fix [#30136] Adding Sequence Plugin fails.

Problem was in how file selector is called by the effect_strip_add operator invoke. WM_operator_filesel() is not suited, as it directly calls exec if filepath is already set, and sequencer_generic_invoke_xy__internal() will set that path unless otherwise told. So using rather the same way to do as the one used by the other "strip_add" operators...
February 11, 2012, 15:49 (GMT)
typo fix when a preset fails to run. (fail at failing)
February 11, 2012, 14:50 (GMT)
Fix [#30122] "Tweak" mouse event values were not loaded from keymap files.

The problem was, those values were not included in the event type agnostic event_value_items list, hence RNA keymap item creation just ignored them.
February 11, 2012, 14:27 (GMT)
use ValueError when vector/matrix multiplications sizes are not supported, was using TypeError for mat*vec and ValueError for vec*mat.
February 11, 2012, 13:19 (GMT)
fix for crash adding movie strips that were not a supported format.
February 11, 2012, 12:23 (GMT)
dont add the name field to theme presets for now.
February 11, 2012, 12:16 (GMT)
resetting the theme wasnt changign the panel header.
February 11, 2012, 10:56 (GMT)
correct bad level include.
February 11, 2012, 10:50 (GMT)
another include cleanup
February 11, 2012, 10:15 (GMT)
mode bmesh include cleanup, remove unused file too.
February 11, 2012, 08:46 (GMT)
include cleanup
February 11, 2012, 04:16 (GMT)
GPL Header Cleanup
February 11, 2012, 04:10 (GMT)
svn merge ^/trunk/blender -r43995:44024
February 11, 2012, 04:05 (GMT)
update gpl header in cmake files
February 11, 2012, 04:00 (GMT)
Style Cleanup:

also remove editmesh/bmesh conversion files, these wont ever be used and dont contain anything useful as examples.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021