Blender Git Commits

Blender Git "master" branch commits.

Page: 4573 / 5574

Revision ec91997 by Chris Want
September 17, 2009, 23:17 (GMT)
Support for building opencollada branch using CMake. Not sure how
to tell the system to make the location of libpcre and libexpat
a settable option though -- maybe somebody who is more of an
expert can look at this.
Revision 0c65f27 by Joseph Eagar
September 17, 2009, 23:05 (GMT)
part 1 of cleaning up my little array macro library to be a formal API. also removed some extraneous selection calls from loopcut.c.
Revision 08e2da5 by Janne Karhu
September 17, 2009, 22:00 (GMT)
Particles cleanup, optimizations and some small new stuff.

New stuff
- Bending springs for hair dynamics.

Code cleanup & optimization
- Disabled reactor particles temporarily for cleanup, it's a clumsy system that will be replaced with something better.
- Removed child seams, something better will come here too :)
- Normal particle drawing data is now saved between redraws if the particles don't move between redraws.
* For example rotating the 3d view is now realtime even with 1M particles.
- Many random values for particles now come from a lookup table making things much faster.
- Most accessed small point cache functions are now much faster as macros.
- Lot's of general code cleanup.
- Nothing big should have changed so if something doesn't work like it used to it's probably just a typo somewhere :)
September 17, 2009, 21:36 (GMT)
Keymaps now have a poll() function, rather than adding/removing
their handlers based on notifiers, which is simpler and more
reliable.

This fixes for example editmode or uv edit keymaps not working
when creating a new 3dview or image space.

September 17, 2009, 18:40 (GMT)
netrender:

Disable windows' blocking crash reports in child process. (windows only)
Get server port as well as ip address from master broadcast (broadcast is on a fixed port).
September 17, 2009, 17:44 (GMT)
Forgot to delete unused code.
September 17, 2009, 17:42 (GMT)
-Shuffled some user prefs around to make better use of the available space in Preferences.
-Temporarily disabled the Themes tab until we figure out how to manage themes properly.
September 17, 2009, 17:31 (GMT)
2.5: Adding a crop node caused crash, wrong layout deceleration was used.
September 17, 2009, 16:47 (GMT)
-Added Loop Cut to toolbar
-Adjusted some UV Editor panels slightly
-Made a few nodes clearer. The Crop node was especially confusing.
September 17, 2009, 16:17 (GMT)
backport Nicholas Bishop's 2.5 commit from r22581, stylus fails on ubuntu 9.10 without this.
September 17, 2009, 15:35 (GMT)
building scons blenderlite would fail when building the player
September 17, 2009, 15:06 (GMT)
Wrapped some more Nodes:
* Composite: Flip, Crop, Map UV, Lens Distortion.
September 17, 2009, 14:46 (GMT)
Warning fixes for blenkernel and editors.

Note sure what to do with this one, and personally think
we should avoid using macros for this kind of thing:

V_GROW(edges);
source/blender/editors/mesh/loopcut.c:232: warning: value computed is not used

September 17, 2009, 14:37 (GMT)
Fix #19371: vertex group dropdown crash, own fault in commit yesterday.

September 17, 2009, 14:35 (GMT)
UI: fix display of shape key list to show with no items,
list template should also accept None.

September 17, 2009, 12:56 (GMT)
* converted raytrace visibility test on meshlaplacian.c to new raytrace API
I need test scenes and test instructions to make sure this is ok, since i have no idea how to test this feature.
September 17, 2009, 11:17 (GMT)
Update MSVC project files.
Revision 68f4465 by Joshua Leung
September 17, 2009, 10:14 (GMT)
2.5 - Animation Utility Function

Added a utility function to check which transforms for an object or bone are animated, returning these as bitflags and/or optionally retrieving the relevant F-Curves too. Beware that this method may not be working correctly yet, but it shouldn't hurt anyone in the meantime :)

Also, split RNA-path building function up into a version which only creates the path up to the given struct, with the other parts being added later.
September 17, 2009, 00:14 (GMT)
rna function api was overwriting useful errors with keyword errors.
fix some missing checks in the python interface.
Revision 4a15b40 by Matt Ebb
September 16, 2009, 22:27 (GMT)
* fix compilation on osx
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021