Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-09Bugfix #25120 and #25119 and numerous future bugs!Ton Roosendaal
2010-12-08increase grease pencil user count when copying objects.Campbell Barton
2010-12-08Bug fix: normal (from particles) child particles didn't use the rough paramet...Janne Karhu
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08Fix for [#25079] Duplicating object with particles system on it make Blender ...Janne Karhu
2010-12-07Bugfix #25049: Compositing Nodes not KeyframableJoshua Leung
2010-12-07fix for own mistake, reported [#25076] Creating new empty crashes BlenderCampbell Barton
2010-12-07bugfix [#25073] Rendered image goes dim when saved from python batch scriptCampbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-06Sync fix with render branch. Solves crash with ob->bb not found.Ton Roosendaal
2010-12-06bugfix [#22663] object material slots not updated for library dataCampbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Fix for [#25036] boids particle from 2.49 opened in 2.5 is crash !?Janne Karhu
2010-12-04Maintenance, Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Bugfix #25026Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03compile fixes for mingw32.Campbell Barton
2010-12-03Fix #25017: Bezier Curve Deform Twisting after adding Shape KeysSergey Sharybin
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03Fix for [#24899] Sequence Transform strips don't apply animation properly to ...Janne Karhu
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-02IRC comment fix:Ton Roosendaal
2010-12-02Fix for [#25006] Particle system crash (missing check for negative index)Janne Karhu
2010-12-02Additional fix for #24958 Cloth pinning not workingJanne Karhu
2010-12-02fixed crash with rigid body constraints not having their child pointer read c...Campbell Barton
2010-12-01Fix for [#24958] Cloth pinning not workingJanne Karhu
2010-12-01workaround [#24958] Cloth pinning not workingCampbell Barton
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-12-01patch from JacobF on IRC, copy smoke settings. double checked none of these a...Campbell Barton
2010-12-01bugfix [#22638] Alpha channel not saved when using texture paintCampbell Barton
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-29Fix [#24964] HISTOGRAM: Inconsistency in spacesMatt Ebb
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28== Sequencer ==Peter Schlaile
2010-11-28Bugfix #24953Ton Roosendaal
2010-11-28minor changes to the python api.Campbell Barton
2010-11-27Bugfix #21385Ton Roosendaal
2010-11-26Fix #24914: 3D text glitch and crashSergey Sharybin
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-26Smoke domain resolutions were calculated wrong for non-cube domains in some c...Janne Karhu
2010-11-25Possible fix for the issue that came up in [#24890] Vector Blur node is BuggyJanne Karhu
2010-11-25Spline IK Bugfix:Joshua Leung