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
path: root/source
AgeCommit message (Expand)Author
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-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-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-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-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
2012-06-28bge.logic.keyboard.getClipboard() and .setClipboard methodsDalai Felinto
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-27missed tiff using 150 dpi as default in previous commit, use a define now.Campbell Barton
2012-06-27Avoid adding overlapping triangles in convex hullNicholas Bishop
2012-06-27style cleanupCampbell Barton
2012-06-27change default DPI for images to 72, aparently 150 gives issues with adobe a...Campbell Barton
2012-06-27style cleanup: header comments, use more doxy compat formattingCampbell Barton
2012-06-27Fix for #31581, UVs shrink on edge slide.Antony Riakiotakis
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
2012-06-27add access to dissolve_limit from python.Campbell Barton