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-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-10-12fix for possible eyedropper NULL pointer use.Campbell Barton
2013-10-12Fix for prefetch not working correct if last frame was loadedSergey Sharybin
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-12Fix #37045: blender internal SSS rendering black on some system when the SSSBrecht Van Lommel
2013-10-12Further tweak for dual quaternion armature deform problem, tweak the epsilonBrecht Van Lommel
2013-10-12Revert both own r60700 and r60702. API behavior for expanded enums is complet...Bastien Montagne
2013-10-12Fix #37047, Expanded Enum Alignment glitching.Lukas Toenne
2013-10-12Followup to own r60700, fix was not correct... In fact, beahivor of expanded ...Bastien Montagne
2013-10-12Fix obvious error in expanded enum layout code, given uiname would never be u...Bastien Montagne
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