Blender Git Commits

Blender Git "master" branch commits.

Page: 3616 / 5574

May 17, 2012, 13:30 (GMT)
Fix blenderplayr compilation
May 17, 2012, 13:25 (GMT)
Fix for MSVC float conversion
May 17, 2012, 13:22 (GMT)
Fix [#31495] Modifiers in Text objects don't respect edit mode flag.

Need to also check for cu->editfont for text edit mode...

Also use modifier_isEnabled() to make general tests whether a modifier should be applied or skipped.
May 17, 2012, 13:15 (GMT)
MinGW64 and possibly gcc 4.7 doesn't like interface as identifier.
May 17, 2012, 13:10 (GMT)
code cleanup: quiet warnings from compositor merge (builds with -Werror now in cmake)
Revision a00cc81 by Joshua Leung
May 17, 2012, 12:59 (GMT)
readfile.c Style Cleanup: Whitespace, while -> for, etc.

(3rd time lucky!)
May 17, 2012, 12:49 (GMT)
____
`````|````` | | | ..''''
| | | |______ .''
| | | | ..'
| | |_______ |___________ ....''
merge to TRUNK!

* The old compositor is still available (Debug Menu: 200)

This commit was brought to you by:

Developers:
* Monique Dewanchand
* Jeroen Bakker
* Dalai Felinto
* Lukas Tönne

Review:
* Brecht van Lommel

Testers:
* Nate Wiebe
* Wolfgang Faehnle
* Carlo Andreacchio
* Daniel Salazar
* Artur Mag
* Christian Krupa
* Francesco Siddi
* Dan McGrath
* Bassam Kurdali

But mostly by the community:
Gold:

Joshua Faulkner
Michael Tiemann
Francesco Paglia
Blender Guru
Blender Developers Fund

Silver:

Pablo Vazquez
Joel Heethaar
Amrein Olivier
Ilias Karasavvidis
Thomas Kumlehn
Sebastian Koenig
Hannu Hoffrén
Benjamin Dansie
Fred M'ule
Michel Vilain
Bradley Cathey
Gianmichele Mariani
Gottfried Hofmann
Bjørnar Frøyse
Valentijn Bruning
Paul Holmes
Clemens Rudolph
Juris Graphix
David Strebel
Ronan Zeegers
François Tarlier
Felipe Andres Esquivel Reed
Olaf Beckman
Jesus Alberto Olmos Linares
Kajimba
Maria Figueiredo
Alexandr Galperin
Francesco Siddi
Julio Iglesias Lopez
Kjartan Tysdal
Thomas Torfs
Film Works
Teruyuki Nakamura
Roger Luethi
Benoit Bolsee
Stefan Abrahamsen
Andreas Mattijat
Xavier Bouchoux
Blender 3D Graphics and Animation
Henk Vostermans
Daniel Blanco Delgado
BlenderDay/2011
Bradley Cathey
Matthieu Dupont de Dinechin
Gianmichele Mariani
Jérôme Scaillet

Bronze (Ivo Grigull, Dylan Urquidi, Philippe Derungs, Phil Beauchamp, Bruce Parrott, Mathieu Quiblier, Daniel Martinez, Leandro Inocencio, Lluc Romaní Brasó,
Jonathan Williamson, Michael Ehlen, Karlis Stigis, Dreamsteep, Martin Lindelöf, Filippo Saracino, Douwe van der Veen, Olli �?kräs, Bruno D'Arcangeli,
Francisco Sedrez Warmling, Watchmike.ca, peter lener, Matteo Novellino, Martin Kirsch, Austars Schnore, KC Elliott, Massimiliano Puliero, Karl Stein,
Wood Design Studios, Omer Khan, Jyrki Kanto, Micha�? Krupa, Lars Brubaker, Neil Richmond, Adam Kalisz, Robert Garlington, Ian Wilson, Carlo Andreacchio,
Jeremias Boos, Robert Holcomb, Gabriel Zöller, Robert Cude, Natibel de Leon, Nathan Turnage, Nicolas Vergnes, Philipp Kleinhenz, Norman Hartig, Louis Kreusel,
Christopher Taylor, Giovanni Remondini, Daniel Rentzsch, Nico Partipilo, Thomas Ventresco, Johannes Schwarz, �лек�анд�? �?о�?о�?еев, Brendon Harvey,
Marcelo G. Malheiros, Marius Giurgi, Richard Burns, Perttu Iso-Metsälä, Steve Bazin, Radoslav Borisov, Yoshiyuki Shida, Julien Guigner, Andrew Hunter,
Philipp Oeser, Daniel Thul, Thobias Johansson, Mauro Bonecchi, Georg Piorczynski, Sebastian Michailidis, L M Weedy, Gen X, Stefan Hinze, Nicolò Zubbini,
Erik Pusch, Rob Scott, Florian Koch, Charles Razack, Adrian Baker, Oliver Villar Diz, David Revoy, Julio Iglesias Lopez, Coen Spoor, Carlos Folch,
Joseph Christie, Victor Hernández García, David Mcsween, James Finnerty, Cory Kruckenberg, Giacomo Graziosi, Olivier Saraja, Lars Brubaker, Eric Hudson,
Johannes Schwarz, David Elguea, Marcus Schulderinsky, Karel De Bruijn, Lucas van Wijngaarden, Stefano Ciarrocchi, Mehmet Eribol, Thomas Berglund, Zuofei Song,
Dylan Urquidi )
May 17, 2012, 12:36 (GMT)
removed:
OBJECT_OT_vertex_group_copy_to_selected_single()
plan for future to implement option as an argument in:
OBJECT_OT_vertex_group_copy_to_selected()
May 17, 2012, 12:15 (GMT)
Some changes to structure as a response to review.
(I still havent adressed all issues.)
May 17, 2012, 12:08 (GMT)
use vertex arrays for drawing mask splines
May 17, 2012, 10:42 (GMT)
Fix select_similar_type_itemf() enum-item-generator func to return the whole prop_similar_types when context is NULL (needed at least by i18n tools!).
May 17, 2012, 10:31 (GMT)
remove doubleups of newlines in readfile error prints
Revision f904386 by Joshua Leung
May 17, 2012, 10:28 (GMT)
Disable setting non-object actions as the action used by the Action Constraint

(... I could've sworn there used to be some dynamic enums for filtering actions
by root type)
Revision c7c9375 by Joshua Leung
May 17, 2012, 10:10 (GMT)
KeyingSets UI stuff - Replaced names used in RNA enum instead of redefining
manually in UI files
May 17, 2012, 10:07 (GMT)
minor improvement - entering "//somepath" in the file selector didnt expand from the current blend files path.
also quiet warning.
May 17, 2012, 09:47 (GMT)
cleanup: Style = adding spaces around operators.
May 17, 2012, 09:34 (GMT)
svn merge ^/trunk/blender -r46699:46714
May 17, 2012, 09:17 (GMT)
added readonly rna ID attribute ID.is_library_indirect, so python can tell if a link is direct or not.
May 17, 2012, 08:42 (GMT)
Fix own mistake: Open Collada libs are different for MinGW/MinGW64
May 17, 2012, 08:10 (GMT)
Fucntions adjusted to support options.
(still lacking feature for selected and option for all)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021