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-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
2013-10-08remove redundant NULL checksCampbell Barton
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-10-08* Code cleanup, comments in readfile.c. Thomas Dinges
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08Release Maintenance: Thomas Dinges
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton
2013-10-08e-key to access the eyedropper over a color button.Campbell Barton
2013-10-08move color button event handling into its own function.Campbell Barton
2013-10-08make bookmake name consistent was: FILE_OT_bookmark_add/FILE_OT_delete_bookmarkCampbell Barton
2013-10-08avoid allocating a dummy string for the unlink button.Campbell Barton
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-10-08Fix [#36993] Blender 2.69 test build freezes when changing metaball view reso...Bastien Montagne
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-10-08rename UI_OT_eyedropper to UI_OT_eyedropper_color to make way for other kinds...Campbell Barton
2013-10-07fix for incorrect size passed to BLI_strncpy().Campbell Barton
2013-10-07fix for crash on load if the file was saved in editmesh,Campbell Barton
2013-10-07fix for casting shadows of scaled objects was made to X_BlenderRenderTools.cp...Campbell Barton