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
2012-07-01python template for doing mouse ray casts to pick objects in the 3d viewport.Campbell Barton
2012-07-01new function: bpy.extras.view3d_utils.region_2d_to_origin_3d()Campbell Barton
2012-07-01style cleanup: remove '.' from docstring endings and use quotes for descripti...Campbell Barton
2012-07-01A little bit of cleanup for the new DXT code:Mitchell Stokes
2012-07-01style cleanup: commentsCampbell Barton
2012-07-01Scons:Thomas Dinges
2012-07-01fix for own error renaming bmesh operator dupeCampbell Barton
2012-06-30Cycles / Boost:Thomas Dinges
2012-06-30Cycles / Boost:Thomas Dinges
2012-06-30code cleanup: some vars were assigned when not neededCampbell Barton
2012-06-30fix for some build warnings.Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-30disable opencl when compo is disabled.Campbell Barton
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-30add support for passing lists of verts/edges/faces to bmesh operatorsCampbell Barton
2012-06-30all bmesh operators can now be accessed from bmesh.ops.* using a generic wrap...Campbell Barton
2012-06-30GPU_upload_dxt_texture failed to compile if WITH_DDS was not definedJason Wilkins
2012-06-30code cleanup: rename some members of bmesh operators, 'slots' is a C++ keywor...Campbell Barton
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-06-30mark modifier operators that only work in the UI as internal, otherwise this ...Campbell Barton
2012-06-30don't close operator dialogs when the mouse moves outside of them. this is ve...Campbell Barton
2012-06-30game engine & viewport, dont show collision bounds for convex hull or triangl...Campbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-29Added command line option "--debug-jobs"Sergey Sharybin
2012-06-29Fix [#31939] Loop cutting a self intersecting face loopBastien Montagne
2012-06-29Fixing a bug found while checking "[#31937] UV/Image Editor: Copy Mirrored UV...Bastien Montagne
2012-06-29Related to [#31936] Mesh saved in 2.63 with legacy format have holes instead ...Bastien Montagne
2012-06-29Fix #31953: Forcefield Texture using image file, gradient mode not workingMiika Hamalainen
2012-06-29Fix #31948: dynamic paint substeps do not work for objects parented to armaturesMiika Hamalainen
2012-06-29Fix compile errorAntony Riakiotakis
2012-06-29fix for crash scaling an imageCampbell Barton
2012-06-29Fix #31951 Subdivide with multires splits uvs.Antony Riakiotakis
2012-06-29code cleanup: bge builds with clang without warnings / errors.Campbell Barton
2012-06-29fix for bug where user scripts path set by an environment variable would writ...Campbell Barton
2012-06-28print warning if a script in the addons dir has no bl_info.Campbell Barton
2012-06-28Add missing brush types to sculpt_tool_name()Nicholas Bishop
2012-06-28fix for crash in python getting the image size for a sequence.Campbell Barton
2012-06-28revert part of 48340, it causes uvs across islands to stitch in a different w...Antony Riakiotakis
2012-06-28recent fix for #31581 could crash when doing edge slide on a mesh with no UV's.Campbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28Fix for image node: The button draw function was using the image user pointer...Lukas Toenne
2012-06-28Fix for [#23375] "texture2D in custom 2D filters can get texture outside of g...Mitchell Stokes
2012-06-28Fix #31835: OBJ Importer corrupts a model (crash in edit mode)Sergey Sharybin
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-28document calling operators with undo enabled.Campbell Barton
2012-06-28Fix #31929: VSE crash with relative paths and rebuilding proxiesSergey Sharybin
2012-06-28code cleanup: when heat weighting dont loop through all polys when its not ne...Campbell Barton
2012-06-28fix [#31940] crash with automatic weightsCampbell Barton
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes