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 (Collapse)Author
2011-06-21New 2.58 splash image. Thanks Rogério Perdiz!v2.58Ton Roosendaal
(Judge committee Sebastian_K && FrancoisGFX)
2011-06-21Upping the release number to 2.58Ton Roosendaal
2011-06-21Snapping/ProjectMartin Poirier
Disable editmesh as target if proportional edit is on (that was messed up incorrectly in revision 33233)
2011-06-211 pixel tweak to have outliner icons + selection circles alignTon Roosendaal
for default DPI. Problem now is that icons/text are scaling and drawing with pixel units, whilst other items draw subpixel. This makes not every dpi size result in perfect aligning yet.
2011-06-21Fix for [#26939] Hair Combing intersects emitter when combed fastJanne Karhu
* Hair combing now uses substeps to apply the combing when the mouse movement exceeds 0.2 of the brush radius. * This could make combing a bit slower on fast mouse movements, but the increase in combing quality is definitely worth it.
2011-06-21py api: make all classes __init__ functions in a readonly state, except for ↵Campbell Barton
operators. In bug [#27701], the panels __init__ function (which runs on every draw), was adding new rna properties.
2011-06-21allow rna to set vertex parent indices, blender checks for invalid values on ↵Campbell Barton
access. build blenderplayer by default on linux with scons.
2011-06-21correct FSF address, as pointed out by Dave PlaterCampbell Barton
2011-06-21fix for PLY import using directory only select, operators which define ↵Campbell Barton
'files' but not 'filename' or 'filepath' would use the directory selector. also made code less confusing.
2011-06-21fix [#27707] Script error for UVs->Copy Mirrored UV coordsCampbell Barton
2011-06-21fix for error in swizzle assignment leaving an unhandled exception.Campbell Barton
2011-06-21fix for build with cmake (patch by Joerg Mueller)Dalai Felinto
2011-06-21Set Player building to True by default.Nathan Letwory
2011-06-21Blender 2.58 release preparations:Thomas Dinges
* Update of Release Log Links to point to: http://www.blender.org/development/release-logs/blender-258/
2011-06-21Blender 2.58 release preparations:Thomas Dinges
* Updated readme file.
2011-06-20== CMake ==Andrea Weikert
* added same definition used for compiling openjpeg with SCons, was causing issues when linking
2011-06-20fix for crash drawing zero length motion path and a leak with zero length paths.Campbell Barton
2011-06-20Fix related to #27689: unwrap, pack island, minimize stretch now cancelBrecht Van Lommel
operator if there are no uv's selected.
2011-06-20Bugfix #27692Ton Roosendaal
Render + compositing error: When adding renderlayer nodes in a composite, without having own scene render, the renderlayer nodes were not tagged as changed, causing compositing to give previous result.
2011-06-20fix for incorrect bake api usage. but not a bug.Campbell Barton
2011-06-20since render branch isnt planned to be merged now, enable strict warning ↵Campbell Barton
flags for cmake and tag unused vars.
2011-06-20Fix [#26912] [Collada] Screw up with names/ids on importNathan Letwory
Reported by Valeriy Firsov Use the node name if it exists, fall back to id otherwise.
2011-06-20Fix [#26821] Import Collada: instance_node still incorrectly handledNathan Letwory
reported by David Roy patch submitted by Camillo Dell'mour
2011-06-20Apply Patch [#27454] Add simple Transparency texture import for COLLADANathan Letwory
submitted by Steffen Ohrendorf.
2011-06-20Remove redundant e usage. Energy is already multiplied into exported light. ↵Nathan Letwory
Fixes potential bug (e used uninitialised, reported by Campbell Barton on IRC).
2011-06-20fix for python ABI search, was missing 'd'Campbell Barton
2011-06-20Fix [#27474] Blender crashes on collada import if input_set is missingNathan Letwory
reported by Rebin Cornelius. This needs patch from upstream report http://code.google.com/p/opencollada/issues/list?thanks=164 applied to OpenCOLLADA. lib/windows/collada and lib/win64/collada have already been updated. Ensures we don't read past array boundaries.
2011-06-20Fix #27703: reflection texture coordinates + nodes not working right in GLSL.Brecht Van Lommel
2011-06-20fix [#27700] Add effect strip ignore channel argumentCampbell Barton
2011-06-20small fix, This enables correction of the tangent when normal mapping is in ↵Michael Fox
use and tangent lighting will be used
2011-06-20fix [#27664] startup.blend - manipulator user-prefsCampbell Barton
regarding issues in the report 1) fixed in previous commit. 2) intentional leaving as is. 3) left 'handle size' as is IMHO acceptably general, edited 'hotshop' tooltip/ 4) corrected default values.
2011-06-20changes to startup.blendCampbell Barton
- enable manipulator option, applies to new 3d views (not sure why it was disabled) - reported in [#27664] - remove rigify and netrender scene ID properties - set console scrollback to 256, was 128 which could sometimes cut off output of help() - enabled syntax highlighting and line number in the text editor for game logic and python screens
2011-06-20- add example for python rna property updateCampbell Barton
- edit the copyright for blender specific cmake find modules
2011-06-20small safety fix for recent commit to normal mapping (uninitialised variables)Michael Fox
2011-06-20By Morten S. Mikkelsen; this adds support for tangent bump shadingDaniel Salazar
left: legacy bump, righ: sparkybump http://pasteall.org/pic/show.php?id=13875 bugs [#26320], [#27506] there's still an issue with texture OSA as you can see
2011-06-19fix for python include in msvcCampbell Barton
2011-06-19cmake: add find jack moduleCampbell Barton
2011-06-19cmake: add find jemalloc moduleCampbell Barton
2011-06-19fix for building opencollada + msvcCampbell Barton
2011-06-19since cmake new auto-detects many features, print a summery of the ↵Campbell Barton
configuration on first run.
2011-06-19cmake: fix for recent break in msvc+collada, also dont cache duplicate ↵Campbell Barton
python include/library variables.
2011-06-19add back PYTHON_LIBPATH, needed for installing on pythonCampbell Barton
2011-06-19fix for building with msvcCampbell Barton
2011-06-19removing python includes for blenkernel since pynodes are commented.Campbell Barton
2011-06-19cmake add module for finding fftw3.Campbell Barton
also allow debug blender to build with non debug python
2011-06-19cmake: add libsamplerate find moduleCampbell Barton
2011-06-19cmake: added FindOpenJPEG module.Campbell Barton
2011-06-19cmake:Campbell Barton
new macro file_list_suffix() for adding a suffix to every file in a path before the file extension. useful to create names for debug libs on windows.
2011-06-19fixed possible use of uninitialized variable.Campbell Barton
2011-06-19SVN maintenance.Guillermo S. Romero