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
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-11-02Cycles: RenderEngine api code tweaks, also ensuring it's backwards compatible.Brecht Van Lommel
2011-11-02World MistThomas Dinges
2011-11-02RenderEngine: steps towards implementation of this proposal:Brecht Van Lommel
2011-11-02World Stars:Thomas Dinges
2011-11-02RenderEngine: add .is_animation and .is_preview properties to detect if it'sBrecht Van Lommel
2011-11-02Related to #29092: make the working of the Mist Intensity option more clear inBrecht Van Lommel
2011-11-02new math function: Quaternion.to_axis_angle().Campbell Barton
2011-11-02minor cleanup for weightpaint fillCampbell Barton
2011-11-02Function convertViewVec() contained some piece of code duplicated fourNicholas Bishop
2011-11-02fix [#29120] project painting errorCampbell Barton
2011-11-02quiet some warnings.Campbell Barton
2011-11-02Bugfix for [#29055] node editor / texture node / scale nodeThomas Dinges
2011-11-02Space types:Thomas Dinges
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-11-01Fix #29124: Modifying mesh with mirror and solidify modifiers crashes blenderSergey Sharybin
2011-11-01Reverting r41409 (broken fix for #29089)Andrew Wiggin
2011-11-01Fix #29109: bpy.ops.render.render() with scene parameter missed compositing,Brecht Van Lommel
2011-11-01Fix #29101: 2D Tilt on Bezier Curve Bug?Brecht Van Lommel
2011-11-01correct header, for some reason gcc doesnt warn about thisCampbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-11-01use math functions for mesh subdivide smooth (easier to follow for bmesh, no ...Campbell Barton
2011-11-01name qtcreator projects based on branch names (if svn is found and its a bran...Campbell Barton
2011-11-01hopefully fix problem with cmake on osx (older gcc version)Campbell Barton
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-31Fix crash in texture nodes, when no derivatives available, other nodes alreadyBrecht Van Lommel
2011-10-31Fix: selecting with z-buffer hiding did not work when graphics card settingsBrecht Van Lommel
2011-10-31OSX: make ZOOM-gesture on trackpads half the speed, added comment for experim...Jens Verwiebe
2011-10-31Correction to own commit r41169Campbell Barton
2011-10-31fix [#29089] Faces created for "rims" by solidify modifier have incorrect vis...Campbell Barton
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-31Sculpt UI:Thomas Dinges
2011-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-31Another Bconf Feature Request. :) Thomas Dinges
2011-10-31Blender Conference Feature Request by Jonathan:Thomas Dinges
2011-10-31WIN32, fix a crash when blender is executed in background mode, patch by kjym3Jens Verwiebe
2011-10-30Change default values for mix node.Sergey Sharybin
2011-10-30Cycles: progress printing in background mode, print finished at the end andBrecht Van Lommel
2011-10-30make_uv_vert_map() was looping over the texture face for not reason.Campbell Barton
2011-10-30correct flags for older GCC's which dont suppport -Wno-deprecated-declarations,Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-29Fix RelWithDebInfo build.Andrew Wiggin
2011-10-29Cycles: seed value to get different noise values from renders, there was a patchBrecht Van Lommel
2011-10-29Cycles: fix blenderplayer build error.Brecht Van Lommel
2011-10-29bug from revision 2!, error noticed kjym3 on IRC, buffer overrun on lbarray, ...Campbell Barton
2011-10-29replace BLI_strtok_r from r41337 with lighter method that doesnt alloc for te...Campbell Barton