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
2013-10-12More fixes for PSD support in SCons scirpts...Irie Shinsuke
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix dual quaternion armature deform giving erratic results in some cases. BugBrecht Van Lommel
2013-10-12Fix crash running Blender in background mode, caused by revision 60633.Brecht Van Lommel
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-12scons: fix WITH_PSD compiling, still i think muddled naming is used here, tod...Jens Verwiebe
2013-10-11Fix [#37049] Default keybindings: Text editor auto-complete accepts Return, b...Irie Shinsuke
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11Fix [#37039] Resize lists by new grab handles puts file into unsaved state.Bastien Montagne
2013-10-11Fix #36905: backport of fix in soc-2013-paint. This commit ensures that durin...Antony Riakiotakis
2013-10-11code cleanup: boxpack, pack struct and use unsigned intsCampbell Barton
2013-10-11Fix #37036, pack and refresh button not aligned anymore. Also addAntony Riakiotakis
2013-10-11fix for select linked walking over the same faces multiple times. (caused gse...Campbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-11fix [#37030] Loop Cut and Slide doesn't clear header text if you click a blan...Campbell Barton
2013-10-11fix [#37032] Blener crashes when parent to new objectCampbell Barton
2013-10-11fix [#37031] bones are not selectable in weight paint mode anymoreCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel
2013-10-10Made node socket flags into enum.Lukas Toenne
2013-10-10Get rid of the draw_input/draw_output callbacks for nodes. These are pretty u...Lukas Toenne
2013-10-10Change to node output socket drawing: Instead of always drawing only the sock...Lukas Toenne
2013-10-10NodeSocket RNA property 'in_out' renamed as boolean 'is_output'. This is a mo...Lukas Toenne
2013-10-10Bake vertex colors should include vertex color alpha as well.Antony Riakiotakis
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-10Support for baking vertex colors to textures.Antony Riakiotakis
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-10-10style cleanupCampbell Barton
2013-10-10fix save-as-copy option changing the filepath for new files.Campbell Barton
2013-10-09fix [#37011] "Save Copy" option misfunctionDalai Felinto
2013-10-09Fix [#37012] The new export split normal does nor produce correct results.Bastien Montagne
2013-10-09Fix uber evil (-15 alignment points) own buffer overflowAntony Riakiotakis
2013-10-09Fix #36991, After rendering with Sampled Motion Blur, the moving objects plac...Lukas Toenne
2013-10-09minor code cleanup.Antony Riakiotakis
2013-10-09Paint cursor overlays: Delete the cursor texture overlay resources whenAntony Riakiotakis
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09Derivative map bakerSergey Sharybin
2013-10-09fix [#37007] Save to file - increment number doesn't update background color ...Campbell Barton
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-10-09style cleanupCampbell Barton
2013-10-09fix for building with OPENJPEG after PSD commitDalai Felinto
2013-10-09fix building when WITH_PSD is OFF, stub is not needed afterallDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton