Blender Git Commits

Blender Git "master" branch commits.

Page: 4316 / 5574

June 21, 2010, 23:20 (GMT)
Added ability to add and remove text boxes back from Blender 2.4x. One on those small things missing.
Revision df6e5ae by gsr b3d
June 21, 2010, 22:16 (GMT)
SVN maintenance.
June 21, 2010, 22:05 (GMT)
sequence.swap(other) rna function.
June 21, 2010, 20:10 (GMT)
[#22262] Sculpting shape keys using the Smooth brush switches the shape to the Basis

PBVH used the same verts array as mesh data and shape key/reference key coords
were applying on the mesh data, so on some refreshing undeformed mesh was
displayed.
Added utility functions to get vert coords from key block, apply new vert coords
on keyblock and function to apply coords on bpvh, so now pbvh uses it's ovn
vertex array and no changes are making to the mesh data.

Additional change:
Store key block name in SculptUndoNode, so now shape wouldn't be copied to
wrong keyblock on undo
June 21, 2010, 17:37 (GMT)
sequencer swap data operator.
needed for durian so we can swap out preview AVI's for EXR sequences.
June 21, 2010, 07:51 (GMT)
Logic UI: Pin option for sensor and actuators (from 2.49)

- implemented the old functionality of pin a sensor or actuator when "show state" is on.
- fixed code for setting/resetting VISIBLE and LINKED flags for sensors and actuators
(so states buttons is working for actuators and sensors)
- move the flag setting code (^^^) to a pre-processing part of the logic ui code.
June 20, 2010, 20:33 (GMT)
netrender

Save and Restore master from disk.

When the "clear on exit" option is off, write a data file (blender_master.data) in the master's path on exit and reads it back on load.

Note: Jobs and Slaves lists are restored, but not balancer settings (problem with the pickle module).
June 20, 2010, 19:02 (GMT)
* Small fix for Color management RNA. 3D View didn't update on enabling/disabling Color Management. ND_SHADING > ND_SHADING_DRAW
Note: "ND_RENDER_OPTIONS" should trigger the update in the 3D View (as the 3D View listener listens to that) but that doesn't work for some reason.
June 19, 2010, 20:25 (GMT)
etch-a-ton bugfix

Add Convert operator and button (missing in 2.5)
Fix stroke selection (uneeded separate operator and missing redraw)
Map sketch operators to LEFTMOUSE and RIGHTMOUSE instead of SELECTMOUSE AND ACTIONMOUSE (more in line with other sketching operators, might work better with swapped mouse buttons)
June 19, 2010, 20:18 (GMT)
Unhide constraint axis and orientation operator properties.

They are not just internal param, tweaking them later is not unconceivable.
June 19, 2010, 12:11 (GMT)
minor edit to speed up api property name editing.
June 19, 2010, 12:06 (GMT)
rna info module now prints out property names into the console when run directly
June 19, 2010, 10:50 (GMT)
Merged revision 29562 from /branches/soc-2010-nexyon.
June 19, 2010, 10:47 (GMT)
* New users_logic property for Texts to find out which texts are used in a GE logic brick.
* Fixed a bug in KX_ObjectActuator where the fuzzy flags weren't updated when setting properties from within python.
* Moved do_versions_ipos_to_animato from blender.c to readfile.c, where it should be.
* Fixed a bug on file transitions with the GE when files have different FPS settings.
Revision da314f5 by Mike Erwin
June 19, 2010, 10:35 (GMT)
fixed tablet mouse spasm bug and refactored event handling
June 19, 2010, 10:32 (GMT)
Recreating my GSoC branch.
June 19, 2010, 10:31 (GMT)
Deleting my GSoC branch to recreate it.
Revision c92d0df by Nick Samarin
June 18, 2010, 23:48 (GMT)
Added:
- obstacle culling for correct simulation in 3d
- flag for steering actuator termination on reaching target
- path recalculation period
- advance by waypoints (for path following)

June 18, 2010, 22:53 (GMT)
Merged changes in the trunk up to revision 29550.
June 18, 2010, 20:19 (GMT)
Fix #22621 Alt-A toggles panel expand collapse
Patch by John Carpenter

The expand/collapse command don't filter the Alt
modifier and make problem with the animation
shortuct (atl+a).

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021