Blender Git Commits

Blender Git "master" branch commits.

Page: 4582 / 5574

Revision f81606b by Joseph Eagar
September 10, 2009, 11:50 (GMT)
fixed some memory leaks, and made fkey only do one thing at a time.
Revision 3ba1ac1 by Joseph Eagar
September 10, 2009, 11:23 (GMT)
coded implemented for create faces from edgenet. note this is automatically executed from fkey now where appropriate, without popping up an annoying menu. also forgot to commit some ui scripts related to the pinning commit.
September 10, 2009, 11:04 (GMT)
2.5: UV Edit

* Make mirror operator and menus work.
* Added TFM_OT_mirror transform operator specific for mirror.
* Assign image from image space when unwrapping in 3d view.

September 10, 2009, 10:35 (GMT)
Smoke:
* Bugfix for loading saved files
Revision 4652d66 by Joseph Eagar
September 10, 2009, 06:08 (GMT)
editmode undo stores data as mesh dna now, instead of bmesh copies. also fixed a bug related to vpaint and hide flags.
September 10, 2009, 04:12 (GMT)
Added Levels Node (histogram, with mean/std deviation outputs)
Added RGB space distance matte Node
Added HSV color matte Node

Fixed Image difference matte Node to use image differences instead of RGB space distance
Fixed luminance node for low end values being read wrong
Fixed CMP_util copy/swap functions not accounting for all channels
Fixed UI for difference matte Node

Added RNA for new nodes
Revision 4c072f8 by Joseph Eagar
September 10, 2009, 03:59 (GMT)
commit of transform pinning patch by Fabian Fricke (frigi). wip hotkey is enter/alt-enter to pin/unpin verts. pinned verts aren't affected by transform, e.g. grab, rotate, etc. this could probably work nicer for proportional editing, but that can be done later. also the UI for this probably needs reviewing and feedback. still, very nice patch by Fabian, something I for one will probably find very useful :)
September 10, 2009, 03:00 (GMT)
committing patch #19252-Soft/Linear Light blend modes+Darken mode bug fix
September 10, 2009, 02:57 (GMT)
Curve cleanup

Renamed BevPoint's members
* x,y,z -> vec[3]; compatible with other functions.
* f1 -> split_tag; used by displist to set the splitting flag.
* f2 -> dupe_tag; used in curve.c to remove duplicates.

BevList
* flag -> dupe_nr; was being used as a counter for duplicate points.

* use arithb.c functions where possible.

* arrays for coords, tilt and radius were being allocated, then copied into the BevPoint's, now write directly into the values without allocing/freeing arrays.

September 10, 2009, 01:55 (GMT)
Inno installer script to build windows installer. First draft-still needs some work. Creates a baseline functional installer from a build. Requires Inno and Inno ISTool
Revision b0a1904 by Joseph Eagar
September 10, 2009, 01:46 (GMT)
another optimization pass. biggest change is MDeformGroup->dw is now allocated via a somewhat simplistic, if effective allocator. This needs a little bit more work; I'd really prefer building this into guardedalloc, but the method requires mempools, which currently live in blenlib. and I'm not sure if we can have guardedalloc linking with blenlib? anyway, current allocator code is more of a temporary fix until I figure that out.
September 10, 2009, 01:14 (GMT)
2.5 Node RNA:

* Added Property ranges for Nodes.
Revision abe4856 by gsr b3d
September 10, 2009, 00:32 (GMT)
Remove smoke from COMLIB, already in PULIB.
September 9, 2009, 23:52 (GMT)
Smoke:
* Bugfix for non-working high res display
* Bugfix for smoke disappearing on 2nd frame
September 9, 2009, 23:11 (GMT)
- off by 1 error with console command line memory re-allocation.
- documenting vgroups crashed.
September 9, 2009, 20:56 (GMT)
support for external images, blacklisting slaves on errors and proper job termination on cancel
September 9, 2009, 19:59 (GMT)
RNA: fix for last commit, 0 size arrays are not very useful..

September 9, 2009, 19:52 (GMT)
* Small code cleanup.
September 9, 2009, 19:43 (GMT)
2.5: small text tweak for empty object buttons.

September 9, 2009, 19:43 (GMT)
Keyboard shortcuts

Made Mac-specific keys only appear on the Mac. This has the added benefit that it shows the Mac key shortcuts in menus.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021